Skip to content

Prebuilt Binaries

DiscoPanel manages Minecraft servers as Docker containers, so Docker is required.

Grab a release from the releases page. Packages are available for each platform:

discopanel-darwin-amd64.tar.gz
discopanel-darwin-arm64.tar.gz
discopanel-linux-amd64.tar.gz
discopanel-linux-arm64.tar.gz
discopanel-windows-amd64.exe.zip

Extract the archive and run it:

Terminal window
# Using default config (./config.yaml if it exists, otherwise defaults)
./discopanel
# Or point to a specific config file
./discopanel -config /path/to/config.yaml

All config options can also be set via environment variables with the DISCOPANEL_ prefix. For example, server.port becomes DISCOPANEL_SERVER_PORT. Environment variables take precedence over the config file.

For all available configuration options, see Configuration.