• RAT(Rust Admin Tool)
    22 replies, posted
Hello, guys! I made a online web admin tool, named RAT. [IMG]http://img.leprosorium.com/2129463[/IMG] On current moment it's really unstable and in beta, but it can: - Send chat/notice - Ban/BanID/Kick/Give/GiveAll/TeleCoords/TelePlayer/RunCommand/Restart - Admin levels (chat, kick, ban, give, giveall, settings, admins, restart) - Chat/Console logging in real-time - Teleport presets - MySQL support It's developed with node.js + socket.io, and orienteer in realtime administration(no page reloading or so). [B]Updates:[/B] [I]vesion 0.2b (March 2 2014):[/I] [CODE] - Added MySQL support - Added admin add/edit/remove - Added admin levels (chat, kick, ban, give, giveall, execute, teleport, settings, admin) - Implemented migration support through [URL="https://github.com/kunklejr/node-db-migrate"]node-db-migrate[/URL] [/CODE] [I]vesion 0.2.1b (March 2 2014):[/I] [CODE] - Added Teleport presets - Player list update on connect/disconnect - Added steam profile link - Added restart button - Implemented 404 error page - Added server console logging [/CODE] [B]Contacts:[/B] If you have some new ideas or issues, contact me via email (or just PM here) E-mail: [email]cryfall@gmail.com[/email] [B]Roadmap:[/B] See it on Trello: [url]https://trello.com/b/dynZmdKj/rustadmintool-rat[/url] [B]Download&Installation:[/B] Download from GitHub: [url]https://github.com/m1ome/RAT[/url] [B]Screenshots:[/B] [URL="http://img.leprosorium.com/2124413"][IMG]http://img.leprosorium.com/2124414[/IMG][/URL] [URL="http://img.leprosorium.com/2124422"][IMG]http://img.leprosorium.com/2124423[/IMG][/URL] [URL="http://img.leprosorium.com/2124425"][IMG]http://img.leprosorium.com/2124426[/IMG][/URL]
Poor choice for a name. How about fRUSTrated or fRUSTrADMIN Since a RAT isnt anything good.
[QUOTE=CN.Kane;44067168]Poor choice for a name. How about fRUSTrated or fRUSTrADMIN Since a RAT isnt anything good.[/QUOTE] Rat is not very nice only at first view, but it's a very smart animal :)
[url]http://en.wikipedia.org/wiki/Remote_administration_software#RAT_trojan_horses[/url]
[QUOTE=CN.Kane;44067235][url]http://en.wikipedia.org/wiki/Remote_administration_software#RAT_trojan_horses[/url][/QUOTE] Ok, i'll post a logo with a Rat on it :eng101:
:v: Okay
This looks awesome, but how do I know when I enter my rcon password it is secure and won't be stolen/viewed by some one else?
[QUOTE=beerface;44067512]This looks awesome, but how do I know when I enter my rcon password it is secure and won't be stolen/viewed by some one else?[/QUOTE] You dont, same as with rusty rcon. You have to trust him, or check the provided code for backdoors by yourself.
Code is open-source. You can check it :)
Tommorow will deploy some changes: - MySQL support - Multiple admins support - ACL for admins (chat, kick, ban, give, e.t.c) - Teleport presets
Fair question here... What makes RAT different than Rusty, or RCC? In other words, what are you offering, or offering different, from these other admin tools>
[QUOTE=lewyk13;44071168]Fair question here... What makes RAT different than Rusty, or RCC? In other words, what are you offering, or offering different, from these other admin tools>[/QUOTE] - Tool is open-source - Tool is web-based (it means, tool can be accessed from OSX, Linux and Windows) This is what it is now. In some additional time more functional will be promoted: - Admin levels (no need to share RCON passwords on Vanilla servers) - API support (linking with your websites e.t.c) Is that enough ? :)
[QUOTE=w1n2k;44071318]- Tool is open-source - Tool is web-based (it means, tool can be accessed from OSX, Linux and Windows) This is what it is now. In some additional time more functional will be promoted: - Admin levels (no need to share RCON passwords on Vanilla servers) - API support (linking with your websites e.t.c) Is that enough ? :)[/QUOTE] No a bad start, might have to check it out. ;) ;)
[QUOTE=w1n2k;44071318]- Tool is open-source - Tool is web-based (it means, tool can be accessed from OSX, Linux and Windows) This is what it is now. In some additional time more functional will be promoted: - Admin levels (no need to share RCON passwords on Vanilla servers) - API support (linking with your websites e.t.c) Is that enough ? :)[/QUOTE] Very interested in admin levels for vanilla servers! Thank you!
[QUOTE=PerfectPint;44071420]Very interested in admin levels for vanilla servers! Thank you![/QUOTE] Try to deploy build with this feature tomorrow. Stay tuned.
goodluck on you're Project i may try it out gl
Updated to 0.2b. Changes in first message
Might create my own piece to this if i can manage with a login screen
[QUOTE=XLawlessBaronX;44100220]Might create my own piece to this if i can manage with a login screen[/QUOTE] You can use default credentials - admin/123. But change this, please :) I fixed bug, with no-admin auth in 0.2b. You can redownload it from git, or just use [B]git pull[/B]
I might just be very stupid. But how do I even run this on Windows?
[QUOTE=Rusti.dk;44100795]I might just be very stupid. But how do I even run this on Windows?[/QUOTE] Its webbased, you can a.) run it on your server webspace, if you have one and know how to use it b.) run it on localhost (your PC) with xampp [url]http://www.apachefriends.org/de/index.html[/url] c.) use Rusty rcon for windows [url]http://facepunch.com/showthread.php?t=1350623[/url]
[QUOTE=CN.Kane;44100835]Its webbased, you can a.) run it on your server webspace, if you have one and know how to use it b.) run it on localhost (your PC) with xampp [url]http://www.apachefriends.org/de/index.html[/url] c.) use Rusty rcon for windows [url]http://facepunch.com/showthread.php?t=1350623[/url][/QUOTE] No need in XAMPP at all. You can do it with only node.js install, all you need is to install node.js, run npm init and db-migrate up --env production. I'am currently working on standalone application with localDb support like (sqlite3), but only after deploying a stable web-app.
New update: [QUOTE]+ Added Teleport presets + Player list update on connect/disconnect + Added steam profile link + Added restart button + Implemented 404 error page + Added server console logging[/QUOTE]
Sorry, you need to Log In to post a reply to this thread.