Mikochi
A minimalist remote file browser for self-hosted servers and NAS. Built with Go and Preact for a fast, lightweight experience.
Features
- File Browsing — Navigate your remote files with a clean web interface
- Fuzzy Search — Quickly find files across all directories
- Upload & Download — Upload files and create folders; download files or entire directories as .tar.gz
- File Management — Rename and delete files and folders
- Media Streaming — Stream audio and video files directly to VLC or mpv
- Lightweight — Minimal resource usage with a tiny Go binary and Preact frontend
Default Login
The default credentials are:
- Username:
root
- Password: The password you set via the
PASSWORD environment variable
Persistent Data
All files are stored in /data and persisted via a Zeabur volume. Your uploaded files survive restarts and redeployments.
License
MIT — GitHub