Synology NAS Setup
CopySync can work with your Synology NAS in two different ways: via WebDAV or with direct Synology Drive API integration.
π New: CopySync can now integrate directly with the Synology Drive API. You can connect using the address and QuickConnect ID without dealing with WebDAV.
Part 0: Direct Integration (Easiest Method)
If you have the Synology Drive package installed, you don't need to deal with WebDAV. Simply enter the following details in your CopySync settings:
YOUR_ID or 192.168.1.x
Note: This method requires the "User Home Service" to be enabled on DSM.
π‘ Synology NAS devices come with a built-in WebDAV Server package. This guide is for DSM 7.x.
Requirements
- Synology NAS (DSM 6.x or 7.x)
- Administrator access
- Let's Encrypt certificate for HTTPS (recommended)
Part 1: Install WebDAV Server Package
Open Package Center
Open the Package Center application in DSM.
Search for "WebDAV Server"
Type "WebDAV" in the search box and find the package developed by Synology.
Click Install
Click "Install" and wait for the package to install.
Part 2: Configure WebDAV
Open WebDAV Server
Open the WebDAV Server application from the main menu.
Enable HTTPS
Configure the following settings:
5006
Create CopySync Folder
Create a new folder in File Station:
/volume1/homes/YOUR_USERNAME/CopySync/
or in a shared folder:
/volume1/shared/CopySync/
Part 3: Configure CopySync
Open CopySync Settings
Open CopySync settings on Mac or Android.
Enter WebDAV Details
Use the following format:
https://YOUR_NAS_IP:5006/homes/YOUR_USERNAME/CopySync/
https://YOUR_DDNS.synology.me:5006/homes/YOUR_USERNAME/CopySync/
Your Synology DSM username
Your Synology DSM password
Test and Save
Click "Test Connection". If successful, click "Save".
Security Tips
Always use HTTPS. Unencrypted data transfer over HTTP is not secure.
Use a Let's Encrypt certificate. You can get a free certificate from DSM > Control Panel > Security > Certificate.
Enable 2-factor authentication and consider creating a separate user for CopySync.
Troubleshooting
Connection times out
Make sure port 5006 is open on your router. You can set up automatic port forwarding from DSM > Control Panel > Router Configuration.
Certificate error
If using a self-signed certificate, we recommend switching to Let's Encrypt. Temporarily, your device may need to mark the certificate as trusted.
Access denied (403)
Make sure your user has read/write permission to the WebDAV folder. Check from DSM > Control Panel > Shared Folder > Permissions.