Wi‑Fi hotspot file server — turn your Android phone into a full-featured web file manager
Directory listing, sortable columns, breadcrumb navigation, live search, and full-screen code editor for text files
Button upload, drag-and-drop with progress bar, RFC 5987 UTF-8 filename encoding, binary-safe multipart parser
Create files/folders, rename, delete with styled confirmation dialog
Path traversal protection, POST size limits, CSRF origin check, admin login for superuser file access
Push files to device and launch:
adb push server.py launch.sh stop.sh /data/local/tmp/
adb shell chmod +x /data/local/tmp/launch.sh /data/local/tmp/stop.sh
su
sh /data/local/tmp/launch.sh
Connect any browser to the displayed IP address.
Download dist/filebase-v2.0.3.zip and install via Magisk / KernelSU / APatch. Supports boot auto-start and WebUI panel.