Rust ServerDescription and Headers: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Rust Server Settings == In order to change your description for your Rust server, you will need to change the '''serverauto.cfg''' file in your '''"server/experimental/cfg...") |
(Formatting, referencing FTP_Access page, added Notepad++ download link.) |
||
| Line 1: | Line 1: | ||
== Rust Server Settings == | == Rust Server Settings == | ||
In order to change your description for your Rust server, you will need to change the '''serverauto.cfg''' file in your '''"server/experimental/cfg"''' folder inside your servers FTP directory. | In order to change your description for your Rust server, you will need to change the '''serverauto.cfg''' file in your '''"server/experimental/cfg"''' folder inside your servers FTP directory. For instructions on FTP usage, please visit the [[FTP_Access | FTP Access]] page. For a text editing program, we strongly recommend using Notepad++ found [https://notepad-plus-plus.org/download/v7.5.6.html here]. | ||
<br/> | <br/> | ||
# Access your server directory with an FTP editing client | #Access your server directory with an FTP editing client. | ||
# Navigate to the '''"/server/experimental/cfg"''' folder | #Navigate to the '''"/server/experimental/cfg"''' folder. | ||
# Locate the file '''"serverauto.cfg"''' If the '''serverauto.cfg''' is not there you will need to make a new file and name it '''serverauto.cfg''' | #Locate the file '''"serverauto.cfg"'''. If the '''serverauto.cfg''' is not there you will need to make a new file and name it '''serverauto.cfg'''. | ||
# Edit '''"serverauto"cfg"''' with Notepad++ | #Edit '''"serverauto"cfg"''' with Notepad++. | ||
# Add a new line at the bottom of the "serverauto.cfg" file and put this: '''server.description "whatever you want the description to be"''' | #Add a new line at the bottom of the "serverauto.cfg" file and put this: '''server.description "whatever you want the description to be"'''. | ||
# Replace | #Replace the text between the quotes with the server description you want for your server. | ||
<br/> | <br/> | ||
Additionally, if you want a header image, you can add the line '''server.headerimage "url.jpg"''' | Additionally, if you want a header image, you can add the line '''server.headerimage "url.jpg"'''. | ||
Revision as of 02:10, 4 April 2018
Rust Server Settings
In order to change your description for your Rust server, you will need to change the serverauto.cfg file in your "server/experimental/cfg" folder inside your servers FTP directory. For instructions on FTP usage, please visit the FTP Access page. For a text editing program, we strongly recommend using Notepad++ found here.
- Access your server directory with an FTP editing client.
- Navigate to the "/server/experimental/cfg" folder.
- Locate the file "serverauto.cfg". If the serverauto.cfg is not there you will need to make a new file and name it serverauto.cfg.
- Edit "serverauto"cfg" with Notepad++.
- Add a new line at the bottom of the "serverauto.cfg" file and put this: server.description "whatever you want the description to be".
- Replace the text between the quotes with the server description you want for your server.
Additionally, if you want a header image, you can add the line server.headerimage "url.jpg".