Skip to content

Getting Started

Get Minepanel running in about 2 minutes.

Minepanel dashboard showing server stats, system status, and quick actions

WARNING

Remember to change your password after the first login.

Requirements

  • Docker 20.10+ & Docker Compose v2.0+
  • 2GB+ RAM
  • Linux, macOS, or Windows (WSL2)

Verify

bash
docker --version && docker compose version

Install

Access: http://localhost:3000

Login: admin / admin

Change password

Go to Profile → Change Password after first login.

Create Your First Server

  1. Click "New Server"
  2. Fill: Name, Type (Paper/Forge/etc.), Version, Port, Memory
  3. Click Create
  4. Wait for download → Play!

Remote Access

To access from outside your network, update docker-compose.yml:

yaml
environment:
  - FRONTEND_URL=http://your-ip:3000
  - NEXT_PUBLIC_BACKEND_URL=http://your-ip:8091
  - ALLOW_INSECURE_AUTH_COOKIES=true # Only if staying on HTTP (LAN/dev)

Then restart:

bash
docker compose restart

→ Full guide: Networking

HTTP authentication

ALLOW_INSECURE_AUTH_COOKIES=true is a fallback for HTTP-only setups. For production/public access, use HTTPS and keep this variable disabled.

Next Steps

TopicWhat you'll learn
ConfigurationEnvironment variables, ports, directories
Server TypesPaper, Forge, Neoforge, Fabric, modpacks
NetworkingRemote access, SSL, proxy
FeaturesEverything Minepanel can do

Troubleshooting

Permission errors (Linux):

bash
sudo usermod -aG docker $USER
# Log out and back in

Check logs:

bash
docker compose logs -f

→ More help: Troubleshooting | FAQ

Released under the MIT License. · Anonymous, cookieless analytics (self-hosted Umami).