A simple page to see if your minecraft server is online with some basic stats like the version and amount of players online.
- A webserver with php >= 7
- Composer
- Clone this repository on your webserver.
- Duplicate the
.env.example
file to.env
and update this file with the settings that apply to you. - From within the project directory run
composer install
to download and install the dependencies. - Point your webserver to the
public
dir of this project and the Minecraft server status page is up and running.