I'm trying to remotely access my server but my connection is refused every time. I've been reading into why it might not be working—try +rcon.ip 0.0.0.0, etc—but I'm not having any luck. It's pretty much the only feature I'm missing from my server before I am comfortable launching it.
Here's my command-line, with the rcon password obfuscated, naturally:
Code:
RustDedicated.exe -batchmode +server.secure false +server.hostname "RustReboot Server" +server.port 28015 +server.maxplayers 150 +server.identity "IS_RustReboot" +server.seed 28015 +rcon.port 28016 +rcon.password "password" +server.saveinterval 3600 -logFile "output.log" -load
Connecting via the web console in my game panel gives me this error:
No connection could be made because the target machine actively refused it 206.221.181.210:28016
Using tools like Rusty also deny my connection.
Any suggestions?