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!
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
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.
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?