unsubbed.co

FileBrowser Quantum

Self-hosted web file managers tool that provides web-based file manager.

Web-based file management, honestly reviewed. No marketing fluff, just what you get when you drop this on your server.

TL;DR

  • What it is: Apache-2.0 licensed fork of the original FileBrowser project — a self-hosted web file manager that turns your server’s directories into a polished, browser-accessible interface [5][README].
  • Who it’s for: Homelab users and small teams who want a fast, lightweight file manager without Nextcloud’s overhead. Also anyone still running the original FileBrowser who’s frustrated it’s no longer maintained [5][2].
  • Cost savings: Fully free — there is no paid tier. Compare that to Dropbox Business ($15+/user/month), Box ($15+/user/month), or FileRun ($99+ one-time). The only ongoing cost is a VPS to run it on [README][1].
  • Key strength: Real-time indexed search that feels local, not web-based. Docker image is ~180MB. One job, done well [5][4].
  • Key weakness: Still maturing — the project calls out “growing pains” in its own README, and as of early testing, some features like Office document preview don’t work yet [README][4]. No S3 support. Not a Nextcloud replacement for teams needing calendars, contacts, or mobile sync.

What is FileBrowser Quantum

FileBrowser Quantum is a single-binary, single-container web file manager. Point it at a directory on your server, and you get a browser-accessible interface for uploading, browsing, searching, previewing, and sharing files. It’s written in Go, ships as a Docker image, and requires no database beyond an embedded SQLite index [README].

The “Quantum” name is deliberately provocative. The project is a fork of the original FileBrowser (filebrowser.org), which accumulated 34,000+ GitHub stars as the gold standard lightweight file manager — then effectively stopped being actively developed [2][5]. One XDA Developers writer describes the trajectory: “While the rest of the Docker world was evolving with better security and faster indexing, the original FileBrowser started to feel slow.” The Quantum fork’s developer, Graham Steffaniak, didn’t patch the old code — he rewrote the architecture significantly enough that a fork was the only path forward [README][5].

The goal stated in the README is unambiguous: “to become the best open-source self-hosted file browsing application that exists — all for free.” That sentence has a “we’ll see” quality to it, but the feature delta versus the original is real [README].

As of this review the project sits at 6,800+ GitHub stars and 320+ forks — growing fast for a project that only appeared on AlternativeTo in June 2025 [1].


Why People Choose It

The case for FileBrowser Quantum is almost entirely about two things: the original FileBrowser being in maintenance mode, and Nextcloud being overkill for anyone who just wants files.

The original FileBrowser is functionally abandoned. AlternativeTo’s listing for filebrowser.org now reads “This project is currently not under active maintenance and is looking for maintainers” [2]. The original project has 34,000 stars and a decade of goodwill, which means a lot of people are looking for somewhere to land. Quantum is the most direct migration path — it imports the same config concepts and improves on them [5].

Nextcloud is too much for most people. XDA Developers’ Victor Awogbemila puts the problem directly: “Running Nextcloud with all its features can put significant pressure on the CPU and RAM resources, especially for users with low-end devices or limited server capacity. The result is often a user experience that feels sluggish and unresponsive.” If you just want files — not a calendar, not a contact sync, not a video call system — Nextcloud is organizational debt you’re paying a RAM tax on [6].

Performance is the actual differentiator. XDA writer Parth Shah, who covers self-hosting regularly, tested Quantum on folders with thousands of files: “The UI felt different. It felt local. I click a folder, and it’s just there without any shutter.” The indexed search is the specific thing reviewers keep citing — you type three characters and results filter before you finish [5][4].

German review site gnulinux.ch, writing during the beta phase, noted the same thing: “Die Suche reagiert bei den ersten Buchstaben, Ergebnisse erscheinen ausgesprochen schnell” (search responds at the first keystrokes, results appear exceptionally fast) [4]. They also flagged that the overall experience felt smoother than the original FileBrowser, calling it “very smooth” and making a “decidedly snappy impression” [4].

The Quantum comparison chart in the README is worth reading. Against Filestash, Nextcloud, and FileRun, Quantum wins on: native filesystem support, standalone binary, price (free), SSO and LDAP, indexed search, and Docker image size (180MB vs. Nextcloud’s 250MB image and FileRun’s 2GB+). It loses on: S3 support, FTP support, and content-aware search [README].


Features

What the README advertises and what reviewers confirm:

Core file management:

  • Upload, download, rename, delete, move, copy from any browser [README][4]
  • Drag-and-drop file upload [4]
  • Multi-source support — you can expose multiple server directories simultaneously [README]
  • Include/exclude rules per source [README]
  • Directory-level access control scoped to user or group [README]
  • WebDAV support [README comparison chart]

Search and indexing:

  • SQLite-backed file index with real-time filesystem monitoring [README][5]
  • Instant search as you type — filters folder contents before you lift your fingers [5][4]
  • Search by file size, date, media type, and other filters [README][4]
  • Folder sizes visible in listings [README]

Media and preview:

  • Video preview and direct playback [4][5]
  • Thumbnail support for images, video, album artwork, and 3D models [README]
  • Office document preview — noted as unreliable in beta testing [4]
  • 4K video streaming [5]

Authentication:

  • OIDC, LDAP, JWT, password + 2FA, and proxy authentication [README]
  • Group-level access control [README]
  • SSO support [README comparison chart]

Sharing:

  • Configurable share links with expiration time [README]
  • Share permissions: view-only, edit, upload [README]
  • Anonymous access or user-scoped sharing [README]
  • Custom themes per share [README]

Developer features:

  • Long-lived API tokens [README]
  • Swagger docs at the /swagger endpoint for API users [README]
  • REST API [README]

What’s deliberately missing:

  • Shell command execution — removed and will not return [README]. This is a security decision, not an oversight.
  • S3 support [README comparison chart]
  • FTP support [README comparison chart]
  • Content-aware search (full-text search inside documents) [README comparison chart]

Pricing: SaaS vs Self-Hosted Math

FileBrowser Quantum has no paid tier. There is no cloud version, no enterprise license, no per-seat pricing. The Apache-2.0 license means you can self-host it, embed it in commercial products, or redistribute it without a commercial agreement [README][1].

The cost math is straightforward:

FileBrowser Quantum self-hosted:

  • Software: $0
  • A VPS to run it on: $4–6/month (Hetzner, Contabo, DigitalOcean)
  • A domain if you want HTTPS: $10–15/year

Comparison:

  • Dropbox Business: $15+/user/month — you’re also trusting a third party with every file
  • Box: $15+/user/month — similar story
  • FileRun: $99+ one-time license for self-hosted, with annual renewal for updates [README comparison chart]
  • Nextcloud: Free software but heavy resource cost; Nextcloud managed hosting starts around $5–15/month and the self-hosted version needs 512MB+ RAM baseline [6][README comparison chart]

For a solo founder or a family server, the savings over Dropbox are $150–$300+/year immediately. For a small team sharing project files, the savings compound fast.

One caveat: Quantum has no cloud option if you don’t want to manage a server. That’s not a hidden cost — it’s a feature for some users and a blocker for others.


Deployment Reality Check

The install story is genuinely simple. The gnulinux.ch reviewer shows the one-liner: [4]

docker run -it -v /path/to/folder:/srv -v $(pwd)/config.yaml:/home/filebrowser/config.yaml -p 80:80 gtstef/filebrowser

For anything more than a quick test, the README points to Docker Compose with YAML examples in the wiki. There is a dedicated documentation site at filebrowserquantum.com (English only as of this writing) [README].

The Docker image is 180MB with ffmpeg included — that’s the full image with video thumbnail support [README comparison chart]. Minimum RAM is 512MB [README comparison chart], though practical usage with multiple users and large directories will want more.

What can go sideways:

The gnulinux.ch reviewer ran into the most predictable issue: Office document preview didn’t work in their test environment during the beta [4]. The README itself says a “stable release is planned and coming soon,” which is not something you typically see in a production-grade README — it’s an honest signal that some features are still shaking out [README].

One German commenter on the gnulinux.ch piece raised a fair infrastructure concern: running Docker inside an LXC container inside Proxmox creates layered virtualization overhead. Quantum is available as a standalone binary (advantage over Nextcloud, which has no standalone option per the comparison chart), so advanced users can skip Docker entirely [README comparison chart][4].

The project is maintained by one developer, Graham Steffaniak. That’s worth naming plainly. The original FileBrowser went into maintenance mode partly because it was also a small team project. Quantum is excellent and active now — 2,728 commits as of the scrape date — but single-maintainer projects carry single-maintainer risk [1][README].

Realistic setup time: 15–30 minutes for a technical user on a fresh VPS. For someone who has never run Docker, budget 2–3 hours including domain and reverse-proxy setup.


Pros and Cons

Pros

  • Actually free and Apache-2.0 licensed. Not “free as in surveillance,” not “free with a commercial upgrade path.” The license lets you fork, embed, and redistribute without legal friction [README][1].
  • Genuinely fast indexed search. Consistent across every review that tested it — the real-time SQLite index makes searching large directories feel local [5][4].
  • Small footprint. 180MB Docker image, 512MB minimum RAM. Runs alongside other containers without eating your server [README][5][comparison chart].
  • Meaningful upgrade from the original FileBrowser. Multiple auth methods, multi-source support, SSO, LDAP, 2FA — these are features the original never shipped [README][2].
  • WebDAV support. Lets you mount the file share as a network drive in Windows, Mac, or Linux without installing any client software [README comparison chart].
  • Standalone binary option. Doesn’t require Docker for those running bare-metal or containers-inside-containers setups [README comparison chart].
  • Swagger API docs built in. The /swagger endpoint is a small but real quality-of-life feature for any automation use case [README].
  • Shell command execution deliberately removed. This is a security decision most users will appreciate on a shared server [README].

Cons

  • Beta quality on some features. Office document preview was broken in independent testing as of May 2025 [4]. The README acknowledges “growing pains” and a stable release still forthcoming [README].
  • Single maintainer. The original FileBrowser is a cautionary tale about what happens when a one-person project loses momentum [2][5]. Quantum is active, but the bus factor is 1.
  • No S3 support. If your files live in object storage rather than a local filesystem, Quantum can’t help you. Filestash and Nextcloud both support S3 [README comparison chart].
  • No content-aware search. You can search by filename, size, date, and type — but not by text inside documents. For that, you need Nextcloud or Filestash [README comparison chart].
  • No FTP support. Less relevant than it used to be, but some workflows need it [README comparison chart].
  • No cloud option. There’s no hosted version if you want to avoid managing infrastructure. The entire value proposition assumes you’re comfortable running a server.
  • Documentation is English-only. The official docs site notes this explicitly — limiting for non-English communities despite the project’s international user base [README].

Who Should Use This / Who Shouldn’t

Use FileBrowser Quantum if:

  • You’re running the original FileBrowser and it’s feeling slow or unmaintained — this is the direct migration [5][2].
  • You want a file manager that does one thing well: browsing, uploading, searching, and sharing files on your server.
  • You’re comparing it to Nextcloud but only need files, not the full groupware suite. The RAM and complexity savings are real [6].
  • You need LDAP or OIDC auth for a small team but don’t want to pay for FileRun ($99+) [README][comparison chart].
  • Your server has limited resources — 512MB RAM minimum is a genuine advantage in a homelab [README].

Skip it (pick Nextcloud) if:

  • You need file sync to mobile devices, CalDAV, CardDAV, or collaborative office editing.
  • Your organization requires SOC 2, GDPR audit logs, or enterprise governance features.
  • You want a managed cloud option with no self-hosting required.

Skip it (pick Filestash) if:

  • Your files are on S3, FTP, or another backend other than a local filesystem [README comparison chart].
  • You need content-aware search (full-text inside documents) [README comparison chart].

