Connect Drive in Windows Explorer
Map a network drive in File Explorer to your Drive URL, sign in with your device password, and the drive shows up as a Windows drive letter.
Article details
Type, difficulty, plans, and last updated info.
▼
Article details
Type, difficulty, plans, and last updated info.
- Type
- Guide
- Difficulty
- Beginner
- Plans
- Nano · Starter · Pro · Agency
- Last updated
- May 22, 2026
Windows has WebDAV built in, so you can map TrekMail Drive as a network drive without installing anything. Once mapped, it appears under This PC with its own drive letter — drag files in, open them from any app, save, and changes upload automatically.
Before you start
You need a device password. Sync apps get their own one-time password, separate from your dashboard login — that way you can revoke sync access without changing your main password.
- Open Sync devices in your TrekMail dashboard.
- Click + Add new device.
- Name it (e.g.
Work PC — Explorer). - Leave View files and Edit files checked.
- Click Generate password and copy the password (starts with
dsync_).
Map the network drive
- Open File Explorer (press Win + E).
- In the left sidebar, right-click This PC and pick Map network drive….
- Pick a drive letter (any free one —
D:,T:,Z:are common). - In the Folder field, paste the Drive server URL shown at the top of the Sync devices page. It looks like
https://drive.YOUR-DOMAIN/dav/files/account/— copy it directly from the banner so the host part matches your account. - Check Reconnect at sign-in so the drive comes back after restarts.
- Check Connect using different credentials.
- Click Finish. Windows asks for credentials.
- Enter:
- User name: your TrekMail account email
- Password: the device password (
dsync_...)
- Check Remember my credentials, then click OK.
Your Drive opens in a new window. It now lives under This PC with the drive letter you picked.
Working with files
- Drag files into the drive window — they upload as you drop them.
- Open documents from Office apps — saving sends the file back to the server.
- Right-click → New → Folder works like any folder.
- Delete moves to Drive's trash. Restore from the dashboard within 30 days.
Large files upload in chunks automatically — there is no size cap on the TrekMail side. The only ceiling is whatever Windows imposes on its own WebDAV client (see below).
Enable large-file uploads (one-time Windows tweak)
By default, Windows itself refuses WebDAV uploads larger than 50 MB at the OS level — this is a Microsoft default, unrelated to TrekMail. To lift it:
- Press Win + R, type
regedit, press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters - Double-click FileSizeLimitInBytes.
- Pick Decimal and enter
4294967295(~4 GB — the maximum Windows allows). - Click OK, then restart your PC (or restart the WebClient service from Services).
For files larger than 4 GB (Windows' own hard cap; TrekMail has none), use rclone — it bypasses Windows' WebClient entirely and uploads any size.
Troubleshooting
- "The network folder specified is currently mapped" — Windows already has a connection. Open Command Prompt and run
net use * /delete /y, then re-map. - "The folder name is not valid" — the URL must start with
https://and end with/dav/files/account/. Check for missing slashes. - "The mapped drive could not be created" — Windows WebClient service is stopped. Open Services, find WebClient, set it to Automatic and start it.
- Slow on large files — Windows WebDAV transfers chunk-by-chunk in serial. Use rclone for big uploads.
- Login keeps prompting — Windows sometimes drops cached credentials. Remap and re-check Remember my credentials.
For broader sync issues, see Drive Sync troubleshooting.
Related articles
Jump to nearby guides that continue the workflow.