Pterodactyl/Host installation

Pterodactyl Installation

Pterodactyl Egg for Olympus bot

// Ensure you have the following Linux packages installed:
// autoconf, automake, g++, libtool, build-essential

// Debian/Ubuntu

To install these packages on Debian/Ubuntu systems, run the following command:
sudo apt-get update && sudo apt-get install -y autoconf automake g++ libtool build-essential

// CentOS
//For CentOS, use the following command:
sudo yum groupinstall -y "Development Tools"

Last updated