Skip to content

Lumo Server

Docker-based Minecraft Paper server with 20+ plugins, autopause functionality, and automated backups

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:

Terminal window
docker run -e EULA=true -p 25565:25565 ghcr.io/lucasilverentand/lumo-server:latest

For persistence and full features:

Terminal window
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:latest

Images are available on GitHub Container Registry:

  • Latest: ghcr.io/lucasilverentand/lumo-server:latest
  • Tagged: ghcr.io/lucasilverentand/lumo-server:1.21.10
  • SHA: ghcr.io/lucasilverentand/lumo-server:<commit-sha>
  • Server: Paper 1.21.10 with Aikar flags for optimized performance
  • World Generation: Terralith datapack for beautiful custom terrain
  • Plugins: See the full plugins list for details
  • Tools: RCON for server management, BlueMap for web-based maps
  • Background Services: Autopause daemon, backup scheduler, world initialization

Ready to run your own Lumo server? Check out the Quick Start guide or dive into Docker Setup for detailed configuration options.