FileBrowser is a free, open-source, self-hosted web application for managing files and folders.
You can manage files inside your local repository folder (on your server's hard drive) or connect to other storage adapters (see below).
FileBrowser has multi-user support, so you can have administrators and other users managing their files with different access permissions, roles and home folders.
All basic file operations are supported: copy, move, rename, edit, create, delete, preview, zip, unzip, download, upload.
If allowed, users can download multiple files or folders at once.
File upload supports drag&drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server configuration.
- Share a folder with colleagues, your team, friends or family,
- Allow workers to upload field data / docs / images,
- Use as cloud backup,
- Manage cdn with multiple people,
- Use as ftp/sftp replacement,
- Manage s3 or other 3rd party cloud storage,
- Use to quickly zip and download remote files.
Check out the documentation here:
https://filebrowser.linuxforphp.net/documentation
- Multiple storage adapters (Local, FTP, Amazon S3, Dropbox, DO Spaces, Azure Blob and many others via Flysystem),
- Multiple authentication adapters with roles and permissions (store users in a json file, database, or use WordPress),
- Multiple session adapters (native file, Pdo, Redis, MongoDB, Memcached, and others via Symfony),
- Single page front-end (built with Vue.js, Bulma and Buefy),
- Chunked uploads (built with Resumable.js),
- Zip and bulk download support,
- Highly extensible, decoupled and tested code,
- No database required.