Skip to content

Windows Server

ernolf edited this page Aug 16, 2026 · 1 revision

🖥️ Installing WebDAV support on Windows Server

NcDavTray runs on Windows Server 2016, 2019 and 2022, but not on a fresh installation of one. Windows Server ships without the WebDAV redirector, so the first attempt ends with the WebClient service missing — there is nothing to start, and no drive can be mapped.

Tip

TL;DR — Two things have to be added before NcDavTray can work: Desktop Experience when the server is installed, and the WebDAV Redirector feature through Server Manager → Manage → Add Roles and Features → Features. Reboot, then start the WebClient service from the WebClient tuning tab and set it to Automatic.

❓ Why the service is missing

On Windows 10 and 11 the WebClient service is part of the system and only needs to be running. On Windows Server it is not installed at all. Two separate things are involved, and the first is decided before the server is ever used:

Desktop Experience chosen during the Windows Server installation. Without it there is no desktop shell, which NcDavTray needs — it is a tray application
WebDAV Redirector a feature that has to be added afterwards. This is the one that brings the WebClient service with it

⚙️ Installing the WebDAV Redirector

  1. Open Server Manager.
  2. Go to Manage → Add Roles and Features.
  3. Click through to the Features page.
  4. Tick WebDAV Redirector.
  5. Next, then Install.
  6. The window may be closed while the feature installs; the wizard can be closed when it has finished.
  7. Reboot the server.
The Features page of the Add Roles and Features wizard, with WebDAV Redirector selected

Important

The reboot is not optional. The feature installs without one, but the WebClient service only becomes usable afterwards.

✅ After the installation

Open the settings window, go to the WebClient tuning tab and do two things there:

  • start the WebClient service
  • set its startup type to Automatic

Manual is enough as well when a start trigger is configured for the service. The tab tells you which case you are in: if it shows a Trigger info button, a trigger is active; if it does not, there is none, and Automatic is the setting that keeps the drives working after a restart.

From here everything is the same as on a desktop Windows. Continue with Mounts, and see WebClient service for what else that tab can do.

Note

This procedure came out of issue #2, reported for Windows Server 2022 and confirmed there as the fix.

Clone this wiki locally