Sign inSign up

highwall777/miwifi-webui-web

By highwall777

Updated 3 days ago

Self-hosted Xiaomi/Redmi router dashboard with telemetry, device tracking and AI investigation.

Image
Networking
Web servers
Monitoring & observability
0

928

highwall777/miwifi-webui-web repository overview

miwifi-webui-web

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.

Features

  • UniFi-inspired router dashboard
  • Live WAN upload / download monitoring
  • CPU, memory and temperature visibility
  • Connected device inventory
  • Device online / offline history
  • Per-device traffic tracking
  • AI-assisted network investigation
  • Simplified Chinese and English UI

The frontend is designed to run together with:

  • highwall777/miwifi-webui-web
  • highwall777/miwifi-webui-api
  • PostgreSQL

Use 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

Architecture

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 image

docker pull highwall777/miwifi-webui-web:latest

For normal deployments, use Docker Compose rather than starting this container by itself.

Source code

Open source project:

https://github.com/DockCat/miwifi-webui

Issues and compatibility reports are welcome on GitHub.

Backend API:

highwall777/miwifi-webui-api

License

See the project repository for license information.

Tag summary

Content type

Image

Digest

sha256:e980dda99

Size

24.7 MB

Last updated

3 days ago

docker pull highwall777/miwifi-webui-web