Add update instructions for Synology NAS (#959)

Added instructions for updating Netbird on Synology NAS.
This commit is contained in:
martinyelland
2026-09-01 16:44:35 -07:00
committed by GitHub
parent c079d785ce
commit b5ef5c2b8a
@@ -83,8 +83,14 @@ Alternatively, if you are hosting your own Management Service provide `--managem
If you used the one-command script to install, you can follow this to update:
1. SSH into your Synology NAS: If you haven't already, enable SSH in your Synology's Control Panel under Terminal & SNMP. Then, use an SSH client to connect to your NAS. Switch to the root user:
```bash
sudo -i
```
2. Download and run the upgrade script: Once connected, execute the following command:
```bash
netbird down
cd /tmp
curl -fsSLO https://pkgs.netbird.io/install.sh
chmod +x install.sh
./install.sh --update