mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-17 12:29:05 +02:00
Add update instructions for Synology NAS (#959)
Added instructions for updating Netbird on Synology NAS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user