AMP by CubeCoders: Minecraft Server Panel Guide (2026)

AMP (Application Management Panel) by CubeCoders is a paid, polished server management panel. It supports Minecraft and many other games. The selling point is ease of use: a clean interface with automatic configuration for most game servers.
Key Features
- Auto-configuration: AMP detects settings and auto-generates management UI
- Multi-game: Supports Minecraft Java, Bedrock, and 100+ other games
- Instance management: Each server runs as an isolated instance
- Scheduling: Automated tasks, backups, restarts
- User management: Multi-user with permissions
- Monitoring: Real-time CPU, RAM, player stats
- Automatic updates: One-click server updates
- Docker support: Optional containerization
Pricing
AMP is not free:
- Professional: $10 one-time for 5 instances
- Enterprise: Monthly subscription for more instances and support
Compared to free panels, you pay for polish and support.
Installation
Linux
bash <(wget -qO- getamp.sh)
After Installation
- Open
http://your-server-ip:8080 - Log in with the credentials set during install
- Create a new Minecraft instance
- AMP downloads the server jar automatically
- Start the server
Minecraft-Specific Features
- Mod manager: Install Forge/Fabric mods through the UI
- Plugin manager: Browse and install Spigot/Paper plugins
- World management: Upload, download, and switch worlds
- server.properties editor: GUI for all server settings
- Player management: Whitelist, ban, OP from the panel
- Console: Full server console in the browser
Why AMP Over Free Panels
| Feature | AMP | Free Panels |
|---|---|---|
| Setup time | 5 minutes | 10 to 60 minutes |
| Update frequency | Regular | Varies |
| Support | Paid support | Community |
| Stability | Very stable | Good |
| Cost | $10+ | Free |
AMP is the "it just works" option. If you value your time over $10, it is worth it.
When to Use AMP
- You want a professional panel without the setup complexity of Pelican
- You manage multiple game servers (not just Minecraft)
- You need reliable support
- You prefer paid software with guaranteed updates
Manage your server professionally. View Minecraft Hosting Plans
What AMP gives you that Pterodactyl doesn't
AMP (Application Management Panel) by CubeCoders is a paid game panel. The pitch versus the free Pterodactyl/Pelican stack:
| Feature | AMP | Pterodactyl |
|---|---|---|
| Multi-game out of the box | yes (60+ templates) | yes (eggs) |
| Per-instance backups | included | needs script / addon |
| ADS (Multi-node) | included in AMP Pro | included free |
| Built-in user RBAC | granular | granular |
| Updates / mod manager UI | native | manual or community addons |
| One-time license cost | yes (~£10 per instance) | free |
| Self-hosted | yes | yes |
AMP is paid. If you run hosting as a business, the polished UI and license model are easy to charge for. If you self-host one server, Pterodactyl is free and equally capable.
Linux install, the official way
curl -fsSL https://repo.cubecoders.com/cubecoders-repo-buster.deb -o repo.deb
sudo dpkg -i repo.deb
sudo apt update
sudo apt install ampinstmgr
sudo ampinstmgr quickstart ADS01 admin yourEmail@example.com strongpassword
ADS listens on port 8080 by default. Open it via SSH tunnel rather than exposing publicly.
Creating a Minecraft instance
In ADS web UI:
- Create instance > Application Type: Minecraft Java Edition.
- Set RAM (e.g. 8192 MB), CPU limit (e.g. 200 % for 2 cores).
- After provisioning, open the instance > Configuration > Java Args, paste Aikar flags.
- Console > Start.
The first start downloads the requested server type (Vanilla, Paper, Forge, Fabric).
Backups
Backups tab > Schedule > daily, retain 7. AMP's built-in backup tar.gz's the instance directory and stores it on the host. For off-host safety, a cron rsync to a different machine.
Common breakage
| Symptom | Cause | Fix |
|---|---|---|
| ADS panel shows "Module installation failed" | repo signed key changed | re-add repo, apt update |
| Instance can't start: "Java not found" | wrong Java version for that game | install OpenJDK 21 (Minecraft 1.20.5+) |
| Players can't connect | port not opened in firewall | ufw allow 25565/tcp |
| Backup fails: "no space" | host disk full | move backups dir to a separate volume |
