Crafty Controller Guide: Minecraft Server Panel (2026)

Published on

Crafty Controller is a free, open-source Minecraft server management panel. Here is how to install and use it.

Written by Jochem – Infrastructure Expert – 5-10 years experience in game server hosting, VPS infrastructure, and 24/7 streaming solutions. Read author bio →

Crafty Controller Guide: Minecraft Server Panel (2026)

Crafty Controller Minecraft panel

Crafty Controller is a free, open-source web panel for managing Minecraft servers. It provides a browser-based dashboard to create, start, stop, and monitor servers without touching the command line.

Features

  • Web dashboard: Manage servers from any browser
  • Multi-server: Run multiple Minecraft servers from one panel
  • File manager: Edit configs and upload files through the browser
  • Console: Built-in server console
  • Scheduling: Automated restarts, backups, and commands
  • User management: Multiple admin accounts with permissions
  • Monitoring: CPU, RAM, and player count graphs
  • Auto-updates: Download and update server jars

Installation

Requirements

  • Python 3.8+
  • Linux (Ubuntu/Debian recommended) or Windows
  • 1 GB RAM minimum (for the panel itself)

Linux Install

git clone https://gitlab.com/crafty-controller/crafty-4.git
cd crafty-4
pip3 install -r requirements.txt
python3 main.py

Docker Install

docker pull registry.gitlab.com/crafty-controller/crafty-4
docker run -d -p 8443:8443 -p 25565:25565   -v crafty-data:/crafty/data   crafty-controller/crafty-4

Access

Open https://your-server-ip:8443 in a browser. Default login is set during first run.

Creating a Server

  1. Click "Create Server" in the dashboard
  2. Choose server type (Vanilla, Paper, Fabric, Forge)
  3. Select Minecraft version
  4. Set RAM allocation
  5. Click Create
  6. The panel downloads the server jar automatically
  7. Start the server

File Manager

Edit any server file directly in the browser:

  • server.properties
  • Plugin/mod configurations
  • World files
  • Log files

Upload mods, plugins, or worlds through drag-and-drop.

Scheduling

Set up automated tasks:

  • Restart: Auto-restart every 12 hours
  • Backup: Daily world backups
  • Commands: Run commands on a schedule (broadcast messages, weather changes)
  • Warnings: Send restart warnings to players

User Management

Create accounts for server admins with specific permissions:

  • Start/stop servers
  • Access console
  • Edit files
  • Manage schedules
  • View statistics

Crafty vs Other Panels

| Feature | Crafty | Pterodactyl | MCSManager | |---------|--------|-------------|------------| | Price | Free | Free | Free | | Setup | Easy | Complex | Medium | | Multi-server | Yes | Yes | Yes | | Docker support | Optional | Required | Optional | | Game support | Minecraft only | Many games | Minecraft focused | | Community | Growing | Large | Growing |

Crafty is the easiest to set up. Pterodactyl is more powerful but requires Docker and more configuration.


Manage your server easily. View Minecraft Hosting Plans

Jochem

About the Author

Jochem – Infrastructure Expert – Expert in game server hosting, VPS infrastructure, and 24/7 streaming solutions with 5-10 years experience.

Since 2023
500+ servers hosted
4.8/5 avg rating

I specialize in Minecraft, FiveM, Rust, and 24/7 streaming infrastructure, operating enterprise-grade AMD Ryzen 9 hardware in Netherlands datacenters.

View my full bio and credentials →

Start Your MC Server Now Today

Join content creators worldwide who trust our Minecraft infrastructure. Setup is instant and support is always available. Start from €0.90/mo (Dirt) or €2.70/mo (Coal) and go live in minutes.

Crafty Controller Guide: Minecraft Server Panel (2026)