DiscoPanel

The Minecraft Server Manager
That Actually Works

Built by someone who was tired of bloated control panels that require a PhD to operate and still manage to break at the worst possible moment.

Why DiscoPanel?

🐳

Docker-Powered

Each server runs in its own container. No more 'works on my machine' disasters.

🎮

Multi-Server Support

Run vanilla, modded, different versions, whatever. They won't fight each other.

🔀

Smart Proxy

Players connect through custom hostnames. No more port gymnastics.

📦

Modpack Support

Native CurseForge integration that actually downloads the mods you tell it to.

🌐

Web UI

Clean interface that doesn't look like it crawled out of 2003.

Auto-Everything

Auto-start, auto-stop, auto-pause. Set it and forget it.

DiscoPanel UI

Features That Actually Matter

Server Management

  • Create servers in seconds with any Minecraft version
  • Support for Forge, Fabric, Paper, Spigot, and every other mod loader
  • Live console access and log streaming
  • RCON support for remote commands
  • Automatic Java version selection

Proxy System

  • Can be enabled/disabled depending on your preference
  • Automatic routing based on hostname
  • Multiple proxy listeners for different use cases
  • Custom hostnames for each server
  • Just one open port required

Modpack Integration

  • Direct CurseForge modpack installation
  • Automatic mod downloading and updates
  • Server pack support for easier distribution
  • Manual mod uploads when automation fails

Resource Management

  • Per-server memory limits
  • JVM flag optimization (Aikar's flags included)
  • Automatic cleanup of orphaned containers
  • Detached mode for persistent servers

Quick Start

Choose your adventure to get DiscoPanel running

🐳

Docker

Recommended

The fastest way to get started. One command and you're up!

docker run -d \
  --name discopanel \
  --restart unless-stopped \
  --network host \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v ./data:/app/data \
  nickheyer/discopanel:latest
View on Docker Hub →

Source

Advanced

Build from source for development or customization.

git clone https://github.com/nickheyer/discopanel
cd discopanel
go build -o discopanel cmd/discopanel/main.go
./discopanel
View on GitHub →

Prefer Docker Compose?

We have a full docker-compose.yml with all the bells and whistles ready for production use.

View Docker Compose Setup

Ready to Simplify Your Server Management?

Join the community and start managing Minecraft servers the easy way.