Use a Custom Map on Your Rust Server
Rust supports custom procedural maps in .map format. You host the file externally (such as Dropbox) and point your server at the download URL. For server-side configuration changes, see Change Hostname for other server.cfg settings.
Prepare the map file
Make sure your custom map is in .map file format.
Upload to a file host
Upload the .map file to Dropbox or another file-sharing service that provides a direct download link. Copy the download link once uploaded.
Configure the server
- Log into the Game Control Panel and stop your server.
- Click Configuration Files, then click Config Editor beside
server.cfg. - Scroll down and check the Use custom map checkbox.
- Paste your download link into the Level URL field.
Important: If using a Dropbox link, change
dl=0todl=1at the end of the URL to force a direct download. For example:https://www.dropbox.com/s/<randomcharacters>/<mapname>.map?dl=1 - Click Save and Exit.
Start the server
Start your server. It will download and load the custom map on startup.