Solved Rcon Not working

Discussion in 'Rust Discussion' started by NatBornKill78, Aug 1, 2015.

  1. 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
     
  2. Try to add
    Code:
    +rcon.ip "SERVER IP"
     
  3. ye just add +rcon.ip "ip" and it should work
     
  4. It worked. Thanks!
     
  5. What is the rcon ip? (Sry im prob stupid now XD)
     
  6. Simple answer:
    rcon means Remote Console
    +rcon ip essentially means the IP where the client is connecting to the remote console. In this case the server