Rust: How to install a custom map on your Rust gameserver
In this article we want to show you how to add a custom map to your Rust gameserver.
- First of all you should upload your custom map to a file hoster of your choice.
- Stop your gameserver now, and open your server.cfg (/server/server/my_server_identity/cfg/). If it does not exist, create it.
- Then insert the following line: levelurl "URL"
- Now replace the URL with the URL of the previously uploaded file.
- When you are done, save the file and restart your gameserver.
- Now your custom map should be loaded.