is there a special client needed to interact with webdav server synology nas dsm7
No special client is needed — WebDAV is a standard protocol supported natively by most operating systems. Here's what you can use:
Built-in OS Support (no install needed)
- Windows: Map a network drive via File Explorer → "Map network drive" → choose "Connect to a website..." or use
\\your-nas-ip@5005\in the address bar (port 5005 for HTTP, 5006 for HTTPS by default on DSM 7) - macOS: Finder → Go → Connect to Server →
http://your-nas-ip:5005orhttps://your-nas-ip:5006 - Linux: Most file managers (Nautilus, Dolphin, Thunar) support WebDAV via
davs://your-nas-ip:5006
Prerequisites on the NAS side (DSM 7)
- Enable WebDAV Server in Package Center (install it if not already)
- In WebDAV Server settings, enable HTTP (5005) and/or HTTPS (5006)
- Make sure the user account has the right permissions on the shared folder
Third-party Clients (optional, but often better)
| Client | Platform | Notes |
|---|---|---|
| Cyberduck | Win/Mac | Free, very reliable |
| WinSCP | Windows | Free, good for power users |
| Mountain Duck | Win/Mac | Mounts as a drive, paid |
| RaiDrive | Windows | Free tier available, mounts as drive |
| Transmit | macOS | Paid, polished |
| FE File Explorer | iOS/Android | Mobile access |
Tips for DSM 7 specifically
- Use HTTPS (port 5006) whenever possible
- If you're connecting externally, make sure the port is forwarded on your router or use Synology's DDNS
- Windows' built-in WebDAV client can be finicky — if you have issues with it, a third-party client like Cyberduck is much more reliable
- For large file transfers, consider SMB instead — it performs significantly better than WebDAV on a local network
Would you like help setting up a specific client or troubleshooting a connection issue?
Is it the same as SMB SAMBA?
No, they are quite different. Here's a quick comparison:
WebDAV vs SMB/Samba
| WebDAV | SMB / Samba | |
|---|---|---|
| Full name | Web Distributed Authoring and Versioning | Server Message Block (Samba = open-source implementation) |
| Built on | HTTP/HTTPS | Its own TCP protocol (port 445) |
| Primary use | Remote file access over the web | Local network file sharing |
| Best for | Internet/remote access, cloud-style access | LAN access, fast local transfers |
| Speed | Slower (HTTP overhead) | Much faster |
| Firewall friendly | Yes — uses standard web ports (80/443) | Less so — port 445 is often blocked |
| OS native support | Yes, all major OSes | Yes, all major OSes |
| Authentication | HTTP Basic / Digest | NTLM, Kerberos |
The simple way to think about it
- SMB is what Windows uses when you browse
\\nas\shared-folderon your local network — it's fast and seamless but not great across the internet - WebDAV is essentially file management layered on top of HTTP — slower, but works anywhere a web browser can reach, including through firewalls and VPNs
Which should you use on Synology DSM 7?
| Scenario | Recommended |
|---|---|
| Local network (home/office) | SMB — faster, simpler |
| Remote access over internet | WebDAV (or better yet, Synology Drive) |
| Mobile apps | WebDAV or Synology Drive app |
| Mounting as a drive remotely | WebDAV |
Samba specifically is just the open-source Linux/Unix software that implements the SMB protocol — so "SMB" and "Samba" refer to the same thing from a user perspective.
For most home/office LAN use, SMB is the better choice. WebDAV shines when you need to access your NAS from outside your network without a VPN.
So you are telling me that using \\boxicube tells me I'm using samba?
when I use a mapped drive which protocol is used?
Yes, exactly! When you use:
\\boxicubein Windows Explorer\\boxicube\sharenameas a UNC path- A mapped drive pointing to
\\boxicube\sharename
You are using SMB — all of those are SMB/Samba. That's the native Windows file sharing protocol.
Quick rule of thumb
| What you type | Protocol |
|---|---|
\\boxicube\share | SMB |
\\192.168.1.x\share | SMB |
http://boxicube:5005 | WebDAV |
https://boxicube:5006 | WebDAV |
A mapped drive is just a shortcut/letter assigned to a UNC path — it doesn't change the underlying protocol. So if you mapped Z: to \\boxicube\documents, that Z: drive is still going over SMB.
In short, if it looks like a Windows network path with backslashes, it's SMB.
UNC path
but what if I'm confused whether I've been using webdav or samba? how do i tell?
or it totally transparent to me?
Great question — it is mostly transparent to you, but there are easy ways to check:
How to tell in Windows
Option 1 — Check in File Explorer
- Open File Explorer → "This PC"
- Right-click your mapped drive → Properties
- Look at the Location or Comment field — it'll show the UNC path or URL
Option 2 — Command line (most reliable) Open a command prompt and type:
net useIt will list all your mapped drives and the path they point to:
\\boxicube\share→ SMBhttp://boxicube:5005/shareorhttps://...→ WebDAV
It is largely transparent — but there are clues
If you've been using \\boxicube\... style paths, you've been on SMB the whole time. WebDAV mapped drives are rarer on Windows and usually show an http:// or https:// path when you inspect them.
The short answer
If you set it up by typing \\boxicube or browsing the network in File Explorer — it's SMB, almost certainly. WebDAV requires deliberate setup (installing the WebDAV package on the NAS, and explicitly typing an HTTP address when connecting).
You wouldn't accidentally end up on WebDAV.
so do I need to use webDAV over vpn?
No — if you have a VPN, you don't need WebDAV at all.
Why
A VPN makes your remote connection behave as if you're on your local network. So once connected to the VPN:
\\boxicube\shareworks just like at home- Mapped drives work as usual
- SMB works normally — you just use everything the same way you would locally
So when would you actually use WebDAV?
WebDAV is useful when you don't have a VPN and need remote access:
| Situation | Best option |
|---|---|
| At home / local network | SMB |
| Remote + you have a VPN | SMB (through VPN) |
| Remote + no VPN | WebDAV or Synology Drive |
| Through a restrictive firewall (hotel, corporate) | WebDAV (uses port 443, rarely blocked) |
Bottom line
If you already have a VPN set up to your Synology (Synology has a built-in VPN Server package), just use that and keep using SMB the same way you always have. WebDAV would just be an unnecessary extra layer.
What's your current remote access setup — do you have VPN configured on the NAS already?
I had a bad experience and got confused so maybe it's time I set one up correctly, with your help
Happy to help you set it up properly! Before we dive in, let me ask a few things so I can give you the right guidance: