how to install pterodactyl panel
bash <(curl -s https://raw.githubusercontent.com/vilhelmprytz/pterodactyl-installer/master/install.sh)
Here is what the above code is Doing:
1. It's downloading the install.sh script from this repo.
2. It's running the install.sh script.