Hi. I am trying to get the server status via PHP.
I did try a lot of rcon classes scripts on different hosts but I can't make it work for some reason.
I was wondering if anyone has some extra info about this.
Thank you.
Solved Getting server status from PHP?
Discussion in 'Rust Development' started by Reynostrum, Aug 14, 2016.
-
What info are you trying to grab? Steam server queries might be enough.
-
I am just trying to get a playerlist and online player count.
-
Well, if you need the actual names of the players then server queries won't suffice.
I don't know any library that implements the Rust RCON (I know that it doesn't fully follow the Source RCON standard, no idea where it differs, though). -
Yeah, but keep in mind Rust RCON differs from Source RCON.
If that library works for everything you're trying to do, then you're good to go. -
It does work but now I'm trying to optimize it.
