Currently the #2 rated resource on MC-Market!
THE PRICE WILL GO UP AS SOON AS PHPMYADMIN SUPPORT COMES OUT SO YOU SHOULD BUY NOW WHEN IT IS STILL CHEAP
What does this script do?
As the title says, it will install & upgrade the Pterodactyl Panel (https://pterodactyl.io) for you!
My goal is to make the script as configurable as possible, to support as many operating systems as possible and to use the latest software on the market. The script will install:
- The latest panel (0.7.11)
- The latest daemon (0.6.8)
- The newest database (MariaDB 10.3)
- The latest NodeJS (10)
To enhance the security of the installation, the script will also enable https, block unused ports and add IPtables rulesto protect your server by default.
What operating systems are supported?
All major operating systems are supported!
This includes:
- Ubuntu: Ubuntu 18.10, 18.04, 16.04, 14.04
- Debian: 9, 8
- Fedora: 28
- CentOS: 7
- RHEL: 7
What installation options do I have?
You have the option to
- Only install the panel
- Only install the daemon
- Install both the daemon and panel
- Install the standalone SFTP Server
Version 3.0+ also added the option to install Fonix's Theme!
In case you forget your MariaDB root password, there is also an option to reset it.
What am I protected from?
- SSH Bruteforce
- Port Scanning
- Bad/Suspicious Packets
- Ping Floods
What prerequisites do I need?
As the pterodactyl daemon requires docker, you will need a KVM VPS or Dedicated Server if you want to install it. OpenVZ, LXC and Virtuozzo are not supported. Please consult with your host to see if their OpenVZ/LXC servers can run docker or not.
The script will generate an SSL to secure both the daemon and panel, therefore you would need a domain to use it. You can get a free domain here: https://www.freenom.com/en/index.html?lang=en
Installing & Upgrading Pterodactyl:
1. Unzip the scripts
2. Upload install.sh to your root directory (/root)
3. Log into SSH as root and do
4. Answer the prompted questions
Once the script finishes running, you will need to go to your panel and create a node as this process cannot be automated.
Click on configuration and copy the generated command. Go back to SSH and execute these commands:
1. cd /srv/daemon
2. Paste the generated command from the panel
3. service wings restart
1. Unzip the scripts
2. Upload install.sh to your root directory (/root)
3. Log into SSH as root and do
Code:
chmod u+x install.sh
Code:
./install.sh
Once the script finishes running, you will need to go to your panel and create a node as this process cannot be automated.
Click on configuration and copy the generated command. Go back to SSH and execute these commands:
1. cd /srv/daemon
2. Paste the generated command from the panel
3. service wings restart