FileRise
Lightweight, self-hosted file manager with granular ACL, resumable uploads, encrypted folders, WebDAV support, and SSO integration. Runs on Docker/Unraid.
Smart Download
Visit Project Homepage
No installer available yet — head to the source repository
Self-hosted file manager with ACL, encryption, WebDAV, and SSO — lightweight and Docker-ready.
Core Features
- Granular Access Control Lists (ACLs)
- Resumable large file uploads
- Folder-level encryption
- WebDAV protocol support
- Single Sign-On (SSO) via OAuth2
What It Can't Do
- •HTTPS not enabled by default; use a reverse proxy (e.g., Nginx) for production. 2. Encrypted folders rely on server-side keys — losing the key means data loss. 3. Compared to Nextcloud, FileRise is lighter but lacks an app ecosystem; it's best for pure file management.
Use Cases
- Private cloud replacement for individuals or teams
- Enterprise document management with fine-grained permissions
- Direct file read/write from desktop apps via WebDAV (e.g., Office, video editors)
Detailed Introduction
FileRise is an open-source, self-hosted file management and storage hub designed for individuals and teams who need control over their data. It supports granular access control lists (ACLs) for precise permissions, resumable uploads for large files, encrypted folders for sensitive content, and WebDAV for seamless integration with desktop apps. Single Sign-On (SSO) via OAuth2 is built in. The entire stack runs in Docker or directly on Unraid, making deployment simple. Built with JavaScript (Node.js) and a web-based UI, FileRise is ideal for replacing cloud storage services like Nextcloud when you want a lighter, more focused alternative. It also includes a file editor and multi-file upload capabilities.
Tags
Getting Started
Download installer
Click the button above to download the installer for your system
Install the software
Double-click the downloaded installer and follow the prompts
Ensure Docker (or Unraid) is installed
Run: docker run -d -p 8080:80 error311/filerise
Open http://localhost:8080 in browser and create admin account
- Ensure Docker (or Unraid) is installed
- Run: docker run -d -p 8080:80 error311/filerise
- Open http://localhost:8080 in browser and create admin account
Checksum not available
This project has not published a SHA-256 checksum on its GitHub Release page
SHA256 Checksum
No checksum available
Download directly from GitHub Releases and verify file integrity yourself
All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.
Open Source Transparency
View GitHub SourceUninstall Info
Stop and remove container: docker stop filerise && docker rm filerise; delete volumes if needed
No Extra Dependencies
Ready to use after download. No additional runtime required.
Similar Projects
filebrowser
A lightweight, self-hosted web-based file manager. Upload, delete, preview, and edit files in any directory via a browser.
copyparty
copyparty turns any device into a file server with resumable uploads/downloads using any web browser. Supports HTTP, WebDAV, SFTP, FTP, TFTP, SMB. Only requires Python (2 or 3).
cloudreve
Self-hosted file management system with multi-cloud support, offline downloads, and WebDAV. Lightweight and easy to deploy.