-
-
Notifications
You must be signed in to change notification settings - Fork 38
WebDAV Security and Clients
github-actions[bot] edited this page Jan 28, 2026
·
1 revision
FileRise includes a built-in WebDAV endpoint at /webdav.php. Use HTTPS for all WebDAV access.
- Enable HTTPS (TLS) before using WebDAV.
- Disable WebDAV if you do not use it.
- Use dedicated FileRise users for WebDAV access.
- Avoid sharing admin accounts.
- macOS Finder: Connect to Server ->
https://your-domain/webdav.php - Windows: Map a network drive ->
https://your-domain/webdav.php - Linux (gio):
gio mount dav://username@your-domain/webdav.php/
- WebDAV uploads can be capped with
FR_WEBDAV_MAX_UPLOAD_BYTES. - Encrypted-at-rest folders disable WebDAV by design.
- /docs/?page=webdav
- /docs/?page=webdav-via-curl
- /docs/?page=security-hardening
Docs · Support · FileRise.net · Changelog
- Admin panel
- Admin gotchas
- Common env vars
- Environment variables full reference
- ACL and permissions
- ACL recipes
- Nginx setup
- Reverse proxy and subpath
- WebDAV
- WebDAV via curl
- WebDAV security and clients
- ONLYOFFICE
- Encryption at rest
- OIDC and SSO
- CIFS share auto metadata
- Sharing and public links
- Upload limits and PHP tuning
- Logs and diagnostics
- Backup and restore
- Upgrade and migration
- Migration checklist
- Maintenance scripts
- Performance quickstart
- Performance tuning
- Security hardening