π Connect to a Space via WebDAV
With WebDAV, you can connect OpenCloud Spaces as network drives on your device and manage your files directly from your file manager β without using the browser.
π οΈ Prerequisitesβ
- A valid OpenCloud account
- Access to a Space in OpenCloud
- A WebDAV client (e.g. built-in OS support or Mountain Duck)
- (Optional but recommended) An App Token
β How to create an App Token
π§ Step-by-Step Guideβ
1. Enable WebDAV Info in the UIβ
To display WebDAV information for your Spaces:
- Go to Account Settings
- Enable "Show WebDAV info in details view"

2. Create an App Token (if required)β
Some WebDAV clients (especially non-OIDC compatible ones like Mountain Duck) require an App Token for authentication.
π We recommend using an App Token instead of your password for better security.
- Go to Settings > App Tokens
- Click "+ New", give it a name, and set an expiration date
- Copy the token immediately β it will only be shown once
β See App Token Guide
3. Get the WebDAV URLβ
Open the info panel of your Space in the OpenCloud Web Interface.
Youβll see a section labeled WebDAV β copy the full WebDAV URL. It looks like:
https://cloud.example.com/remote.php/dav/spaces/12345678-abcd-efgh-ijkl-987654321000/

4. Connect via WebDAVβ
Now connect your device using the WebDAV URL:
- Username: your OpenCloud username
- Password: your App Token (or password, if allowed)
You can use various clients depending on your operating system:
πͺ Windowsβ
- Open File Explorer β Click on βThis PCβ β Choose βMap network driveβ
- Enter the WebDAV URL
- Authenticate with username and App Token
π macOSβ
- In Finder, choose βGoβ > βConnect to Serverβ¦β
- Enter the WebDAV URL
- Login with your credentials or App Token
π§ Linuxβ
- Use your file managerβs βConnect to Serverβ option
- Format the URL as:
davs://cloud.example.com/remote.php/dav/spaces/<SPACE-ID>/
β Once connected, your Space will behave like a normal folder.
π Notesβ
- If your WebDAV client supports OIDC, you may not need an App Token
- Always use
https://
to ensure secure access - App Tokens can be revoked anytime via your account settings