Skip to content

Instantly share code, notes, and snippets.

View Catbirby's full-sized avatar

Catbirby Catbirby

View GitHub Profile
@TheDevFreak
TheDevFreak / !Running Pterodactyl (Panel & Wings) Behind and NGINX Reverse Proxy
Last active May 25, 2024 08:48
Pterodactyl Panel Behind an NGINX Reverse Proxy
Your panel should run on port 80 (well whatever you want I suppose)
Node daemon port should be 443 (but still http) because it hard codes those ports into connection urls for websockets in the webui :/
Ensure you have `TRUSTED_PROXIES=proxyip` in your `/var/www/pterodactyl/.env` file.