A helpful script for setting up Pterodactyl panel
Go to file
Vladimír "JustLeader" Pokorný 0df1e864f2 Update part1.sh 2024-03-31 16:50:07 +02:00
LICENSE Initial commit 2024-03-31 13:30:07 +02:00
README.md Update README.md 2024-03-31 16:49:03 +02:00
part1.sh Update part1.sh 2024-03-31 16:50:07 +02:00

README.md

pterodactyl-helpscript

A helpful script for setting up Pterodactyl panel

This script is not done yet, and I do not recommend using it.

Running

Part 1:

bash <(curl -s https://git.justleader.eu/justleader/pterodactyl-helpscript/raw/branch/main/part1.sh)

Other

todo

  • add public ports range setting
  • add local ptero-ptero communication setting, use ufw allow in on pterodactyl0 to 172.18.0.1 port 69:420 proto tcp

can use later

if ! echo "$httpsenable" | grep -qE "^(yes|no)$"; then
    echo "Variable is neither 'yes' nor 'no'. Exiting program."
    exit 1
fi