Airnode Hosting
Airnode Hosting
  • ๐Ÿš€Airnode Knowledgebase
  • ๐Ÿ–ฅ๏ธVirtual Private Server
    • ๐Ÿค–How do I connect to the SSH of my VPS?
    • ๐Ÿ–ฑ๏ธHow do I open a sftp session with a vps?
    • ๐Ÿ› ๏ธHow to install Pterodactyl?
    • ๐Ÿ“ŽHow to install a VPN? (On a VPS)
  • ๐Ÿ”ซFivem Instructions
    • ๐Ÿ›ก๏ธHow to install a Fivem Server?
    • ๐Ÿš“How to add a vehicle in Fivem?
    • ๐Ÿ“ƒHow to install Vmenu in Fivem?
    • ๐ŸงพHow to install any script in fivem?
    • ๐Ÿ”ฆHow to install scripts with SQL files
    • ๐ŸšŽHow to update txAdmin
    • ๐Ÿ‘ฎHow to install FivePD Fivem
Powered by GitBook
On this page
  • Step 1 - install a SSH Client
  • Step 2 - Login in on the VPS
  • Step 3.1 - Accepting Fingerprint SSH
  • Step 3.2 - Login using Credentials
  • Step 4 - Executing Commands
  1. Virtual Private Server

How to install Pterodactyl?

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

PreviousHow do I open a sftp session with a vps?NextHow to install a VPN? (On a VPS)

Last updated 8 months ago

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.


๐Ÿ–ฅ๏ธ
๐Ÿ› ๏ธ
Download PuTTY - a free SSH and telnet client for Windows