Open Source · MIT License

The proxy dashboard
for your VPS

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

📊

Real-time Monitoring

Live traffic charts, connection list, and log viewer via WebSocket — no page refresh needed.

🔧

Full Config Management

Add proxies, edit proxy groups, manage rules — all from the UI. One click to generate and hot-reload YAML.

🌐

DNS Control

Fake-IP / redir-host modes, custom upstream DNS servers, all configurable from the dashboard.

📦

Provider Subscriptions

Import proxy and rule provider URLs, refresh on demand, manage multiple subscriptions.

🔒

TUN Mode Ready

Toggle TUN mode, auto-route, and DNS hijack from Settings — Mihomo runs on host for full kernel access.

🐳

Docker or Direct

Deploy via Docker Compose or install directly on host with a single bash command. Your choice.

Two ways to deploy

⚡ Direct Install

# Installs Mihomo + Fluxo + systemd
curl -fsSL fluxo.click/install.sh \
  | sudo bash

# Uninstall
sudo bash install.sh --uninstall

🐳 Docker Compose

# Mihomo must run on host
git clone https://github.com/\
  RaylenZed/fluxo.git
cd fluxo

docker compose up -d

# Web UI: :8080  API: :8090