Simple HTTP Server

3.8
621 reviews
100K+
Downloads
Content rating
PEGI 3
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Introducing "Simple HTTP Server" for Android - your essential tool for experiments, prototyping, and easy file sharing across devices. Host a local HTTP server with static content effortlessly. Accessible on phones, tablets, and Android TV. Easily share files and prototype solutions. Enjoy intuitive file management features like uploading via the web interface and basic file editing (*in version "PLUS"). Streamline your projects with "Simple HTTP Server" today.
Updated on
May 5, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.2
506 reviews
Stanislav Talover
March 31, 2025
Hi, Suggestion - switch to an easy to the eyes font for the interface, e.g. Arial etc, that is perpendicular to the horizon and not italic or cursive. Thanks.
Did you find this helpful?
Richard Andrew
April 19, 2025
good but images take a long long time to load. tried a different app and they are instant with that app.
1 person found this review helpful
Did you find this helpful?
CannonBall3000
March 12, 2025
Mostly works as intended. Unfortunately, it doesn't transmit the right MIME type for *.mjs files. *.mjs files are module-based JavaScript files, which should have a MIME type of "text/javascript". However, they currently are transmitted as "application/octet-stream". Since MIME sniffing is explicitly disabled for module-based Javascript, it makes them unusable and breaks some webpages. See the Mozilla Web Docs.
4 people found this review helpful
Did you find this helpful?

What’s new

* Android 11+ manage external storage permission request since app's core feature is file management
* Option to auto-stop the service in case of inactivity (enabled by default)
* Several minor UI improvements