Self-hosted Xiaomi/Redmi router dashboard with telemetry, device tracking and AI investigation.
928
Web frontend for miwifi-webui, a modern self-hosted administration and observability interface for Xiaomi / Redmi routers exposing compatible MiWiFi Web APIs.
This image is the frontend component of miwifi-webui. Docker Compose deployment with the API and PostgreSQL services is recommended.
The frontend is designed to run together with:
highwall777/miwifi-webui-webhighwall777/miwifi-webui-apiUse the official Docker Compose configuration from the GitHub repository:
GitHub: DockCat/miwifi-webui
git clone https://github.com/DockCat/miwifi-webui.git
cd miwifi-webui
docker compose up -d
The web interface is available on the configured WEB_PORT.
Default example:
http://localhost:5173
Browser
│
▼
miwifi-webui-web
│
│ /api
▼
miwifi-webui-api
│
├── PostgreSQL
│
└── Xiaomi / Redmi Router
The browser does not communicate directly with the router API.
Router authentication, telemetry collection, device history and AI investigation are handled by the backend service.
docker pull highwall777/miwifi-webui-web:latest
For normal deployments, use Docker Compose rather than starting this container by itself.
Open source project:
https://github.com/DockCat/miwifi-webui
Issues and compatibility reports are welcome on GitHub.
Backend API:
highwall777/miwifi-webui-api
See the project repository for license information.
Content type
Image
Digest
sha256:e980dda99…
Size
24.7 MB
Last updated
3 days ago
docker pull highwall777/miwifi-webui-web