This is a Pterodactyl Egg for running a Virtual Private Server (VPS). The Egg includes several programming languages: Python, PHP, Node.js, and Golang
.
To use this Egg, simply add it to your Pterodactyl panel and configure it according to your needs. The included languages can be used to run a variety of applications and scripts on your VPS.
To enable sudo su
support for Pterodactyl containers, follow these steps:
-
Clone Pterodactyl's Wings from the source repository:
git clone https://github.com/pterodactyl/wings
-
Comment or remove the following line from the Wings source code:
SecurityOpt: []string{"no-new-privileges"},
-
Build Pterodactyl Wings. ( go build )
-
Replace your current Wings executable, typically located at
/usr/local/bin/wings
, with the one you just built. -
Finally, restart the Wings service:
systemctl restart wings