I cannot get any Rcon to work unless im on my server box with the ip as localhost. This means that any other admins cannot use the Rcon without being on the server box, which they dont have access to.
My start.bat - RustDedicated.exe -batchmode +server.hostname "XXXXXXX" +server.port 28035 +server.identity "Server" +server.seed XXXXXXX +server.worldsize 6000 +rcon.password "XXXXXXX" +server.secure +rcon.port 28015 +server.saveinterval 120 +server.maxplayers 100
XXXXXXX = Information that I removed eg server name and rcon password
Solved Rcon Not working
Discussion in 'Rust Discussion' started by NatBornKill78, Aug 1, 2015.
-
Try to add
Code:+rcon.ip "SERVER IP"
-
ye just add +rcon.ip "ip" and it should work
-
It worked. Thanks!
-
What is the rcon ip? (Sry im prob stupid now XD)
-
rcon means Remote Console
+rcon ip essentially means the IP where the client is connecting to the remote console. In this case the server