Skip to main content

Updating Wings

Updating Wings is a painless process and should take less than a minute to complete.

Wings Version Requirements

Panel VersionWings VersionSupported
3.x3.x✅︎

Download Update

First, download the updated wings binary into /usr/local/bin. You will need to stop Wings briefly.

tip

Running servers will not be affected.

systemctl stop wings
curl -L -o /usr/local/bin/wings "https://github.com/pelican-dev/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
chmod u+x /usr/local/bin/wings

Restart

Secondly, Restart the process.

systemctl restart wings

Eazy as 1..2.. Oh it's done...