Learn about how to add a custom map to your Rust Server with this easy to follow guide.
Find a custom map you'd like to use.
Download the custom map as a .map file.
Navigate to Atomic Panel
Stop Your Server
Navigate to the File Manager
Upload the .map file to the 'mapfolder' folder.
home/container/mapfolder/
.map
file in this pathway.home/container/mapfolder/mymap.map
Navigate to the Startup Parameters Tab Under Configuration
Set the 'Custom Map URL' box.
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.