Filestash
Self-HostedOpen-source web-based file manager for unified storage access
Overview
Filestash is an open-source web-based file manager that unifies access to 20+ storage services in one interface—including AWS S3, Google Drive, Dropbox, FTP, SFTP, and Nextcloud. It offers advanced file previews (images, videos, PDFs, code), secure temporary link sharing, end-to-end encryption for sensitive files, and customizable themes. Deploy easily via Docker, binary, or Kubernetes, making it ideal for self-hosted setups. It simplifies managing personal or team storage without switching between apps, prioritizing privacy and flexibility over proprietary lock-in.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
filestash:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: filestash
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Unified access to 20+ storage backends (S3, Google Drive, FTP)
- Advanced file previews (images, videos, PDFs, code snippets)
- Secure file sharing with temporary, password-protected links
- End-to-end encryption for sensitive files
- Easy deployment via Docker/Kubernetes
Frequently Asked Questions
? Is Filestash hard to install?
Filestash is easy to install using Docker (one-line command: `docker run -d -p 8334:8334 mickael-kerjean/filestash`). Binary releases are also available for non-Docker setups, with step-by-step guides in the official docs—basic server knowledge suffices for most deployments.
? Is Filestash a good alternative to Google Drive's web interface?
Yes—Filestash unifies Google Drive with 20+ other storage services, unlike Google Drive which only handles its own storage. It offers similar file preview/sharing features but with self-hosted privacy and no data lock-in, making it better for users who want control over their data.
? Is Filestash completely free?
Filestash is 100% free and open-source (licensed under AGPLv3). All features—including end-to-end encryption, custom themes, and storage backend support—are available without any hidden fees or premium subscriptions.
Top Alternatives
People Also Ask about Filestash
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted, no third-party data collection)
- ⊕ No subscription fees or premium tiers
- ⊕ Supports a wide range of storage services
- ⊕ Customizable UI with themes and plugins
Cons
- ⊖ Requires server setup (no managed SaaS option)
- ⊖ Some advanced features need technical configuration
- ⊖ Limited mobile optimization compared to native apps