How to upload a custom map in Rust
Revision as of 14:36, 21 August 2022 by AnonLaLaEN (talk | contribs)

Rent a prepaid Rust Gameserver now at nitrado.net
Here you will learn how to upload a custom world to your Rust gameserver.
Before you continue please upload your custom map to a service like Dropbox and create a shareable link.
Step-by-step guide
- Navigate to your Nitrado Web interface
- Navigate to the File Browser under the tools section in the left side of the web interface
- Follow the next route
/rust/server/serverprofile/cfg/
- Open the following file server.cfg
- Add the following code
server.levelurl "(url)"
- Replace the
url
with the link created via the upload service. - Replace the last part of the link from
?dl=0
with?dl=1
. - For example:
server.levelurl "https://www.dropbox.com/s/test/custom.map?dl=1"
- Save the settings
- Start the server