Docker-Based
Single container design with multi-stage build. No docker-compose required for basic usage.
Docker-Based
Single container design with multi-stage build. No docker-compose required for basic usage.
20+ Plugins
Pre-configured plugins including Multiverse, BlueMap, FastAsyncWorldEdit, WorldGuard, LuckPerms, and more.
Autopause
Intelligent idle detection pauses the JVM to save resources when no players are online.
Automated Backups
Comprehensive backup system with compression, retention policies, and S3/rclone support.
5 Custom Worlds
Auto-created worlds: hub, survival wilds with Terralith, plot city, and linked dimensions.
Production Ready
Automated CI/CD testing, health checks, and comprehensive monitoring.
Run the server with a single command:
docker run -e EULA=true -p 25565:25565 ghcr.io/lucasilverentand/lumo-server:latestFor persistence and full features:
docker run -e EULA=true -e MEMORY=4G -e ENABLE_AUTOPAUSE=true \ -p 25565:25565 -p 8100:8100 -p 25575:25575 -p 24454:24454/udp \ -v minecraft_data:/data \ -v minecraft_backups:/backups \ ghcr.io/lucasilverentand/lumo-server:latestImages are available on GitHub Container Registry:
ghcr.io/lucasilverentand/lumo-server:latestghcr.io/lucasilverentand/lumo-server:1.21.10ghcr.io/lucasilverentand/lumo-server:<commit-sha>Ready to run your own Lumo server? Check out the Quick Start guide or dive into Docker Setup for detailed configuration options.