⚠ My panel is set to canary but it's say i am on ghcr.io/pterodactyl/panel:latest THAT'S NORMAL it's an error from PterodactylReposit but your on the last version and not on develop. ⚠
Pterodactyl® is a free, 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 end users.
Stop settling for less. Make game servers a first class citizen on your platform.
WebSite: https://pterodactyl.io/
Live Demo: NONE
DockerHub: Deamons
GitHub: https://github.com/pterodactyl
MyRepository: https://github.com/ItJustFox/unraidtemplate/
I will personnally use "THE_SAME_NAME_OF_YOUR_DOMAIN_NAME_USE_BEFORE" all long during the tuto to decise your domain name without the "https" and "/"
If the Deamons and SFTP port are already taken feel free to change their port to the Host side only.
Which in my case will be done like this:
My port 8080 in docker re outputs as 8586
And my same for port 2022 which outputs as 2323
Once this is done we can create our host on Nginx.
real_ip_header CF-Connecting-IP;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_hide_header Upgrade;
proxy_hide_header X-Powered-By;
add_header Content-Security-Policy "upgrade-insecure-requests";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Cache-Control "no-transform" always;
add_header Referrer-Policy no-referrer always;
add_header X-Robots-Tag none;