Is Cotton a drop-in replacement for Filebrowser?
Not always. Cotton is a focused file cloud, not a clone of every app and integration in the older ecosystems. It fits best when file storage, previews, sharing, snapshots, WebDAV, security, and deployment simplicity are the main problem.
Why compare Cotton to established products?
Because people searching for a self-hosted file cloud often start with the familiar names. The comparison makes the tradeoff explicit instead of pretending every product has the same goal.
When should I still choose Filebrowser?
If you want a dead-simple web UI over an existing folder with a tiny footprint, no external database, and files that stay as plain files your other tools can read, Filebrowser is purpose-built for that. Cotton is the fit when you want an engine that encrypts, deduplicates, previews, and recovers.
What is a good FileBrowser Quantum alternative?
Cotton is a strong alternative when you need a managed storage engine with encryption at rest, optional client-side E2E folders, large-file uploads, richer previews, expiring shares, snapshots, versions, WebDAV, and native sync clients. Stay with FileBrowser Quantum when the priority is a tiny web UI over ordinary files that other tools can read directly.
What is the difference between FileBrowser Quantum and FileBrowser?
FileBrowser Quantum is the active community fork of the original FileBrowser. It adds modern features such as OIDC, LDAP, and 2FA while keeping the same basic category: a web interface over an ordinary directory rather than a separate chunked storage engine.
Can FileBrowser Quantum run with Docker Compose?
Yes. The official Docker guide provides a Compose setup using the stable image, a persistent data-directory mount, and one or more mounted source directories. That keeps FileBrowser Quantum lightweight and close to the host filesystem. Cotton also uses Docker, but adds Postgres because it manages encrypted chunks, versions, snapshots, and deduplication rather than exposing ordinary files directly.
What are the default FileBrowser Quantum username and password?
The official quick-try container starts with admin / admin. That pair is only suitable for a local trial. For a persistent deployment, set FILEBROWSER_ADMIN_PASSWORD before the first startup and replace any default credential before exposing the service to a network.
Does FileBrowser Quantum support 2FA?
Yes. FileBrowser Quantum supports TOTP for password-authenticated users. The operator supplies a FILEBROWSER_TOTP_SECRET, users enroll from Profile > Security, and enforcedOtp can require enrollment for password users. OIDC and proxy authentication follow their external identity provider instead. Cotton provides both TOTP and passkeys natively.