Skip it (pick Immich or PhotoPrism) if:

  • Your primary use case is photo management. A general file manager is the wrong tool when AI tagging, face recognition, and mobile album sync are what you actually need [6].

Skip it (wait) if:

  • You’re deploying for a team that depends on office document previews working reliably. That feature is broken in tested builds as of mid-2025 [4].

Alternatives Worth Considering

  • Original FileBrowser (filebrowser.org) — 34,000 stars, the original. Now in maintenance mode looking for maintainers [2]. Quantum is the active fork if you liked the original.
  • Nextcloud — Full groupware suite. Heavier (250MB+ image, PHP architecture), but covers calendars, contacts, mobile sync, and collaborative editing if you need them [6][README comparison chart].
  • Filestash — Supports S3, FTP, SFTP, WebDAV, and other backends beyond local filesystem. Stronger for multi-protocol environments. 240MB Docker image [README comparison chart].
  • FileRun — Polished commercial self-hosted option at $99+ per license. Enterprise features, active development, but you’re paying [README comparison chart].
  • copyparty — Appears as a popular Quantum alternative on AlternativeTo [1]. Lightweight, written in Python, strong for read-heavy public sharing.
  • Seafile — Fast sync-and-share focused on client-side encryption and block-level sync. Better than Nextcloud for raw sync speed [6].
  • Dropbox / Box — SaaS, no self-hosting, but zero maintenance. Correct choice if the terminal is a dealbreaker.

For a non-technical user who just wants a simple file browser with no ongoing bill: the realistic shortlist is FileBrowser Quantum vs Nextcloud. Pick Quantum if you only want files and want something fast. Pick Nextcloud if you want the full suite and have the RAM to run it.


Bottom Line

FileBrowser Quantum earns its name only partially. The performance jump over the original is real — the indexed search alone justifies the migration for anyone already on filebrowser.org. The Apache-2.0 license, multi-auth support, and small Docker footprint put it ahead of most alternatives in the “just files, nothing else” category. What it doesn’t earn yet is the “best open-source self-hosted file manager that exists” claim in its own README — some features are visibly unfinished, it’s missing S3, and single-maintainer projects carry inherent longevity risk.

For a non-technical founder who wants to stop paying $15/user/month for Dropbox and has someone who can run Docker: Quantum is a $5 VPS bill and an afternoon away from never thinking about it again. For a team that needs Office preview to work reliably today, wait for the stable release first.

If the server setup is the blocker, that’s exactly what unsubbed.co’s parent studio upready.dev deploys for clients. One-time fee, you own the infrastructure.


Sources

  1. AlternativeTo — FileBrowser Quantum listing (6,823 stars, Apache-2.0, added Jun 2025). https://alternativeto.net/software/filebrowser-quantum/about/
  2. AlternativeTo — filebrowser.org listing (34,366 stars, discontinued/seeking maintainers). https://alternativeto.net/software/filebrowser-org/about/
  3. AlternativeTo — apaxy v2 listing (context: listed as Quantum alternative). https://alternativeto.net/software/apaxy-v2/about/
  4. Herbert Hertramph, GNU/Linux.ch“FileBrowser Quantum - vielversprechender Start” (May 13, 2025). https://gnulinux.ch/filebrowser-quantum-vielversprechender-start
  5. Parth Shah, XDA Developers“I use this unusual Docker container to manage files and directories on my server” (Jan 11, 2026). https://www.xda-developers.com/unusual-docker-container-to-manage-files-directories-on-server/
  6. Victor Awogbemila, XDA Developers“If you only need basic photos and files, these 4 self-hosted tools are better than Nextcloud” (Oct 6, 2025). https://www.xda-developers.com/basic-photos-and-files-self-hosted-nextcloud/

Primary sources:

Features

Authentication & Access

  • LDAP / Active Directory
  • Single Sign-On (SSO)
  • Two-Factor Authentication

Integrations & APIs

  • REST API

Mobile & Desktop

  • Mobile App