Setting up a QNAP NAS
Set up WebDAV on your QNAP NAS to use it as a storage source with footage.one.
Overview
QNAP NAS systems have WebDAV as a built-in feature of the QTS operating system. This guide describes the setup on QTS 5. For the general network setup (port forwarding, DynDNS) see NAS exposure.
Enabling WebDAV
- Log in to the QTS web interface
- Open Control Panel
- Go to Network & File Services → WebDAV (or Win/Mac/NFS/WebDAV → WebDAV)
- Tick Enable WebDAV
- Configure the ports:
- HTTP port: 8080 (default, not recommended for external access)
- HTTPS port: 8081 (recommended)
- Tick Enable secure connection (HTTPS)
- Click Apply
Users and permissions
Creating a dedicated user
- Go to Control Panel → Users
- Click Create → Create a User
- Enter a username (e.g.
footage-webdav) - Set a strong password
- Under Edit folder permissions → grant access (read/write) to the desired folders
- Click Create
Checking folder access
- Go to Control Panel → Shared Folders
- Select the desired folder → Edit permissions
- Make sure the WebDAV user has RW (read/write) or RO (read-only)
Setting up an SSL/TLS certificate
Let's Encrypt
- Go to Control Panel → Security → Certificate & Private Key
- Click Replace Certificate
- Select Get a certificate from Let's Encrypt
- Enter:
- Domain name: your DynDNS hostname (e.g.
my-nas.myqnapcloud.com) - Email address: your email
- Domain name: your DynDNS hostname (e.g.
- Click Apply
Requirement: Port 80 must be reachable from outside for verification.
myQNAPcloud (DynDNS)
QNAP offers its own DynDNS service:
- Open myQNAPcloud from the QTS main menu (install from App Center if necessary)
- Sign in with your QNAP account
- Under My DDNS → enable the service
- Choose a hostname (e.g.
my-archive.myqnapcloud.com) - Click Apply
Note: myQNAPcloud also offers a relay service that works without port forwarding. This is however not suitable for WebDAV access from footage.one — use the direct DDNS connection with port forwarding.
Firewall settings
If the QNAP firewall is active:
- Go to Control Panel → Security → Security Level
- Under IP Access Protection → make sure WebDAV is not blocked
- Under Connection Security → optionally enable automatic blocking after failed login attempts
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.myqnapcloud.com:8081 - Username: the WebDAV user you created
- Password: the corresponding password
- URL:
- Test the connection
WebDAV paths on QNAP
Shared folders are reachable under their path:
- Folder "Multimedia" →
https://my-archive.myqnapcloud.com:8081/Multimedia - Folder "footage" →
https://my-archive.myqnapcloud.com:8081/footage
Tips
- Change default ports: change the WebDAV ports from 8080/8081 to less well-known ports to make automated attacks harder
- Do not use the admin account for WebDAV — always use a dedicated user with restricted permissions
- Check the access log: under Control Panel → System Logs → Connection Logs you can see who is accessing the NAS
- Keep firmware up to date: QTS updates regularly include security fixes