1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-16 14:14:42 -04:00
Pterodactyl-Script/README.md

38 lines
2.2 KiB
Markdown
Raw Normal View History

2020-06-25 05:26:44 -04:00
# Pterodactyl-Script
2020-06-25 05:30:58 -04:00
Installing Pterodactyl in just a few minutes! <br />
Please note this script is meant to be used on fresh installations only. You must run it as root. <br />
2020-06-25 06:05:17 -04:00
<br />
2021-09-18 13:28:18 -04:00
`curl -Ls https://api.github.com/repos/TommyTran732/Pterodactyl-Script/releases/latest | grep -wo "https.*install.sh" | wget -qi -` <br />
2020-12-09 15:03:50 -05:00
<br />
`bash install.sh` <br />
2020-06-25 06:05:17 -04:00
<br />
2021-09-18 15:42:38 -04:00
Visit my Matrix group: https://matrix.to/#/#tommytran732:matrix.org
2020-09-11 01:15:27 -04:00
<br />
2021-11-02 18:30:09 -04:00
# Features
- Panel installation
- Panel upgrade
- Daemon installation
- Daemon upgrade
2021-11-02 18:32:09 -04:00
- phpMyAdmin installation (on nodes with the panel only - optional)
2021-11-02 18:30:09 -04:00
- Automatic LetsEncrypt certificate generation
2021-11-02 18:31:40 -04:00
- HSTS enabled
2021-11-02 18:30:09 -04:00
- Fail2ban SSHD jail
2021-11-02 18:31:40 -04:00
- Basic firewall configuration
2021-11-02 18:33:12 -04:00
- Database password reset
2021-11-02 18:30:09 -04:00
2020-09-11 05:15:19 -04:00
# Supported Operating System
2021-11-01 22:34:17 -04:00
RHEL, CentOS Stream, Rocky Linux and Alma Linux are recommended over Ubuntu and Debian due to the new Appstream system introduced in RHEL 8. With modular repos, package management with dnf became so much easier and cleaner compared to apt. <br />
2021-11-01 22:31:09 -04:00
Fedora is not recommended due to its short life cycle. However, if you live on the edge and can handle frequent major updates on your own, then it is fine.
2021-09-25 23:50:47 -04:00
| Operating System | Version | Supported | Recommended | Notes |
| ----------------- | -------- | -------------------- | ------------------ | ------------------------------------ |
2021-11-01 22:31:09 -04:00
| Fedora | 35 | :heavy_check_mark: | 🔴 | |
| CentOS | Stream 8 | :heavy_check_mark: | ✔️ | |
| RHEL | 8 | :heavy_check_mark: | ✔️ | |
| Rocky Linux | 8 | :heavy_check_mark: | ✔️ | |
2021-11-01 22:34:17 -04:00
| Alma Linux | 8 | :heavy_check_mark: | ✔️ | |
2021-11-01 22:31:09 -04:00
| Ubuntu | 20.04 | :heavy_check_mark: | 🔴 | |
| Debian | 11 | :heavy_check_mark: | 🔴 | |