• Rust Rcon Web App
    13 replies, posted
After being a huge fan of Rusty windows Rcon Tool, I found out that once I was away from my pc/laptop I could not administrate the server. So I decided to make a Web Interface. With some help from the maker of Rusty Henry Garle I was able to successfully make an Rust rcon compatible library. The following web Interface is only 10% done and will have the following features: -Permission Level Admins ex 1-5 -BanList -Item List to Give Items Easily -Go to someones Steam Profile -Read in Game chat -Type your own commands into the console -Easily save your server -TEMPORARY BANS (web template will issue a permanent ban which what rusts only has, then after a time limit (days, hours) it will auto lift the ban) EXTRA FEATURES: While detecting Chat, It can detect a player typing in game commands like : "/kit" and in doing so, it can give a set of items as a starting kit. "/tp [targetplayer]" tp current player to target player. "/report [hacker]" report a suspected hacker, after x amounts of reports ban Essentially have a non modded server modded. Alpha ScreenShots [url]http://imgur.com/a/5VfIl[/url] Reddit Post Link : [URL="http://www.reddit.com/r/playrust/comments/1ypa1a/rcon_web_interface/"]http://www.reddit.com/r/playrust/comments/1ypa1a/rcon_web_interface/[/URL]
Seems usefull if you're not home and need to take care of your server :D
Good done man. This will be perfect for me when its released
Nice. The web console tool available with FPSPlayers sucks balls and seems to block some commands, which is why I've been using Rusty. Glad to see somebody's working on a web version (or well, something similar to Rusty) of it!
Will you be implementing an audit trail to log actions performed by admins through the interface?
[QUOTE=Shellite;44025896]Will you be implementing an audit trail to log actions performed by admins through the interface?[/QUOTE] Yes, at work 2 major projects I am currently on they both have audit logs and I would be crazy not to use it. Though we use a simple and robust implementation and i think i might do the same rather then using Logger PSR3 . UPDATE: As far as an update on the project, I would put up screenshots, but they look the same. So whats the big difference? I decided split the web app into 2 parts: a frontend and backend. Front end is JQUERY+UI, Bootstrap and the back end will be using SLIM REST framework api. So now when using the web app, all calls get made asynchronously.
Awesome, very keen to see how this turns out.. we operate a large server with fairly dynamic admin team, would be very keen to give this a test. I tried to do a basic implementation for our team by adapting xPaw's source query class but gave up fairly quick ;)
I feel like I've seen this somewhere before.... Wait a minute............ [url]http://facepunch.com/showthread.php?t=1365974[/url]
There is one [URL="http://facepunch.com/showthread.php?t=1370201"]http://facepunch.com/showthread.php?t=1370201[/URL] tool :) I'am currently developing open-source tool, that now in beta. You can take some ideas from there, or just watch some code e.t.c :) Wish you a luck!
Just a thought, good job on all of the tools, but wouldn't it be better, if the current 3 tool makers teamed up, and make 1 too?
[QUOTE=sendjes;44102671]Just a thought, good job on all of the tools, but wouldn't it be better, if the current 3 tool makers teamed up, and make 1 too?[/QUOTE] I actually tried, I msged Skuse.me and he refused to collaborate or let me have a peak at an important fix to RCON protocol that makes it compatible with RUST. And that was before I even started on this project, as I needed one.
[QUOTE=c3cris;44106892]I actually tried, I msged Skuse.me and he refused to collaborate or let me have a peak at an important fix to RCON protocol that makes it compatible with RUST. And that was before I even started on this project, as I needed one.[/QUOTE] I assume you have since resolved the issue your having with the rcon protocol? I do have a working rcon php class that I use to do a MOTD, automated airdrops (because their broken atm) etc through a cron job.. with my limited knowledge I wasn't able to adapt xPaw's rcon class which is what I was hoping to use.
Not xPaw problem - RUST RCON is not normal realisation of Source RCON. c3cris, if you wanna join up and develop tool together - we can talk about it :)
[QUOTE=w1n2k;44122148]Not xPaw problem - RUST RCON is not normal realisation of Source RCON. c3cris, if you wanna join up and develop tool together - we can talk about it :)[/QUOTE] Sure, Msg on Skype (same name). But from what i saw your tool is very complete.
Sorry, you need to Log In to post a reply to this thread.