Crafty Controller
Self-HostedOpen-source game server management panel for self-hosters
Overview
Crafty Controller is an open-source, self-hosted game server management panel designed to simplify running and maintaining multiple game servers (including Minecraft, Rust, ARK: Survival Evolved, and more). It offers automated backups, real-time server monitoring, customizable user permissions, and one-click server updates. Deployable via Docker for easy setup or traditional installation, it gives users full control over their game servers without relying on third-party services. Features like scheduled tasks and a user-friendly web interface make it ideal for casual self-hosters and community admins managing gaming infrastructure efficiently.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
crafty_controller:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: crafty-controller
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Multi-game support (Minecraft, Rust, ARK)
- Automated backups & one-click updates
- Customizable user permissions & real-time monitoring
Frequently Asked Questions
? Is Crafty Controller hard to install?
Crafty Controller offers Docker deployment, which simplifies setup for most users—just run the Docker command and access the web interface. Traditional installation requires basic Linux/Windows server knowledge, but detailed documentation guides you through each step.
? Is it a good alternative to proprietary panels like Nodecraft?
Yes—Crafty Controller provides similar core features (backups, monitoring) but is self-hosted, so you avoid subscription fees and retain full control over your server infrastructure and data.
? Is Crafty Controller completely free?
Yes! It’s released under the MIT License, meaning it’s 100% free to use, modify, and distribute without any hidden costs or restrictions.
Top Alternatives
People Also Ask about Crafty Controller
Tool Info
Pros
- ⊕ Privacy-focused (no third-party data sharing)
- ⊕ Supports multiple popular games out of the box
Cons
- ⊖ Requires basic server knowledge for traditional setup
- ⊖ Needs regular maintenance to keep up with updates