Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
Cloudreve

Cloudreve

Cloudreve is a self-hosted file management system. Multi-storage backend support (local, S3, OneDrive, Aliyun OSS, Backblaze B2) with sharing, public links, and per-folder permissions. Open-source, written in Go, ideal for teams that need a private Dropbox with bring-your-own-storage.

At a glance

28.2k

GitHub stars

63

Page views

373

Active installs

License GPL-3.0 Version Latest OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4,IPV6

Active installs is sample data (staging preview); real metric wires in before launch.

Access Cloudreve

  • Visit: http://<SERVER_IP>:5212
  • Create your account.
  • The first account created becomes the admin user.

Ports in Use

  • Cloudreve UI: 5212/TCP (main web interface)
  • Transfer: 6888/TCP (file transfer channel)
  • Transfer: 6888/UDP (UDP acceleration)

Important Files and Directories

  • Installation directory: /root/cloudreve
  • Docker Compose configuration: /root/cloudreve/docker-compose.yml
  • Persistent data: /var/lib/docker/volumes/ (cloudreve_backend_data/, cloudreve_database_postgres/, cloudreve_redis_data/)

Managing the Stack

Check containers:

cd /root/cloudreve
docker compose ps

View logs:

cd /root/cloudreve
docker compose logs -f

Restart services:

cd /root/cloudreve
docker compose restart

Upgrading Cloudreve

The recommended upgrade steps:

cd /root/cloudreve
# Shut down the currently running containers
docker compose down
# Update the Cloudreve image
docker compose pull
# Start new containers
docker compose up -d

More in Self Hosted

Related apps.

Deploy Cloudreve now. From $2.48/mo.