Update Servers/Linux/Pterodactyl.md

This commit is contained in:
Nicole Rappe
2024-01-05 19:07:47 -07:00
parent 820508b3da
commit 258a9c3316

View File

@ -1,8 +1,6 @@
**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)
Sure, I'll adjust the commands to use `yum`, which is commonly used in CentOS and older RHEL versions, and include the installation of `epel-release` (which is commonly referred to as EPEL Extras). Note that Rocky Linux, being a derivative of RHEL 8, typically uses `dnf`, but `yum` is often aliased to `dnf` in these systems for backward compatibility. Here's the adjusted script:
**Install EPEL Repository and other tools**:
```bash
sudo yum -y install epel-release curl ca-certificates gnupg