I made a quick utility for starmade server owners to check the status of their server (if it is online and how many players are on).
Here is how you use it:
Send an HTTP request to 176.56.238.88:9090 with the URI of /(ip)/(port)
example: go to 176.56.238.88:9090/elwyneternity.com/4242 to get the status of my server elwyneternity
The server will send back a JSON encoded responce telling you want happened
Here is an example string:
{"port":4242,"maxplayers":200,"host":"elwyneternity.com","description":"(TODO description)","playercount":10,"name":"(TODO name)","ping":101,"infoversion":2,"version":0.093922}
If you like this tool, please donate to my paypal, [email protected]. If you want any features added please comment below
Here is how you use it:
Send an HTTP request to 176.56.238.88:9090 with the URI of /(ip)/(port)
example: go to 176.56.238.88:9090/elwyneternity.com/4242 to get the status of my server elwyneternity
The server will send back a JSON encoded responce telling you want happened
Here is an example string:
{"port":4242,"maxplayers":200,"host":"elwyneternity.com","description":"(TODO description)","playercount":10,"name":"(TODO name)","ping":101,"infoversion":2,"version":0.093922}
If you like this tool, please donate to my paypal, [email protected]. If you want any features added please comment below