Manage Mihomo (Clash.Meta) from anywhere — real-time traffic, full config, one-click install.
One-line install (Debian / Ubuntu)
$ curl -fsSL fluxo.click/install.sh | sudo bash
Or deploy with Docker Compose · View on GitHub ↗
Everything you need
Live traffic charts, connection list, and log viewer via WebSocket — no page refresh needed.
Add proxies, edit proxy groups, manage rules — all from the UI. One click to generate and hot-reload YAML.
Fake-IP / redir-host modes, custom upstream DNS servers, all configurable from the dashboard.
Import proxy and rule provider URLs, refresh on demand, manage multiple subscriptions.
Toggle TUN mode, auto-route, and DNS hijack from Settings — Mihomo runs on host for full kernel access.
Deploy via Docker Compose or install directly on host with a single bash command. Your choice.
Two ways to deploy
# Installs Mihomo + Fluxo + systemd curl -fsSL fluxo.click/install.sh \ | sudo bash # Uninstall sudo bash install.sh --uninstall
# Mihomo must run on host git clone https://github.com/\ RaylenZed/fluxo.git cd fluxo docker compose up -d # Web UI: :8080 API: :8090