Wings
Updating
How to update Wings to a new version.
Using the Installer Script
If you installed with the official script, the updater handles Wings alongside the Panel:
bash <(curl -fsSL https://install.struxa.cloud) updateManual Update
Pull and Restart
cd /opt/wings
docker compose pull
docker compose up -dViewing Logs
cd /opt/wings
docker compose logs -fRestart After Config Changes
If you edit /etc/pterodactyl/config.yml:
cd /opt/wings
docker compose restartStop and Start
# Stop Wings
docker compose down
# Start again
docker compose up -d