mrkeyoor.com_
Mon 07 Sept 19:32 UTC
Self-Hostedevaluationupdated 07 Sept 2026

opencloud review

OpenCloud is a self-hosted server for storing, syncing, sharing, and editing files through a browser and connected clients. It gives organizations an open-source file collaboration system that can keep content on their own infrastructure.

Verdict

Our OpenCloud test run ended after 100 seconds with 139 of 144 tests passing and 5 failing, so production evaluation should begin with a clean rerun on the intended deployment stack. The install and build both succeeded, and the product has credible storage, identity, release, and backup documentation. Use it when sovereign file collaboration is worth operating those parts; wait if a fully green checkout is a release gate you cannot waive.

We ran it

Lab card: what happened when we ran opencloudScreenshot of opencloud (opencloud.eu)
Install✓ · 101s0 packages
Build✓ · 200s
Tests✗ · 100s139 passed · 5 failed of 144 (go test)
Repo2339 files~250,844 lines of source · 17.3 MB · 1 CI workflows · Dockerfile · tests dir

Answers from our run

Does opencloud build from source?

Dependencies installed in 101 seconds (0 packages), and the build succeeded in 200 seconds. We cloned commit d6c6b6f into a clean Debian container with 3 CPUs and no project-specific setup.

Do opencloud's tests pass?

Not all of them: 139 of 144 passed and 5 failed when we ran the project's own test command (go test). Some failures need services or credentials a bare container does not have.

Who should not use opencloud?

Teams that require a clean upstream test result before evaluation: our Go run ended with 139 passing and 5 failing tests, and the supplied log tail did not identify the failing cases.

What are the alternatives to opencloud?

Nextcloud, ownCloud Infinite Scale, Seafile. Our OpenCloud test run ended after 100 seconds with 139 of 144 tests passing and 5 failing, so production evaluation should begin with a clean rerun on the intended deployment stack.

Setup3/5Build passed; production needs storage, TLS, identity, and backups
Docs4/5Thin backend README, backed by detailed administrator guides
Community4/55,907 stars, same-day code and issue activity, frequent releases
Maturity3/5Production channels exist, but 5 of 144 tests failed in our run

Who it’s for

Organizations replacing a hosted file-sharing service with a Linux deployment they control.
Administrators who can provide POSIX storage, TLS, backups, and an OpenID Connect identity service.
Small installations that can use the embedded identity provider and larger ones already running Keycloak or another OIDC setup.
Teams that want browser-side encrypted vaults and accept the feature limits that encryption imposes.

Who it’s NOT for

Teams that require a clean upstream test result before evaluation: our Go run ended with 139 passing and 5 failing tests, and the supplied log tail did not identify the failing cases.
Operators treating the two-command source demo as production guidance: OpenCloud calls bare-metal deployment unofficial, minimal, and unsupported, while its production path uses Compose, TLS, persistent mounts, and backups.
Storage environments without POSIX semantics: the supported drivers require read-after-write directory consistency, and the posix driver also needs extended attributes.
Users who need collaborative editing, file-list thumbnails, or single-file sharing inside encrypted vaults: the v7.5.0 notes list all three as unavailable. Lost vault passphrases cannot be recovered.
Organizations expecting community LTS maintenance: the lifecycle guide reserves LTS releases and two years of backports for customers with a paid support entitlement.

Setup reality

Our run at commit d6c6b6f installed in 101 seconds with 0 packages added, then built in 200 seconds. Tests failed after 100 seconds: Go test reported 139 passed and 5 failed out of 144. The tail showed several packages passing and then only FAIL, so it gave no cause for the five failures.

The README's local route is init followed by server, with configuration under $HOME/.opencloud. A production deployment also needs a hostname, TLS or a reverse proxy, persistent configuration and data mounts, admin credentials, and OIDC choices. Optional office editing and external Keycloak add services and secrets.

Production is Linux. Storage must meet the selected driver's POSIX and consistency rules; an S3-backed layout still keeps configuration and metadata on POSIX storage. Official backup guidance requires a consistent snapshot or stopping OpenCloud during backup. Rolling, production, and paid LTS channels have different support expectations.

The 250,844-line Go backend replaces a hosted file cloud

OpenCloud is the server behind a self-hosted file collaboration system. The 250,844-line checkout handles accounts, spaces, shares, WebDAV, search, notifications, thumbnails, public links, and the web front end through one Go codebase. Users get the familiar jobs: upload a file, synchronize it, share it, preview it, or open it in a connected editor. Administrators keep the content and service configuration on infrastructure they choose, under the Apache-2.0 license.

The 17.3 MB repository calls itself the backend, yet the binary contains many named services and can start them together. Authentication uses OpenID Connect through the embedded LibreGraph Connect provider or an external provider such as Keycloak. OpenCloud does not require an application database. Its default layout stores configuration, metadata, and file content under the filesystem, which removes one service while making storage semantics and backups central to the design.

What happened when we ran it

