AppsGamesMcdash

MCDash

MCDash is a simple dashboard for your Minecraft server. It contains a http server that allows the dashboard to manage the server.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.7'
services:
  mcdash:
    image: germannewsmaker/mcdash
    container_name: MCDash
    restart: unless-stopped
    volumes:
      - ./mcdash:/app/data
    ports:
      - 7865:7865
      - 25565:25565 # Add the necessary port mappings for the minecraft servers

Resources

Website: https://mcdash.gnmyt.dev/

GitHub: https://github.com/gnmyt/MCDash

Docker Hub: https://hub.docker.com/r/germannewsmaker/mcdash

Configuration: https://mcdash.gnmyt.dev/docs/wrapper/docker