drumkit

loading...

mount via webdav — read only
loading...
01
Open Finder
In the menu bar choose Go → Connect to Server, or press ⌘K.
02
Enter the server address
Paste the URL below into the address field.
loading...
03
Connect as Guest
When prompted for credentials, select Connect as Guest. No username or password is required.
04
Done
The kit will appear in the Finder sidebar under Locations. Files load on demand — nothing is downloaded to disk until opened.

alt
Mount via terminal
If you prefer the command line:
loading...
Note: macOS Finder re-issues PROPFIND requests each time you open a folder. Performance is fine for a drum kit; for large libraries consider using rclone mount instead.
01
Open Map Network Drive
Open File Explorer, right-click This PC in the sidebar, and choose Map network drive…
02
Choose a drive letter and enter the address
Pick any free drive letter. In the Folder field paste:
loading...
Check Reconnect at sign-in if you want it to persist across reboots.
03
Connect anonymously
When prompted for credentials, check Connect using different credentials is unchecked, or enter any placeholder username with a blank password.
04
Done
The kit will appear as a drive in This PC. Use it like any local folder inside your DAW.

fix
If Windows refuses to connect over HTTP
Windows blocks WebDAV over plain HTTP by default. This server uses HTTPS so it should work — but if you see an error, open regedit and set:
HKLM\SYSTEM\CurrentControlSet\Services\WebClient\Parameters BasicAuthLevel = 2
alt
Mount via PowerShell
Run as Administrator:
loading...
Note: The Windows WebDAV client (WebClient service) must be running. Open services.msc and confirm WebClient is started. Set it to Automatic to start with Windows.