1. 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.
     
  2. What info are you trying to grab? Steam server queries might be enough.
     
  3. I am just trying to get a playerlist and online player count.
     
  4. 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).
     
  5. It does work but now I'm trying to optimize it.