diff --git a/src/pages/get-started/install/synology.mdx b/src/pages/get-started/install/synology.mdx index 2f615834..1a07b7ac 100644 --- a/src/pages/get-started/install/synology.mdx +++ b/src/pages/get-started/install/synology.mdx @@ -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