A powerful, professional localhost hosting tool for Termux
Designed for mobile developers, testers, and cyber enthusiasts.
BIZHOST turns your Android device into a PHP hosting environment with public internet access β all from a sleek cyber terminal interface.
- β Live status panel β See SERVER and TUNNEL status right in the menu
- β Background tunnel β Tunnel runs in background, you can return to menu
- β Separate Stop Tunnel option β Kill tunnel without stopping server
- β Custom port support β Change from default 8080 anytime
- β Colored server logs β View live logs with color-coded status codes
- β System Info panel β PHP version, cloudflared version, disk usage
- β Smarter install β Pre-flight internet/Termux checks, fallback cloudflared download
- β Bug fixes β Stop server now uses stored PID (won't kill unrelated PHP), config uses key=value format
- Android device
- Termux (latest version from F-Droid recommended)
- Internet connection (for installation & public link)
- Storage permission enabled
Open Termux and run:
apt update && apt install git -y
git clone https://github.com/bizft/BIZHOST.git
cd BIZHOST
chmod +x install bizhost
./installbizhost| Option | Action |
|---|---|
[1] |
Start PHP server (with auto-restart watchdog) |
[2] |
Create public Cloudflare tunnel (runs in background) |
[3] |
Stop tunnel only |
[4] |
Stop server (and tunnel) |
[5] |
Open site folder in shell |
[6] |
Set site directory |
[7] |
Set custom port |
[8] |
View server logs (color-coded) |
[9] |
System info |
[U] |
Update BIZHOST |
[X] |
Exit |
/storage/emulated/0/BIZHOST/
Default entry point: index.php
Config is stored at $PREFIX/tmp/bizhost.conf as key=value pairs:
SITE="/storage/emulated/0/BIZHOST"
PORT=8080
- PHP built-in development server (port configurable, default 8080)
- Watchdog subprocess auto-restarts PHP if it crashes
- Cloudflare Quick Tunnel for public access (background process)
- Config persisted to Termux tmp
- Public links are temporary and expire
- Do not host sensitive data publicly
- Use responsibly
- β Android (Termux)
- β Not designed for Windows / iOS
For educational and development purposes only.
The author is not responsible for misuse.
@bizft β BIZ FACTORY
Cyber Tools β’ Mobile Hosting β’ Terminal Utilities