ceerdecy/minecraft-server-statuser

By ceerdecy

Updated 8 months ago

minecraft server statuser

Image
Monitoring & Observability

14

Minecraft Server Statuser

Description

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.

GitHub

Features

  • Monitor Minecraft server status locally or within the same Pod.
  • Easy to deploy with Docker and Kubernetes.

Prerequisites

  • Docker installed on your local machine.
  • (For Kubernetes deployment) Kubernetes cluster up and running.

How to use

  1. 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
    
  2. Run on kubernetes

    coming soon...

License

This project is licensed under the MIT License.

Docker Pull Command

docker pull ceerdecy/minecraft-server-statuser