O
OpenSourceStack 100 tools
N

Nextcloud

Self-hosted file sync, share, and collaboration. The Dropbox + Google Workspace alternative.

by Nextcloud ·Storage & File Sync · platform
Operational · 99.92% · 180ms · 78h ago
|
Official Verified Security 91/100 Quality 93/100 Last checked Aug 28, 2026

What it is

Nextcloud is a self-hosted productivity platform. It started as a Dropbox clone and has grown into a full Google Workspace alternative: file sync, share, and collaboration, plus calendar, contacts, email, video calls (Nextcloud Talk), and an app ecosystem with 200+ first- and third-party apps.

Why we recommend it

It is the only open source platform that covers the full Google Workspace surface. Self-host it on a $10/mo VPS for your family, or scale to thousands of users with enterprise support. The data stays on hardware you control, and you can integrate it with your existing AD/LDAP/SSO.

When to use it

  • Privacy-conscious families and individuals (drop the Dropbox subscription)
  • Companies that need to comply with data residency (self-host in EU/US/APAC)
  • Teams replacing Google Workspace or Microsoft 365
  • Education and research (Nextcloud is popular at universities)

Quickstart

Run this in your terminal. Self-hosts locally with Docker or your preferred setup.

$ docker run -d --name nextcloud -p 8080:80 -v nextcloud_data:/var/www/html nextcloud:29

Setup

**Docker (easiest):** 1. `docker run -d --name nextcloud -p 8080:80 -v nextcloud_data:/var/www/html nextcloud:29` 2. Open `http://localhost:8080` and create your admin account 3. For production, use a real database (Postgres or MariaDB) and HTTPS **Snap (Ubuntu, even easier):** 1. `sudo snap install nextcloud` 2. Visit `https://your-server-ip` and follow the setup **Managed (easiest):** Nextcloud Hub from €7.50/user/mo. Self-host is free; you pay for hosting.

Tags

#file-sync#collaboration#dropbox-alternative#self-hosted#privacy

Integrates with

ldapsamloffice365onlyofficecollabora200+ apps

Common use cases

  • family-cloud
  • company-files
  • compliance
  • replace-google-workspace

Pricing

Community: free, self-hosted, AGPL. Nextcloud Hub Standard: €7.50/user/mo. Hub Enterprise: custom. Self-hosting is free; you pay for hosting.

Related projects

Support us