MyGit

MetaCubeX/metacubexd

Fork: 372 Star: 2715 (更新于 2025-11-28 16:02:56)

license: MIT

Language: TypeScript .

Mihomo Dashboard, The Official One, XD

最后发布版本: v1.176.1 ( 2024-12-28 19:22:30)

GitHub网址

metacubexd

Mihomo Dashboard, The Official One, XD

pr-closed last-commit build downloads license

✨ Features

  • 📊 Real-time traffic monitoring and statistics
  • 🔄 Proxy group management with latency testing
  • 📡 Connection tracking and management
  • 📋 Rule viewer with search functionality
  • 📝 Live log streaming
  • 🎨 Beautiful UI with light/dark theme support
  • 📱 Fully responsive design for mobile devices
  • 🌐 Multi-language support (English, 中文, Русский)

🖼️ Preview

Desktop Screenshots
Overview Proxies
overview proxies
Connections Rules
connections rules
Logs Config
logs config
Mobile Screenshots
Overview Proxies Connections
overview proxies connections
Rules Logs Config
rules logs config

🔗 Official Links

Platform URL
GitHub Pages https://metacubex.github.io/metacubexd
Cloudflare Pages https://metacubexd.pages.dev

🚀 Quick Start

Prerequisites

Enable external-controller in your mihomo config:

external-controller: 0.0.0.0:9090

Option 1: Use Pre-built Assets

# Clone the gh-pages branch
git clone https://github.com/metacubex/metacubexd.git -b gh-pages /etc/mihomo/ui

# Set external-ui in your config
# external-ui: /etc/mihomo/ui

# Update to latest version
git -C /etc/mihomo/ui pull -r

Option 2: Docker

# Basic usage
docker run -d --restart always -p 80:80 --name metacubexd ghcr.io/metacubex/metacubexd

# With custom default backend URL
docker run -d --restart always -p 80:80 --name metacubexd \
  -e DEFAULT_BACKEND_URL=http://192.168.1.1:9090 \
  ghcr.io/metacubex/metacubexd

# Update
docker pull ghcr.io/metacubex/metacubexd && docker restart metacubexd
Docker Compose
services:
  metacubexd:
    container_name: metacubexd
    image: ghcr.io/metacubex/metacubexd
    restart: always
    ports:
      - '80:80'
    # environment:
    #   - DEFAULT_BACKEND_URL=http://192.168.1.1:9090

  # Optional: mihomo instance
  mihomo:
    container_name: mihomo
    image: docker.io/metacubex/mihomo:Alpha
    restart: always
    pid: host
    network_mode: host
    cap_add:
      - ALL
    volumes:
      - ./config.yaml:/root/.config/mihomo/config.yaml
      - /dev/net/tun:/dev/net/tun
docker compose up -d

# Update
docker compose pull && docker compose up -d

Option 3: Build from Source

# Install dependencies
pnpm install

# Build
pnpm build

# Preview
pnpm serve

🛠️ Development

# Start dev server
pnpm dev

# Start dev server with mock data
pnpm dev:mock

# Lint & Format
pnpm lint
pnpm format

📄 License

MIT

🙏 Credits

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2024-12-28 19:22:30 v1.176.1

2024-12-24 18:12:11 v1.176.0

2024-12-24 16:36:32 v1.175.0

2024-12-24 16:26:58 v1.174.3

2024-12-21 09:15:35 v1.174.2

2024-12-19 21:35:56 v1.174.1

2024-12-15 01:48:47 v1.174.0

2024-12-04 18:00:27 v1.173.3

2024-11-30 00:31:50 v1.173.2

2024-11-27 10:57:58 v1.173.1

主题(topics):

daisyui, dashboard, docker, solidjs

MetaCubeX/metacubexd同语言 TypeScript最近更新仓库

2026-01-22 08:44:09 angular/angular

2026-01-22 08:09:52 HumanSignal/label-studio

2026-01-22 01:38:39 mcp-use/mcp-use

2026-01-22 00:41:35 backstage/backstage

2026-01-22 00:21:07 scalameta/metals-vscode

2026-01-21 18:07:53 toeverything/AFFiNE