Why Mounting NextCloud on Windows Is a Smart Move
NextCloud is great for keeping your files on your own server, but the official desktop client mirrors everything to disk. Mounting is the lighter option: OurClone exposes your NextCloud over WebDAV as a drive through WinFsp, so you can open, edit, and drop files straight from File Explorer, with content streamed on demand instead of fully synced.
- 🧩 Native File Explorer Integration — Your NextCloud shows up as a regular drive in "This PC", so every Windows app — Office, Photos, VS Code — can open and save into it directly.
- 🔐 Your Server, Your Data — NextCloud is open-source and self-hosted, so a mounted drive gives you cloud convenience without handing files to a third-party provider.
- 💾 No Full Mirror — Mounting streams files on demand, so even a large NextCloud instance only spends local disk on the files you actually open.
- ⚡ Real-Time Access — Changes made on the web app or another device appear in your mounted drive after the next poll cycle.
- 🛡️ Read-Only Mode for Safety — Mount read-only when you only need to browse shared or archived files, and Windows will block any write.
How Mounting a Cloud Drive Works (and Why It's Different from Sync)
The NextCloud desktop client downloads your files to a folder and keeps both sides in lockstep. That's offline-friendly, but it can consume a lot of disk on a big instance.
Mounting takes the opposite approach. OurClone presents your NextCloud as a virtual filesystem through WinFsp over WebDAV — the folder structure is visible immediately, but file contents are only fetched when you actually open something. Recently used files are cached locally so the second open is instant, and writes are pushed back to NextCloud in the background.
OurClone makes both the polling interval (how often it checks NextCloud for remote changes) and the maximum cache size configurable, plus a read-only switch for extra protection against accidental writes.
- 🚀 Stream files on demand — no need to download the whole server
- 💾 Saves PC disk space by caching only what you actually open
- 🔁 Two-way sync — edits in the mounted drive push back to NextCloud
- 🛡️ Read-only mode prevents accidental writes when you only need to browse
What to Know Before You Mount NextCloud
A few minutes of planning before you click Mount will save you from cleaning up a messy mount point later.
- 🧩 Install WinFsp First — Mounting on Windows relies on WinFsp (Windows File System Proxy), a free, open-source driver that lets OurClone expose NextCloud as a real Windows volume. Install it once before your first mount — without it, the mount won't start.
- 🔑 Use an App Password — Rather than your main password, generate an app password in NextCloud's Security settings. It's safer and works smoothly with WebDAV clients like OurClone.
- 🌐 Have Your WebDAV URL Ready — NextCloud's WebDAV path looks like
https://your-server/remote.php/dav/files/USERNAME/. You'll enter this when adding the storage. - 🖥️ Choose a Sensible Local Mount Point — Point the mount at a dedicated, empty folder like
C:\CloudMounts\NextCloud. Don't aim it at your Desktop or any folder that already has files. - 🔒 Read-Only vs Read-Write — Read-only is the safer pick for browsing; pick read-write to upload, edit, or delete. Read-only mode literally cannot upload — Save dialogs will fail.
- ⏱️ Set a Reasonable Polling Interval — Lower intervals catch changes faster; higher intervals ease load on your server. For most workflows 30–60 seconds is a happy middle.
How to Mount NextCloud on Windows with OurClone
Once WinFsp is installed, OurClone makes mounting NextCloud on Windows straightforward. Step 1 connects your server over WebDAV — and from there you're a few clicks away from a File Explorer-ready drive.
- 🔗 Add NextCloud via WebDAV — Open OurClone and go to
Add Storage. Select NextCloud (or WebDAV). Enter your WebDAV URL (https://your-server/remote.php/dav/files/USERNAME/), your username, and an app password. Once connected, NextCloud will appear in your storage list. - 📂 Open the Mount Tab and Click New Mount — Once NextCloud is connected, go to the
Mounttab in OurClone. Click the New Mount button in the top-right corner to open the mount configuration dialog. - ⚙️ Configure the Mount Settings — In the dialog, pick NextCloud as the authorized source. Choose what to mount — a specific folder (e.g.,
/Documents) or your whole NextCloud. Then pick an empty local folder as the mount point (something likeC:\CloudMounts\NextCloud). Choose Read-only if you just want to browse, or Read-write if you need to upload and edit. Optionally tweak the polling interval and max cache size. Click Mount to finish. - 🗂️ Use Your NextCloud Mount Like a Local Drive — Open the mount point in File Explorer (it appears under "This PC" as a mounted volume). Windows now treats it as a real drive — browse, open, create folders, drag in files, and delete just like any local folder. Create a new
backupfolder, drop in a few files, and OurClone streams the changes to NextCloud in the background. - ✅ Confirm the Sync on NextCloud — Switch back to OurClone and open your NextCloud storage from the file browser — your new
backupfolder and uploaded files should already be listed. For extra peace of mind, log in to your NextCloud web interface and confirm the files appeared there too.
The combination of WebDAV, WinFsp, and OurClone's mount engine gives you a NextCloud that genuinely feels like a local drive on Windows — your own private cloud, browsable like any folder.
Getting the Most Out of Your NextCloud Mount
A live mount is convenient, but it behaves slightly differently from a synced folder. Keep these in mind once your NextCloud mount is up and running.
- 🔁 Edits Sync Both Ways — Anything you add, rename, or delete in the mounted drive propagates to NextCloud. Changes made elsewhere appear after the next poll cycle.
- 🛑 Read-Only Means Read-Only — If you mounted read-only, uploads and Save dialogs will fail. Remount as read-write to enable uploads.
- 💾 Cache Lives on Your PC — Recently opened files are cached locally for speed. If your PC is low on disk space, reduce the max cache size.
- ⏱️ Polling Interval Affects Freshness — A short polling interval picks up remote changes faster but queries your server more often. For NextCloud, a 30–60 second interval is a good balance.
- 🔌 Unmount Cleanly Before Shutdown — Before shutting down or signing out, click Unmount in the Mount tab to release the volume cleanly.
When Your Mount Stops Working
Most mount failures trace back to one of a few causes: WinFsp isn't installed (or needs a reboot after install), a rotated app password, an incorrect WebDAV URL, an expired TLS certificate on your server, or a mount point that's no longer empty. If your NextCloud mount refuses to start, first confirm WinFsp is installed, then re-check your WebDAV URL and app password under Add Storage, and remount.
Verify the Sync Anytime
Any time you're unsure whether something made it up to your server, open your NextCloud storage view inside OurClone's file browser, or log straight into your NextCloud web interface. Whatever File Explorer shows in your mount point should match.