LibraHostDocumentation

Documentation

Complete guides for all our hosting services

🐉 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#

  1. Connect to your VPS via SSH.
  2. Download and run the official script:
    bash <(curl -s https://pterodactyl-installer.se)
  3. 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.