Cloudreve
Self-HostedSelf-hosted file storage & sharing platform with multi-cloud support
Overview
Cloudreve is an open-source self-hosted file storage and synchronization tool that lets you build your private cloud. It supports multiple storage backends (local disks, AWS S3, Google Drive, OneDrive, etc.) for flexible data management. Features include secure file sharing with password/expiration links, team collaboration with folder permissions, and a user-friendly web UI. Deployment is simple via Docker or precompiled binaries, making it accessible for admins of all skill levels to set up their own file hosting service.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
cloudreve:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: cloudreve
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Multi-cloud storage backend integration (local, S3, Google Drive, OneDrive)
- Secure file sharing with link expiration and password protection
- Easy deployment via Docker or precompiled binaries
Frequently Asked Questions
? Is Cloudreve hard to install?
Cloudreve is easy to install. You can use Docker for a one-click setup or download precompiled binaries for Linux, Windows, or macOS. The official docs provide step-by-step guides, so even beginners with basic server skills can deploy it quickly.
? Is it a good alternative to Dropbox?
Yes! Cloudreve offers core features like file storage, sharing, and sync, but with full data ownership (self-hosted). It also supports multi-cloud backends, which Dropbox doesn’t natively offer, making it more flexible for users who want to combine different storage services.
? Is it completely free?
Cloudreve is 100% free and open-source. There are no hidden costs—you only pay for your server and storage (if using cloud backends). You can modify the source code to fit your needs too.
Top Alternatives
People Also Ask about Cloudreve
Tool Info
Pros
- ⊕ Full data privacy control (self-hosted)
- ⊕ Flexible storage options with multi-cloud support
- ⊕ No subscription fees (open-source)
Cons
- ⊖ Requires basic server administration knowledge
- ⊖ Limited mobile app functionality compared to proprietary tools
- ⊖ Some advanced features need manual configuration