ceerdecy/minecraft-server-statuser
minecraft server statuser
14
This is a container image for minecraft-server-operator
to get the status of a Minecraft server.
It is only used to monitor the Minecraft server locally or within the same Kubernetes Pod, and the port must be open on 25565.
Run on docker
docker run -d --name minecraft-server-statuser --network host ceerdecy/minecraft-server-statuser:1.0.0
By default, the status server will be accessible on port 25566. You can check the Minecraft server status with:
curl http://127.0.0.1:25566/status
Run on kubernetes
coming soon...
This project is licensed under the MIT License.
docker pull ceerdecy/minecraft-server-statuser