Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/pages/get-started/install/synology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading