Hello! I’m creating a server in the game Rust. The server is running fine and can be connected to, but it is not showing up in the server list. Additionally, if I add the server to favorites through Steam, Steam says that the server is not responding. I am using LinuxGSM on a remote ubuntu server. All ports (Game port, Query port, RCON port and App port) are open and not duplicated. I also read that I just need to wait - the server has been running for more than two days and has not appeared in the search. It also shows that I am on the server "Amstardam 2"
My IP address is *.*.*.* and my port is 28015. Here are my configuration settings:
ip="*.*.*.*"
port="28015"
rconport="28016"
appport=28082
queryport=28017
rconpassword="..."
servername="Survival Sanctuary 2X [Solo/Duo/Trio] - EU Main"
serverlevel="Procedural Map"
rconweb="1"
gamemode="vanilla"
saveinterval="100"
seed="489476413"
#salt=""
maxplayers="100"
worldsize="3500"
tickrate="30"
startparameters="-batchmode +app.listenip ${ip} +app.port ${appport} +server.ip ${ip} +server.port ${port} +server.queryport ${queryport} +server.tickrate ${tickrate} +server.hostname \"${servername}\" +server.identity \"${selfname}\" +server.gamemode ${gamemode} +server.level \"${serverlevel}\" +server.seed ${seed} +server.salt ${salt} +server.maxplayers ${maxplayers} +server.worldsize ${worldsize} +server.saveinterval ${saveinterval} +rcon.web ${rconweb} +rcon.ip ${ip} +rcon.port ${rconport} +rcon.password \"${rconpassword}\" -logfile"
Thank you in advance!