- This repo contains a little website for checking personal minecraft server online status and players.
After cloning the repo, enter the directory with:
cd ServerStatus
change the compose.yml and the .env file with the environment for your Minecraft server (signed with # TO CHANGE) and then do:
docker compose --file compose-prod.yaml up --build -d
then you can check the status of your minecraft server at http://127.0.0.1:3001/index.html .
you can change the port of the webpage in .env as you like.
[!WARNING]: if you change the server side port
(S_PORT)remember to change it in the client side code.
- Change package from mcping-js to mcstatus-util