Update Servers/Linux/Pterodactyl.md

This commit is contained in:
Nicole Rappe
2024-01-05 19:09:08 -07:00
parent 258a9c3316
commit a401331306

View File

@ -1,6 +1,9 @@
**Purpose**: Pterodactyl is the open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to administrators and users. **Purpose**: Pterodactyl is the open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to administrators and users.
[Official Website](https://pterodactyl.io/panel/1.0/getting_started.html) [Official Website](https://pterodactyl.io/panel/1.0/getting_started.html)
!!! note
This documentation assumes you are running Rocky Linux 9.3 or higher.
**Install EPEL Repository and other tools**: **Install EPEL Repository and other tools**:
```bash ```bash
sudo yum -y install epel-release curl ca-certificates gnupg sudo yum -y install epel-release curl ca-certificates gnupg