FileRise
Self-HostedOpen-source web-based file manager for secure file transfer and storage control
Overview
FileRise is an open-source web-based file manager that simplifies file transfer, storage organization, and remote access to local or cloud storage. It supports drag-and-drop uploads, folder management, file sharing via secure links, and integration with S3, FTP, and local directories. Deployable via Docker (one-command setup) or manual installation on Linux/Windows servers. Features include file previews, role-based access control, and a responsive mobile interface. Ideal for teams/individuals needing a self-hosted alternative to proprietary tools, ensuring full data privacy and storage control.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
filerise:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: filerise
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Drag-and-drop uploads & folder management
- Integration with S3, FTP, and local storage
- Secure file sharing via time-limited links
- Role-based access control for teams
- Responsive mobile-friendly design
Frequently Asked Questions
? Is FileRise hard to install?
FileRise is easy to install using Docker (one command: docker run -d -p 8080:8080 filerise/filerise) or manual setup on Linux/Windows servers. Docker Compose files are provided for quick deployment, making it accessible for users with basic server knowledge.
? Is it a good alternative to Google Drive?
Yes—FileRise is a strong self-hosted alternative to Google Drive, offering full control over your data (no third-party access) while providing core features like file management and sharing. It lacks Google’s collaborative editing but excels at privacy and customization.
? Is it completely free?
Yes! FileRise is open-source under the MIT License, meaning it’s completely free to use, modify, and distribute without hidden costs or subscriptions.
Top Alternatives
People Also Ask about FileRise
Tool Info
Pros
- ⊕ Self-hosted for full data privacy and control
- ⊕ Supports multiple storage backends
- ⊕ Open-source (free to use/modify)
- ⊕ Easy Docker deployment with Compose files
Cons
- ⊖ Requires server setup (no managed cloud option)
- ⊖ Limited advanced collaboration features vs enterprise tools
- ⊖ Custom integrations may need technical expertise