
FileGator
Self-hosted, open-source web file manager with multi-user access, roles, and chunked uploads. Manage local files or connect external storage like S3 via adapters.

FileGator is a self-hosted, open-source web application for managing files and folders through a modern browser UI. It supports multiple users with roles and permissions and can work with local storage or external providers via storage adapters.
Key Features
- Multi-user accounts with roles, permissions, and per-user home folders
- Core file operations: upload, download, copy, move, rename, delete, create, edit, and preview
- Chunked, resumable uploads with drag-and-drop and progress indication
- Bulk download and on-the-fly ZIP/unzip support
- Pluggable storage backends (local filesystem and third-party storage via adapters)
- Designed to run without a mandatory database (depending on chosen adapters)
Use Cases
- Provide a simple web-based alternative to FTP/SFTP for teams
- Collect uploads from students, clients, or field workers into controlled folders
- Manage and transfer files across local and supported cloud/object storage backends
Limitations and Considerations
- Symlinks and file ownership changes (chown) are not supported in typical local adapter usage
- Very large numbers of files in a single directory can reduce performance
FileGator is a practical solution for browser-based file administration and sharing with access control. It fits well for small to mid-sized deployments that need a lightweight, extensible file manager with optional external storage integration.