Our sandbox cloned commit d6c6b6f into a fresh unprivileged Debian container with 3 CPUs, 8 GB of RAM, no secrets, and the golang:1.24-bookworm image. Installation succeeded in 101 seconds and added 0 packages. The build completed successfully in 200 seconds. The checkout held 2,339 files, about 250,844 source lines, and used 17.3 MB. Our scan found 1 CI workflow file, a Dockerfile, and a tests directory.

The Go test step failed with exit code 1 after 100 seconds. It reported 139 passed and 5 failed out of 144. The supplied tail listed successful packages under thumbnails, userlog, web, WebDAV, and webfinger, then ended with FAIL. It did not show the names, assertions, or error messages for the five failures. Assigning a dependency, environment, or code cause would be guesswork; the defensible result is that this commit did not pass the complete command in our stated sandbox.

The 2,339-file demo becomes a different production job

The 2,339-file repository can produce a local instance with opencloud init and opencloud server. That is useful for seeing the interface, and the default configuration lives under $HOME/.opencloud. OpenCloud's own bare-metal guide is blunter about the boundary: it describes that route as minimal, unofficial, and unsupported. Its example binds to localhost, uses an invalid certificate, enables demo users, and gives the administrator a demo password. None of those choices belongs on a public server.

A 200-second source build is only one item on the deployment checklist. The supported Compose path can run with integrated Traefik and automatic certificates or behind an existing proxy. Production guidance moves configuration and data into persistent host directories, owned by container UID and GID 1000, and warns that an account with that host ID can read or change them. Operators must also choose an identity provider, manage credentials, pin a stable branch or image, and test upgrades.

The 17.3 MB checkout puts reliability on the filesystem

OpenCloud avoids a separate database, but the 17.3 MB codebase cannot make an unsuitable filesystem safe. The posix and decomposed drivers require a fully POSIX-compatible filesystem with atomic read-after-write behavior for directory metadata. NFS needs version 4.2 or later with the documented cache setting, and the posix driver needs extended attributes. A decomposed S3 setup moves blobs to an S3-compatible bucket while keeping configuration and metadata on POSIX storage.

Our 8 GB sandbox compiled the server; it did not test a production storage path. The official backup guide requires a consistent point in time. Snapshot-capable storage can provide that quickly, while other backup software should run with the OpenCloud instance stopped. Configuration, system data, metadata, and blobs all matter, and a distributed deployment adds the S3 bucket. The search index may be rebuilt, but the binary or container version should be retained so a restore does not mix incompatible software and data.

Version v7.5.0 adds encrypted vaults with hard limits

Version v7.5.0 introduced end-to-end encrypted folders and spaces using rclone crypt. Encryption happens in the browser, including file names, and the server does not receive the key. Compatibility with the free rclone tool gives users another way to access the data. The catch is deliberate and substantial: Collabora and collaborative editing cannot operate inside a vault, file-list thumbnails disappear, individual files cannot be shared out of it, and a lost passphrase means lost content.

The 100-second failed test command did not exercise a running vault, browser, sync client, or editor. Our lab result therefore says nothing about encryption correctness or collaboration behavior. Those need acceptance tests with the intended clients and storage driver. The rolling v7.5.0 release also included EPUB reading, richer text editing, favorites filters, and preview changes. Organizations buying stability should use OpenCloud's production channel instead of assuming the latest rolling tag carries the same support and test policy.

A 2026-09-07 push shows activity, while 434 items need triage

GitHub showed 5,907 stars, 434 combined open issues and pull requests, and a last push on 2026-09-07. The latest release was v7.5.0 on 2026-08-25, and the lifecycle page documents rolling releases about every 3 weeks. Issue #3483 was opened on September 7 with a reproducible move or copy failure in a shared subfolder on v7.2.4. That mix signals active development and users who report detailed failures, not a settled appliance that can be upgraded without rehearsals.

The 139-of-144 test result keeps our recommendation cautious. Nextcloud is the better comparison when a larger groupware and app catalog drives the purchase. ownCloud Infinite Scale is the close Go-based option for organizations already in its ecosystem, while Seafile focuses more tightly on synchronization and file libraries. OpenCloud is most convincing for teams that value its no-database server, OIDC design, and browser vaults enough to own storage correctness, upgrade tests, backups, and the remaining five failures before inviting users.

Alternatives

ProjectWhat it isPick it when
Nextcloud gh↗A self-hosted server for files and personal data with a large application ecosystem.pick this instead when you want a broad set of integrated groupware and community apps around file storage.
ownCloud Infinite ScaleA Go-based file synchronization and sharing platform built around service components.pick this instead when your organization already uses ownCloud tooling, support, or migration paths.
SeafileA file synchronization and sharing server with libraries, file properties, and custom views.pick this instead when efficient file synchronization and library organization matter more than OpenCloud's integrated web editing.

What people are saying

  1. [github-trending] opencloud-eu/opencloud

Sources

  1. OpenCloud server repository and README
  2. OpenCloud project website
  3. OpenCloud v7.5.0 release notes
  4. OpenCloud system requirements
  5. OpenCloud production setup considerations
  6. OpenCloud backup guide
  7. OpenCloud release lifecycle
  8. Shared subfolder move and copy regression

More self-hosted reviews

obsidian-livesync · koodo-reader · LunaTV · warmbly · valkey · codex2api · the whole board →