FileShelter alternatives and similar software solutions
Based on the "Coquelicot" category.
Alternatively, view FileShelter alternatives based on common mentions on social networks and blogs.
-
Zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! -
fibridge
Proxy for turning web browsers into web servers. Load a 100GB file in your browser and stream it over the public web with HTTP byte range requests. -
Pste
DISCONTINUED. Just a simple file hosting application inspired by the likes of pomf.se and teknik.io. -
FireShare
Real-time file sharing system. Using NodeJS, ReactJS, SocketIO, MongoDB. Chai, WebdriverIO for testing. -
Share
DISCONTINUED. Simple yet advanced uploader. Allows users to upload files,images, and text with moderation tools for admins. Can be used for friends and family or just for you. Built with integration, like ShareX but more uploaders will be officially supported.
CodeRabbit: AI Code Reviews for Developers

Do you think we are missing an alternative of FileShelter or a related project?
README
FileShelter
FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back!
A demo instance is available, with the following limitations:
- Maximum duration is set to 3 days
- Maximum file size is set to 1 MB
Features
- Period of validity, from one hour to many years
- Optional password protection (download and/or upload)
- Practically unique links, using UUID
- Private edit links, used to remove the files or to check the download counters
- Terms Of Service support, fully or partially customizable
- Multiple language support
- Low memory requirements: the demo instance runs on a Raspberry Pi Zero W
Once the expiry date is reached, the share is no longer available for download. The files are actually deleted roughly two hours after the share has expired. This is to make sure to not interupt any ongoing download.
Command line tools
fileshelter-list
: list all the shares available for downloadfileshelter-create
: create a share using local files. The files are not copied in the Fileshelter's working directory. Therefore the files must still exist while the share is avalaible for download. The files are not deleted once the share has expired.
Installation
See [INSTALL.md](INSTALL.md) file.
Contributing
Any feedback is welcome:
- feel free to participate in discussions if you have questions,
- report any bug or request for new features in the issue tracker,
- submit your pull requests based on the [develop](../../tree/develop) branch.