Hi,
I am hosting Rust server by LGSM on Ubuntu. I would like to host a custom map on my server but I couldn't.
Here is my LGSM rustserver.cfg
#### Game Server Settings ####
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
ip="0.0.0.0"
port="20006"
rconport="20007"
appport=28083
rconpassword="123456"
rconweb="1" # Value is: 1 for the Facepunch web panel, Rustadmin desktop and Rustadmin Online; 0 for RCON tools like Rusty.
servername="CUSTOM MAP TEST SERVER"
gamemode="vanilla" # Values: vanilla, softcore ( Doc: https://wiki.facepunch.com/rust/server-gamemodes )
customlevelurl="https://www.dropbox.com/s/uxvfqfv0g2fvnqe/sicko.1grid.v9.map?dl=1"
maxplayers="100"
saveinterval="300" # Auto-save in seconds.
tickrate="30" # default: 30, range: 15-100.
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
startparameters="-batchmode +app.listenip ${ip} +app.port ${appport} +server.ip ${ip} +server.port ${port} +server.tickrate ${tickrate} +server.hostname \"${servername}\" +server.identity \"${selfname}\" +server.gamemode ${gamemode} +server.levelurl \"${customlevelurl}\" +server.maxplayers ${maxplayers} +server.saveinterval ${saveinterval} +rcon.web ${rconweb} +rcon.ip ${ip} +rcon.port ${rconport} +rcon.password \"${rconpassword}\" -logfile"
When I start the server, it will generate a normal procedual map.