Skip to content

Instantly share code, notes, and snippets.

@Sn1p0r
Sn1p0r / install_pteroq_panel_v0.7.17_centos7.sh
Last active July 28, 2022 16:13
Script to automate the installation of The Pterodactyl Panel
#!/bin/bash
## Input environmental vars
echo "FQDN:" ; read "host"
echo "IP:" ; read "ip"
echo "Admin email:" ; read "email"
echo "DB password:" ; read "pass"
echo "#####################"
echo "FQDN hostname is $host"
echo "IP fort this FQDN is $ip"
@Sn1p0r
Sn1p0r / install_wings_daemon_v0.6.13_centos7.sh
Last active May 11, 2020 10:56
Script to automate the installation of The Pterodactyl Daemon
#!/bin/bash
## Installing Daemon "Wings"
echo "Installing Daemon "Wings""
## Input environmental vars
echo "FQDN:" ; read "host"
echo "IP:" ; read "ip"
echo "Admin email:" ; read "email"
echo "#####################"
echo "FQDN hostname is $host"
@Sn1p0r
Sn1p0r / full_install_pteroq_panel_v0.7.17_and_wings_daemon_v0.6.13_centos_7.sh
Last active April 26, 2020 05:49
full_install_pteroq_panel_v0.7.17_and_wings_daemon_v0.6.13_centos_7.sh
#!/bin/bash
## Input environmental vars
echo "FQDN:" ; read "host"
echo "IP:" ; read "ip"
echo "Admin email:" ; read "email"
echo "DB password:" ; read "pass"
echo "#####################"
echo "FQDN hostname is $host"
echo "IP fort this FQDN is $ip"
@Sn1p0r
Sn1p0r / full_install_pteroq_panel_v0.7.17_and_wings_daemon_v0.6.13_centos_8.sh
Created April 26, 2020 05:50
full_install_pteroq_panel_v0.7.17_and_wings_daemon_v0.6.13_centos_8.sh
#!/bin/bash
## Input environmental vars
echo "FQDN:" ; read "host"
echo "IP:" ; read "ip"
echo "Admin email:" ; read "email"
echo "DB password:" ; read "pass"
echo "#####################"
echo "FQDN hostname is $host"
echo "IP fort this FQDN is $ip"