• Rcon.io - A new web-based RCON admin tool
    3 replies, posted
I want to introduce my new web-based and totley client-side RCON admin tool. RCON:IO has the basic tools an admin/owner would need. You'll find a console, player list and some handy tools to administrate your server. It has an advantage of being accessible directly in your browser without any need for third party installations. As this is the first release I've only focused on the basic features. I will continue adding more functionality and features and everyone contribute at our [URL='https://trello.com/b/5NUrbDsJ/rcon-io']Trello Board[/URL]. [I][B]Security:[/B][/I] RCON:IO [U]do not[/U] save any information about your server. All the information are stored in your browser and is wiped on logout as the tool is completely client-side and uses Websockets to connect to your server. [B]You can try it out here: [URL='http://rcon.io']RCON:IO[/URL][/B] Feel free to give me some feedback :) I'm watching this thread. Screenshots below: [IMG]http://i.imgur.com/hTavrYj.png[/IMG] [IMG]http://i.imgur.com/8OXL5l0.png[/IMG]
That's a pretty cool idea, however I think you need to provide more assurance that you won't abuse this.
[QUOTE=wauterboi;50189847]That's a pretty cool idea, however I think you need to provide more assurance that you won't abuse this.[/QUOTE] I think it will be hard to give a 100% assurance other then getting another independent front-end developer to properly examine the source code. However if you're looking through the source code you'll see that nothing is going through my server but rather directly through a Websocket to your own Rust server. EDIT: RCON:IO does not have its own back-end and the password and other data is stored in variables and the browsers local storage.
In addition to the question of trust - feel free to read [B]sqroot's[/B] (one of the Oxide plugin devs) comment here: [URL="http://oxidemod.org/threads/rcon-io-a-new-web-based-rcon-admin-tool.17564/#post-199574"]http://oxidemod.org/threads/rcon-io-a-new-web-based-rcon-admin-tool.17564/#post-199574[/URL]
Sorry, you need to Log In to post a reply to this thread.