🐉 Install Pterodactyl via automatic script#
This guide explains how to quickly install Pterodactyl on your LibraHost VPS.
1️⃣ Prerequisites#
- A VPS running Ubuntu 20.04+ or Debian 10+
- Root or sudo access
2️⃣ Automatic installation#
- Connect to your VPS via SSH.
- Download and run the official script:
bash <(curl -s https://pterodactyl-installer.se)
- Follow the on-screen instructions to complete the installation.
The script automatically installs all necessary dependencies (Docker, Nginx, etc.).
3️⃣ Security#
- Change the root password after installation.
- Enable UFW and Fail2ban (see VPS security guide).
For more details, see the official Pterodactyl documentation.