Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 440 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 440 Bytes

Check Server Status

PHP Script that check if a server is online or not.

Installation

  • Clone this repo in your web folder.
  • Add your servers in the servers.xml file.

Example :

<servers>
	<server id="42">
		<name>Home Server</name>
		<host>myserver.com</host>
		<port>80</port>
	</server>
</servers>
  • Access the index.php page.

Screenshot

Main