CYBER//HOST packs a full server stack into a single Android app โ no root required, no cloud, no subscriptions.
๐
HTTP & HTTPS Web Server
Serve any static website, HTML app, or file collection to devices on your local Wi-Fi network, or share it with the world using port forwarding. Enable HTTPS with a self-signed or custom TLS certificate for encrypted connections.
- Configurable HTTP port (default 8080)
- HTTPS with self-signed or custom certificate
- Redirect HTTP โ HTTPS automatically
- HTTP Basic Authentication
- Directory listing toggle
- Gzip & Brotli compression
- Precompressed (.br / .gz) sidecar assets
- Static-asset caching (Cache-Control / ETag)
- Range requests โ stream & seek video/audio
- SPA fallback routing for single-page apps
- Custom MIME types & response headers
- Markdown rendering (.md โ styled HTML)
- Custom 404 / 403 error pages
- Live reload (auto-refresh connected browsers)
๐
FTP & FTPS Server
Upload, download, and manage your website files from any FTP client โ FileZilla, WinSCP, CyberDuck, and more. Enable FTPS for encrypted transfers.
- Configurable FTP port (default 2121)
- Custom FTP username & password
- FTPS (TLS-encrypted FTP)
- IP-based access control
- Passive mode with dedicated port range
- Sandboxed to website directory โ your device files stay safe
๐
In-App File Manager
Browse, rename, delete, and preview your hosted files directly inside the app. No FTP client required for quick edits.
- Full folder tree navigation
- File size & modification date
- One-tap delete
- Breadcrumb navigation
New
๐
SQLite Data API & Token Auth
Your phone isn't just serving files โ it's a backend. Turn on the REST Data API and any SQLite table becomes CRUD endpoints under /data/<table>. Add the Auth API for user registration, login and bearer-token sessions, then require a valid token to read or write your data. Build a real full-stack app with the phone as the server.
- REST CRUD over SQLite (
/data/โฆ)
- Configurable URL prefix per database
- User accounts: register / login / logout / me
Authorization: Bearer token sessions
- Optional "require login" to protect data
- Runs behind every security layer & CORS
New
๐
WebDAV Network Drive
Mount your website root as a network drive straight from Windows Explorer, macOS Finder or Linux โ drag & drop files with no FTP client at all.
- Full read/write WebDAV (RFC 4918)
- Mount in Explorer / Finder / GVFS
- Authenticated with your FTP credentials
- Confined to the website root
- Large files stream straight to disk
New
๐งฉ
Server-Side HTML Templating
An opt-in template engine renders shared headers, variables and simple logic into your HTML at request time โ no build step, no framework.
- Includes / partials:
{{include header.html}}
- Variables from query & server values
- Conditionals:
{{#if}} โฆ {{else}}
- Loops:
{{#each}} โฆ {{/each}}
- Auto HTML-escaping (raw opt-in)
New
๐
Expiring Share Links
Generate a public link to any file with its own expiry, optional password and download cap โ perfect for sending someone a single file safely.
- Time-based expiry
- Optional password protection
- Maximum-download limit
- Revoke any link instantly
New
๐ฐ
Dynamic DNS
Keep a hostname pointed at your phone even when your public IP changes. CYBER//HOST pings your provider's update URL on a timer.
- Works with DuckDNS, No-IP, Dynu & more
- Configurable update interval
- Set-and-forget background updates
New
๐
Dynamic Scripting Engine
For advanced users, CYBER//HOST includes a complete CGI/FastCGI execution pipeline for PHP, Node.js and Python โ every request passes through all the same security layers first.
- PHP via per-request CGI or persistent FastCGI
- Node.js & Python CGI runtimes
- Source is never leaked as plain text
Advanced / optional: these runtimes require a compatible native interpreter binary for your device โ they are not bundled. Everything else on this page works out of the box.
๐ก
Network Status
All your server addresses, local and public. One-tap copy and QR codes make it easy for devices on your Wi-Fi to connect, while the public IP display is your key to global access via port forwarding.
- Local IP, HTTP, HTTPS & FTP addresses
- Public IP display
- QR code for LAN address
- One-tap copy to clipboard
- mDNS / Zeroconf local discovery
๐
Live Traffic Monitor
Watch every HTTP request scroll in real-time with method, path, status code, latency, and the requesting IP โ just like a real server console.
- Request method colour-coding (GET/POST/PUT/DELETE)
- HTTP status badges
- Client IP display
- Response latency in ms
- Bytes served per request
- Persistent access log
โก
Bandwidth & Analytics
Deep insights into your server's performance โ live throughput, historical speed chart, per-IP stats, and a traffic heatmap.
- Real-time speed gauge (KB/s)
- Peak & average speed
- Total requests & bytes served
- Per-IP requests & bytes table
- Server uptime counter
- Bandwidth alert notifications
- Top files report
๐
USB OTG Drive Support
Plug in a USB OTG drive and import a complete website in seconds, or back up your hosted files straight to the drive. No cables to a PC needed.
- Import website from USB drive
- Export/back up to USB drive
- Drive label, file count & used space cards
- Animated storage capacity bar
- Format drive option
๐
Server Scheduler
Set automatic start and stop times so your server only runs when you need it โ perfect for overnight demos or timed local sites.
- Daily start & stop time
- Runs silently in the background
- Works with the foreground service to survive screen-off
๐
Network Source Mode
Point CYBER//HOST at any HTTP URL on your local network and serve that content โ great for proxying another device's dev server to the rest of your LAN.
- Fetch & serve from a local URL
- Toggle on/off without restarting
๐ฑ
Home Screen Widget
A glanceable widget on your home screen shows server status at a glance and lets you start or stop the server without opening the app.
- Displays server online/offline status
- One-tap start / stop
- Updates in real time