1. Hi guys!

    So I'm having a bit of a conundrum. I'm using a custom made "web console" of mine to input my RCON password and then send a command to my server, for example "status", which would then be printed back as a response. This used to work in the past with the CS:S RCON protocol but after switching over to web RCON it no longer does. My question is if it's possible to force the server to re-use the CS:S protocol as it did in the past, rather than the web.rcon one? And no, I don't have the "rcon.web" variable specified in the commandline or anywhere else for that matter.

    *Should be pointed out that it currently returns "Invalid password" when inputting my password and sending a command. I have quadruple-checked to confirm that it is not invalid..

    Thanks in advance! :)
     
  2. Wulf

    Wulf Community Admin

    "rcon.web 0" sets Rust to use the old RCON protocol. I'd also avoid using any symbols in your RCON password.
     
  3. Brilliant @Wulf, that worked great. Thanks a bunch.