Server Images
itzg/minecraft-bedrock-server
Docker image that runs a Minecraft Bedrock Edition server, enabling cross-platform play with mobile and console devices. Key Features:- Bedrock Edition support
- Cross-platform compatibility
- Similar configuration patterns to the Java edition image
- Automatic updates
Network and Proxy Tools
mc-router
Lightweight multiplexer/proxy for Minecraft Java servers. Routes players to different servers based on the hostname they use to connect. Available as:- Stand-alone application
- Docker image
- Host multiple Minecraft servers on a single port
- Route players based on subdomain (e.g.,
survival.example.comvscreative.example.com) - Auto-scale servers up and down based on player activity
itzg/mc-proxy
Docker image that runs a proxy server powered by your choice of:- BungeeCord: Classic proxy solution
- Velocity: Modern, high-performance proxy
- Waterfall: Optimized BungeeCord fork
- Connect multiple Minecraft servers into a network
- Enable player transfer between servers
- Central authentication and permissions
- Load balancing capabilities
Management and Operations
itzg/mc-backup
Docker image that runs as a side-car container to automatically backup your Minecraft world data. Features:- Scheduled automatic backups
- Compression and retention policies
- Pause-backup-resume workflow (using RCON)
- Support for various backup destinations
- Restore capabilities
itzg/rcon
Dockerized version of rcon-web-admin, providing a web-based interface for managing your server via RCON. Features:- Web UI for server commands
- Multi-server management
- Command history
- Real-time console output
Command-Line Tools
rcon-cli
A lightweight command-line tool for sending RCON commands to Minecraft servers. Features:- Simple CLI interface
- Pre-bundled with the minecraft-server image
- Interactive and single-command modes
- Useful for scripts and automation
mc-monitor
A versatile monitoring and health check tool for Minecraft servers. Features:- Health checks for Docker and Kubernetes
- Prometheus metrics exporter
- Telegraf data source
- Query server status
- Monitor player count
mc-image-helper
The Swiss Army knife for Minecraft server container operations. This tool provides complex, reusable preparation operations. Features:- Mod and plugin installation from various sources
- Version resolution and downloads
- File interpolation and templating
- Log4j patching
- Configuration file management
Integration Examples
Full-Featured Setup with Backup and Monitoring
Multi-Server Network with Routing
Community and Support
All of these projects are:- Open source and actively maintained
- Available on GitHub with issue tracking
- Documented with examples
- Community-supported through discussions