Hey, I recently started up a new solo,duo,trio server but I have one small issue. My server is visible on the community server list for my friends and they can join no worries, I can also join via client.connect. However I cannot see my server in the community list, making it quite hard to review any edits I make to the server description and image banner. I'm having to pester my friends to view the server and take a screen shot to show me my changes are in working order.
It seems like something is blocking the localhost from viewing the server in the community list but I just can't put my finger on it...
I can't even view the server description, title and banner when connecting via client.connect then opening up the details by pressing exit, it only shows the default Amsterdam II 223/500 gibberish.
If anyone has some answers or ideas reg this that would be appreciated.
Ports are all open (28015 - 28016)
Batch file is as follows:
@echo off
cls
:start
C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir c:\rustserver\ +app_update 258550 +quit
echo Starting server...
RustDedicated.exe -batchmode -nographics ^
+server.stability true ^
+server.ip 192.168.0.2 ^
+server.port 28015 ^
+server.secure true ^
+server.worldsize 4000 ^
+server.seed 1746 ^
+server.maxplayers 100 ^
+server.hostname "Solo/Duo/Trio - 23.11" ^
+server.identity "realserver" ^
+server.level "Procedural Map" ^
+rcon.ip 192.168.0.2 ^
+rcon.port 28016 ^
+server.globalchat true ^
+rcon.password 1234 ^
+server.saveinterval 300 ^
-logfile "output.txt" ^
+server.headerimage "blah" ^
+server.description "blah blah blah" ^
cd ../
echo.
echo Restarting server...
timeout /t 10
echo.
goto start
Sorry, you need to Log In to post a reply to this thread.