Can't connect to RCON after update
Hi everybody,

After update my RUST server install on debian 8.11 with LGSM, impossible to connect on this with RustAdminRelease or rcon.io or other system.
I set rcon port, rcon password, rconweb (0 or 1) in my common.cfg and don't work.
Do you have any idea for this issue ?
before update i don't have any problem :/

Thx in advance for your help annd sorry for my bad english.

Kind regards.
In response to SiCkBoY ():
Hi everybody,

After update my RUST server install on debian 8.11 with LGSM, impossible to...
Hello. I just want to ask if you have access to the console at all? Are you trying to access rcon within the same network or from an external network? If I am not mistaken the rconweb needs to be 1 in order to use rcon?
In response to silent001 ():
Hello. I just want to ask if you have access to the console at all? Are you trying to access rcon wi...
The rconweb defaults and has defaulted to 1 for the past half year or more; that is the websockets version of RCON.
So here is my recommendation on troubleshooting the issue. With your rconweb set to 1(as stated above by wolf) then if you have access to the console atleast then type in it without the quotes "rcon.port" and it should show you what your rcon port is set too. I have had it where my server doesn't read my server.cfg on load and a simple "readcfg" gets it to read the server.cfg and then once you have confirmed your rcon port is set and your server is running completely go to rcon.io on the system running the server. Where it asks for the port use "127.0.0.1" and the port you have set for rcon. Remember to use the rcon port and not the game port. You should then be able to get in to rcon. If you do then there is a issue with your ports not being forwarded or your firewall blocking the port. That is all I can suggest