How to Add Custom Map to Rust Server
Learn about how to add a custom map to your Rust Server with this easy to follow guide.
Last Updated 3/16/24
Adding a custom map to a Rust server is a unique way to stand out from the crowd. This guide will detail how to find, upload, and configure a download link for a custom map that you can paste into your server config for your Rust server.
To add a custom map to a Rust server:
Find a custom map you'd like to use.
There are lots of places you can find custom Rust maps.
If you are looking for highly custom, high quality maps we’d recommend https://codefling.com/maps
If you are looking for free custom rust maps, you can find a few at https://lone.design/free-custom-rust-maps/
Want to make your own? Follow the video tutorial below to get started!
Download the custom map as a .map file.
In order to set up the map as a download link, you will need to have the file locally available on your computer.
Navigate to Atomic Panel
Click here to navigate to Atomic Panel. You can log in using your account credentials that you received following checkout. The credentials email is sent to the email address on file in the Billing Panel.
Stop Your Server
In order for the changes to be active, you will need to stop and restart your server once you are done.
Navigate to the File Manager
Upload the .map file to the 'mapfolder' folder.
- Go to the file pathway
home/container/mapfolder/
- Upload your
.map
file in this pathway. - Note the full file pathway of your newly uploaded .map file. You will need this later.
home/container/mapfolder/mymap.map
Navigate to the Startup Parameters Tab Under Configuration
Set the 'Custom Map URL' box.
With the file pathway you noted from Step 5, paste it into the Custom Map URL box. Put file:///
before the pathway. This tells the server to check your files for the custom map file.
home/container/mapfolder/mymap.map
turns into file:///home/container/mapfolder/mymap.map
in the Custom Map URL box.Restart your Rust server.
Once you have configured your custom map download path, restart your Rust server for the map to be updated.
Congratulations! You have successfully added a custom map!