Creating a Wings node
Installing Wings and set up Reverse Proxy
Configure the 'Pterodactyl Wings' Portainer stack
https://github.com/trentnbauer/agg/blob/main/docker-compose/pterodactyl-wings.yml
# --- General Settings ---
TZ=UTC
# --- Networking Ports ---
PORT=443
PORT_SFTP=2022
PORT_DB=3306
# This should be your internal DNS / IP address
HOSTNAME=localhost
# --- Database Credentials ---
# Replace these with strong passwords
SQL_PASS=
SQL_PASS_ROOT=
# --- Cloudflare Tunnel Configuration ---
CFDOMAIN=example.com
CFSUBDOMAIN=wings.
CFPOLICY=bypass
CFACCESSNAME=Pterodactyl Wings
CFDURATION=8hAllow Ports through the Firewall
Test the reverse proxy works
Configure Panel & Wings
Set up a Node on the Panel
Upload Configuration file to Wings


I would also recommend changing the upload_limit to '1024'
Restart the container to load the config file
Assigning Ports to the Node
Port Forward
Why do I do it this way?
Last updated


