Updating Wings
Updating Wings is a painless process and should take less than a minute to complete.
Wings Version Requirements
| Panel Version | Wings Version | Supported |
|---|---|---|
| 1.0.0+ | 1.0.0+ | ✅︎ |
Download Update
tip
Running servers will not be affected.
- Self-update
- Manual update
First, you need to run the Wings auto-updater, which is included starting from beta9.
sudo wings update
First, download the updated wings binary into /usr/local/bin. You will need to stop Wings briefly.
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