Pterodactyl panel install script

Status
This thread has been locked.

minecraftcafe

Feedback score
4
Posts
48
Reactions
19
Resources
0
This script will install Pterodactyl-Panel for minecraft on your Ubuntu 16.x system. You have the choice to either install with Nginx or Apache.

This script should be ran on a properly setup server not under root.

curl -Lo install.sh https://raw.githubusercontent.com/crombiecrunch/Pterodactyl-Panel-Install/master/install.sh
bash install.sh -i [nginx] [apache]
i.e. bash install.sh -i nginx

You will be prompted for email, FDQN, time zone, and portal password.

This will install all of the necesary files and update the system including SSL.

You will not be prompted again until you need to copy and paste the core code from your node. As shown here, https://daemon.pterodactyl.io/docs/configuration

https://github.com/crombiecrunch/Pterodactyl-Panel-Install
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Surx

Supreme
Feedback score
10
Posts
160
Reactions
102
Resources
0
This is absolutely awesome!

I currently use this panel and it's by far my favorite out of PufferPanel and Multicraft.
 

minecraftcafe

Feedback score
4
Posts
48
Reactions
19
Resources
0
Thanks. I love this panel.

I'm working in another version of the script that will actually install a user for those that are going to try to run this as root.

Also working on having it be able to run on both Ubuntu and centos.
 

Ceni

Maniac
Premium
Feedback score
15
Posts
605
Reactions
178
Resources
0
This script will install Pterodactyl-Panel for minecraft on your Ubuntu 16.x system. You have the choice to either install with Nginx or Apache.

This script should be ran on a properly setup server not under root.

curl -Lo install.sh https://raw.githubusercontent.com/crombiecrunch/Pterodactyl-Panel-Install/master/install.sh
bash install.sh -i [nginx] [apache]
i.e. bash install.sh -i nginx

You will be prompted for email, FDQN, time zone, and portal password.

This will install all of the necesary files and update the system including SSL.

You will not be prompted again until you need to copy and paste the core code from your node. As shown here, https://daemon.pterodactyl.io/docs/configuration

https://github.com/crombiecrunch/Pterodactyl-Panel-Install
How do i get the core code? ;-;
 
Status
This thread has been locked.
Top