rcon.io Open in urlscan Pro
91.229.143.159  Public Scan

Submitted URL: http://rcon.io/
Effective URL: https://rcon.io/
Submission: On April 08 via api from US — Scanned from NO

Form analysis 0 forms found in the DOM

Text Content

 * HOW DOES IT WORK
 * GET STARTED
 * WHATS NEW
 * LOG IN


THE ABSOLUTE WEB-BASED RCON TOOL FOR RUST

WHAT IS RCON:IO?

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".


GET STARTED

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"


WHATS NEW

HOW CAN I CONTRIBUTE?

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.

CHANGELOG

1.3.0

- Added server monitoring.

- Added new items from Rust protocol 1487, build 967.76.

- Fixed how the country flags is retrieved.

1.2.1

- Added Level, XP and Health to the Players-table

- Added a external UI library to fresh up the design.

- Removed deprecated items from Rust protocol 1470, build 939.86.

- Added new items from Rust protocol 1470, build 939.86.

- Added the ability to ban players.

- Added a list of all banned players and ability to unban them.

- Made the console and chat only auto scroll if you're already at the bottom.

1.1.1

- Fixed flag for undefined country (players)

1.1.0

- Added country flags to the player overview.

- Added support for an upcoming module.

- Added new items from Rust protocol 1379, build 904.73.

1.0.0

- Changed the way RCON:IO retrieves server info entirely.

- Various code refactoring and bug fixes.

- Added the player chat view.

0.1.7

- Added new items from Rust protocol 1375, build 883.78.

0.1.6

- Added new items from Rust protocol 1372, build 876.78.

0.1.5

- The console now uses the entire free screen space.

- Fixed annoying line-height.

- Updated item list as Water Jug was missing.

0.1.4

- You will now be thrown out if RCON:IO loses connection to the target server.

- Added error message when trying to give item to a player with a full
inventory.

- Added error message when trying to teleport player to himself.

0.1.3

- Added the ability to use the arrow keys in the console to select a previous
command.

- Added teleportation to player (tools).

- Updated to currant Rust item list.

0.1.2

- Added tools page.

- Added the ability to give players items (tools).

0.1.1

- Fixed error handling for non-cacheble IP/Port's.

- Fixed strange templating bug.

- Added check for already existing Servername (to prevent console spam).

0.1.0

- Complete code rewrite.

0.0.3

- Added player time, ping and Steam64 ID to player list.

0.0.2

- Added player list

0.0.1

- Added console

- Added the ability to send console commands from the console