RCON:IO is a web-based client-side admin tool for Rust server owners. It uses Websockets and the Source RCON Protocol which is a TCP/IP-based communication protocol used by Rust and other Source servers. RCON stands for "Remote Console".
To get started with RCON:IO you'll have to enable Websocket Rcon and define a
Rcon-password and port. You can enable the servers Websocket Rcon with +rcon.web
1 and define the password and the RCON port with
+rcon.password and +rcon.port. The rcon.port
is not to confused with server.port.
The rcon.port is usually incremented by 1 from the game-server port.
All of this should be defined in your servers .bat-file or server startup arguments.
See the example below:
+rcon.web 1 +rcon.port 28016 +rcon.password "YourPassword"
You can contribute with new ideas and features by using our Trello Board. Here you'll be able to vote for new ideas and features you'll like to see in RCON:IO.