1. Hello, everyone! I'am new there) So, i want to get list of all Rust Experimental (not pirat) servers as it doing Rust client.
    So, i want to know: is that possible to do that using web request without permissions and keys? If not, then how can i do that?
    Thanks!
     
  2. Wulf

    Wulf Community Admin

    The server list is obtained via Steam's master server and query system.
     
  3. Thanks a lot, Wolf.
    I have read about steam master server protocol on valve dev wiki. If i understand all right, i need to know rust master server IP and PORT.
    Can you give an example of this query? Or some material for reading about this theme.
     
  4. Wulf

    Wulf Community Admin

    I've never used it personally, so you'd know as much as me about it. I'm sure there are a few PHP scripts floating around that use it.
     
  5. Okay, thank you anyway!