Setting up a Synology NAS
Set up WebDAV on your Synology NAS to use it as a storage source with footage.one.
Overview
Synology NAS systems support WebDAV natively via an optional package. This guide describes the setup on DSM 7. For the general network setup (port forwarding, DynDNS) see NAS exposure.
Installing the WebDAV server
- Open Package Centre in DSM
- Search for WebDAV Server
- Click Install
- After installation the package starts automatically
Configuring WebDAV
- Open Package Centre → Installed → WebDAV Server
- Alternatively: Main Menu → WebDAV Server
- Enable the desired protocols:
- Enable HTTPS — recommended, default port: 5006
- Enable HTTP — default port: 5005 (not recommended for external access)
- Click Apply
Users and permissions
Creating a dedicated user
It is recommended to create a separate user for WebDAV access:
- Go to Control Panel → User & Group
- Click Create
- Enter a username (e.g.
footage-webdav) - Set a strong password
- Assign the user to a group (e.g.
users) - Under Permissions → grant access to the folders you want to use with footage.one
- Under Applications → make sure WebDAV Server is allowed
Checking folder permissions
- Go to Control Panel → Shared Folder
- Select the desired folder → Edit → Permissions
- Make sure the WebDAV user has Read (and if necessary Write) access
Setting up an SSL/TLS certificate
Let's Encrypt (recommended)
- Go to Control Panel → Security → Certificate
- Click Add
- Choose Add a new certificate → Get a certificate from Let's Encrypt
- Enter your DynDNS hostname (e.g.
my-nas.synology.me) - Enter your email address
- Click Done
Requirement: Port 80 must be reachable from outside for verification. You can remove this port forward after receiving the certificate.
Assigning the certificate
- Click Settings (in the certificate area)
- Assign the Let's Encrypt certificate to WebDAV Server
- Click OK
Synology DDNS
Synology offers a free DynDNS service:
- Go to Control Panel → External Access → DDNS
- Click Add
- Select Synology as the service provider
- Enter a hostname (e.g.
my-archive.synology.me) - Sign in with your Synology account
- Click OK
The address my-archive.synology.me will now always point to your connection.
Firewall settings
If the Synology firewall is active:
- Go to Control Panel → Security → Firewall
- Edit the active profile
- Click Create rule
- Select Select from a list of built-in applications → WebDAV Server (HTTPS)
- Action: Allow
- Source IP: All (or restrict if desired)
- Click OK
Connecting in footage.one
After WebDAV is enabled and the NAS is reachable from outside:
- Go to Settings → Storage in footage.one
- Select WebDAV
- Enter:
- URL:
https://my-archive.synology.me:5006 - Username: the WebDAV user you created
- Password: the corresponding password
- URL:
- Test the connection
WebDAV paths on Synology
Shared folders are reachable under their name:
- Folder "video" →
https://my-archive.synology.me:5006/video - Folder "photos" →
https://my-archive.synology.me:5006/photos
Tips
- QuickConnect is not suitable for WebDAV — use DDNS or a direct IP
- Change ports: you can change the default ports in the WebDAV settings to avoid frequently scanned ports
- Enable two-factor authentication for admin accounts — the WebDAV user itself does not support 2FA, so strong passwords are especially important
- Enable auto block under Control Panel → Security → Protection — blocks IPs after several failed login attempts