升級 Wings 的過程非常輕鬆,不到一分鐘即可完成。
每個版本的 Pterodactyl Panel 也有對應的最低版本的 Wings, 它需要運行。請參考下表以了解這些版本的排列方式。在 大多數情況下,您的基本 Wings 版本應與您的面板版本相符。
| 面板版 | 翅膀版 | 支援 |
|---|---|---|
| 1.0.x | 1.0.x | |
| 1.1.x | 1.1.x | |
| 1.2.x | 1.2.x | |
| 1.3.x | 1.3.x | |
| 1.4.x | 1.4.x | |
| 1.5.x | 1.4.x | |
| 1.6.x | 1.4.x | |
| 1.7.x | 1.5.x | |
| 1.8.x | 1.6.x | |
| 1.9.x | 1.6.x | |
| 1.10.x | 1.7.x | |
| 1.11.x | 1.11.x | |
| 1.12.x | 1.12.x | ✅ |
*注意:Wings 沒有 1.8.x、1.9.x 或 1.10.x 版本。 *
首先,將更新的wings二進位檔案下載到/usr/local/bin。您需要暫時停止 Wings。 _你的跑步
伺服器不會受到影響。 _
systemctl stop wings
curl -L -o /usr/local/bin/wings "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
chmod u+x /usr/local/bin/wings
最後,重新啟動翅膀進程。您正在運行的伺服器不會受到影響,任何開放的 與實例的連線將自動重新連線。
systemctl restart wings