Anyone know of a working web-based rcon tool that works?

Heya folks!

I’m wondering if anyone has a line on a web-based rcon tool written in PHP that can interact with FiveM servers? I’ve tried countless Q3 and Minecraft PHP resources but so far all of them have resulted in connection failure.

Any help would be greatly appreciated, thanks for your time!

shouldnt take too long to make one, if i have time tomorrow i will.

also, why not just use


?

or, another easy way to create a web based one: https://www.npmjs.com/package/quake3-rcon
you can use that in combination with express to spin up the http webserver, then the rest is pretty straight forward

1 Like

Hi there icehax, thanks for the help!

I need a php solution for integration into a web panel I’m working on . The few I have found so far haven’t worked and I can’t yet figure out why. There are some incredibly snazzy solutions geared toward Minecraft like this pretty awesxome solution if I could just figure out how to adapt it.

I have 0 experience with php and I actually hate it a lot, so sorry but I can’t help more lol

That’s ok, if I change enough, I’ll accidentally figure it out. That’s how it usually happens for me anyway :slight_smile:

Since my initial request seems to be a unicorn, could someone tell me how I would pass an rcon command? Something like a json request of http://host:port with an arg of password and command?

afaik, fivem uses Q3 rcon, try using something like https://github.com/Stricted/PHP-Rcon/blob/master/lib/games/Q3.class.php or so

This might be of use: PHP-Rcon/AbstractEngine.class.php at master · Stricted/PHP-Rcon · GitHub