/Pterodactyl-VPS-Egg

Pterodactyl VPS Egg

Primary LanguageDockerfile

Pterodactyl VPS Egg

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.

- Currently sudo su not working

How to Add sudo su Support

To enable sudo su support for Pterodactyl containers, follow these steps:

  1. Clone Pterodactyl's Wings from the source repository:

    git clone https://github.com/pterodactyl/wings
  2. Comment or remove the following line from the Wings source code:

    SecurityOpt:    []string{"no-new-privileges"},
  3. Build Pterodactyl Wings. ( go build )

  4. Replace your current Wings executable, typically located at /usr/local/bin/wings, with the one you just built.

  5. Finally, restart the Wings service:

    systemctl restart wings