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
1.0.0+1.0.0+✅︎
warning

If you are updating from < 1.0.0-beta9. This won't work!

If you do not wish to use the command and wish to do it manually, then follow the standard update process below.

sudo wings update
systemctl restart wings

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.

sudo systemctl stop wings
sudo 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")"
sudo chmod u+x /usr/local/bin/wings

Restart

Secondly, Restart the process.

sudo systemctl restart wings

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