Take command of your gaming experience with a free, open-source Minecraft launcher and manager designed for simplicity. This self-hosted web server allows you to administer multiple Minecraft servers directly from your browser. Built with security in mind, it utilizes industry-standard Argon2 password hashing and an SSL-secured webserver, ensuring your local data remains private and protected from third-party cloud services.
Enjoy a feature-rich panel that makes managing large numbers of servers intuitive. Key capabilities include:
With quick deployment scripts and an active support community, maintaining your gaming servers is highly accessible.
services:
crafty:
container_name: crafty_container
image: arcadiatechnology/crafty-4:latest
restart: always
environment:
TZ: Etc/UTC
ports:
- "8000:8000" # HTTP Web UI
- "8443:8443" # HTTPS Web UI
- "8123:8123" # Dynmap
- "19132:19132/udp" # Bedrock Default Port
- "25500-25600:25500-25600" # Minecraft Server Port Range
volumes:
- ./backups:/crafty/backups
- ./logs:/crafty/logs
- ./servers:/crafty/servers
- ./config:/crafty/app/config
- ./import:/crafty/import# No sensitive credentials are required for the initial setup.
# Admin credentials will be generated and displayed in the container logs upon first startup.Auto-fetched about 21 hours ago