Update
A brief guide on how to update the Wings Daemon to the latest version.
Wings Version Requirements
| Panel Version | Wings Version | Supported |
|---|---|---|
| 1.0.0+ | 1.0.0+ | ✅︎ |
Download Update
tip
Updating Wings will not affect running (game-) servers.
- Self-update
- Manual update
Since beta9 Wings includes a self updater. Simply run the following commands to update:
sudo wings update
sudo systemctl restart wings
Manually updating Wings is very simple. Briefly stop the Wings service, download the new Wings release and start the service again:
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
sudo systemctl restart wings