Prebuilt Binaries
Prerequisites
Section titled “Prerequisites”DiscoPanel manages Minecraft servers as Docker containers, so Docker is required.
Download
Section titled “Download”Grab a release from the releases page. Packages are available for each platform:
discopanel-darwin-amd64.tar.gzdiscopanel-darwin-arm64.tar.gzdiscopanel-linux-amd64.tar.gzdiscopanel-linux-arm64.tar.gzdiscopanel-windows-amd64.exe.zipExtract the archive and run it:
Running
Section titled “Running”# Using default config (./config.yaml if it exists, otherwise defaults)./discopanel
# Or point to a specific config file./discopanel -config /path/to/config.yamlAll 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.