Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
PP

Pterodactyl Panel

Pterodactyl Panel is a game server management UI. Control Minecraft, ARK, Rust, CS:GO, and 50+ games from a unified web panel with per-server resource limits, scheduled tasks, and Docker-based isolation. The most-deployed open-source game-hosting panel.

At a glance

9k

GitHub stars

53

Page views

136

Active installs

Version Latest OS Ubuntu Server 24.04 LTS Min RAM 2 GB IP IPV4,IPV6

Active installs is sample data (staging preview); real metric wires in before launch.

Accessing the Panel

The panel is available at: http://<server-ip>

Create Your First Admin User

Before using the panel, you must create an administrative account:

cd /var/www/pterodactyl
php artisan p:user:make

Backup Your Encryption Key

Your application key (APP_KEY) is required to access encrypted user data.

Retrieve it:

grep APP_KEY /var/www/pterodactyl/.env

Back this up securely. If lost, data associated with encrypted values (API keys, OAuth tokens, etc.) becomes unrecoverable.

Configure Email Delivery

Email is required for password resets and account verification.

Run the mail configuration wizard:

php artisan p:environment:mail

Ensure SMTP connections are allowed for this server (ask for enabling SMTP access).

Maintenance Mode Commands

Use maintenance mode during upgrades or configuration changes.

Enable:

php artisan down

Disable:

php artisan up

Activating Wings (If Installed)

If wings.service is failing to start, it will typically activate successfully once it has been fully configured.

Use the generated token (Panel → Admin → Nodes → Select Node → Configuration → Auto-Deploy → Generate Token) to configure Wings:

Once configuration is done, restart Wings:

sudo systemctl restart wings

Important Files & Directories

  • Panel application files: /var/www/pterodactyl
  • Environment configuration: /var/www/pterodactyl/.env
  • Nginx configuration: /etc/nginx/sites-available/pterodactyl.conf
  • Credentials file: /root/.cloudzy-creds
  • Wings configuration (if installed): /etc/pterodactyl/

Deploy Pterodactyl Panel now. From $2.48/mo.