๐Ÿ› ๏ธHow to install Pterodactyl?

Easiest way to professionally install the Pterodactyl Panel on a VPS.

Step 1 - install a SSH Client

The Easiest SSH Client to use is Putty, it is not very comprehensive but it is user-friendly. Download Putty with the Link Below

Step 2 - Login in on the VPS

After installing and opening Putty, you get this pop-up. Here you can enter the IP-Address at the arrow. Which you obtained in an Email. Next click on "Open".

Step 3.1 - Accepting Fingerprint SSH

Here you will be asked if you trust the Host, click "Accept".

Step 3.2 - Login using Credentials

At the top arrow, enter "root," be sure to use lowercase. At the bottom arrow enter your root password which you obtained via Email. Now you have successfully logged in.

Step 4 - Executing Commands

Enter the following command inside the SSH terminal

sudo apt install curl

After installing curl, run the following command to install the panel with the install script.

bash <(curl -s https://airnode.nl/ptero-installatie/install.sh)

Enter what you want to install. The choice usually goes to the Panel and Wings. This is by running the number "2" in the terminal.

During the installation, you will be asked several times for information, such as your Email address and password that you would like to use.

You will also be asked for the FQDN. If you do not have a domain, you must enter the IP address of the VPS.

After following all the steps according to the installation, the system installs all the necessary things for the panel and after that the panel can be reached at the specified location on the web. (FQDN/ Domain)

Successfully installed the pterodactyl panel.


Last updated