mc-node.net →

How do I install Pterodactyl manually?

🖥️ VPS

How to install Pterodactyl manually.

This article was tested on a N-04 VPS running Ubuntu 22.04.

  1. Let's start by updating Ubuntu's packages
sudo apt update
sudo apt upgrade
  1. Let's install Pterodactyl using a Pterodactyl installer Run the following in your console.
bash <(curl -s https://pterodactyl-installer.se)
  1. Choose the option you want. For this article we'll go with option 2. How do I install Pterodactyl manually?
  2. You'll then get a few configuration options:
  3. Database name: leave empty (press enter)
  4. Database username: leave empty (press enter)
  5. Database password: leave empty (press enter)
  6. Selecttimezone: leave empty (press enter)
  7. Email: enter your own email address.
  8. Admin email: enter the email address to use for your administrator account. (YOU WILL ALSO LOG IN WITH THIS)
  9. Admin username: your own choice
  10. Admin FirstName: your own choice
  11. Admin LastName: your own choice
  12. Admin Password: your own choice
  13. FQDN: hosted-by-mcnode.net (or your own domain)
  14. Firewall: yes (y)
  15. SSL: no (n)

  16. Wait for the installation to finish. After completing the produ