How do I correctly format my server description?
The simplest way to apply a Rust header image would be to navigate to the Startup tab of your server, and paste your link in the "Description" field.
The secondary way would be to use the "server.cfg" file.
- Click the File Manager button in the panel.
- Navigate to /server, then /rust, then /cfg and finally click the server.cfg file.
- Anywhere in the file you should type server.description "<replacehere>" replacing <replacehere> with your description.
If you would like to use multiple lines.. you can! Just put a \n anywhere you want a new line like this:
server.description "This is Line 1\nThis is Line 2\n\nThis is Line 3 with two line breaks above."