总览
中转矩阵实时状态
在线节点
{{ stats.summary?.online || 0 }}
/ {{ stats.summary?.total || 0 }}
总流量
{{ formatBytes(stats.summary?.totalTraffic || 0) }}
↑{{ formatBytes(totalUp) }} ↓{{ formatBytes(totalDown) }}
活动连接
{{ stats.summary?.totalConnections || 0 }}
全部节点合计
异常 / 离线
{{ stats.summary?.error || 0 }}
/
{{ stats.summary?.offline || 0 }}
需关注的节点
实时速率
下行
上行
端口矩阵
:10003 – :10050
{{ cell.port % 100 }}
在线
离线
异常
空闲
一格一节点,点击跳转节点详情
节点
{{ stats.summary?.total || 0 }} 个已开通 · 容量 48
| 状态 | 节点 | 出口 IP | 端口 | 连接 | 流量 | 操作 | ||
|---|---|---|---|---|---|---|---|---|
| {{ statusLabel(node.status) }} |
{{ node.nodeId }}
{{ node.nodeName }}
|
{{ node.publicIp || '—' }} | :{{ node.port || '—' }} | {{ node.connections || 0 }} | {{ formatBytes((node.trafficUp||0) + (node.trafficDown||0)) }} |
|
||
|
{{ searchQuery ? '没有匹配的节点' : '暂无节点' }}
{{ searchQuery ? '换个关键词试试' : '节点装机自注册后会出现在这里' }}
|
||||||||
系统
隧道与转发层状态
WireGuard 隧道
{{ system.wg.interface.name }} · :{{ system.wg.interface.listenPort }}/udp读取中…
{{ system.wg.error }}
pubkey {{ system.wg.interface?.publicKey || '—' }}
{{ p.allowedIps.replace('/32', '') }}
{{ handshakeAgo(p.latestHandshake) }}
↑{{ formatBytes(p.transferTx) }} ↓{{ formatBytes(p.transferRx) }}
无 peer
尚未加载
sing-box 转发矩阵
活跃连接
{{ singboxConnCount ?? '—' }}
上行速率
{{ system.singbox?.traffic ? formatRate(system.singbox.traffic.up) : '—' }}
下行速率
{{ system.singbox?.traffic ? formatRate(system.singbox.traffic.down) : '—' }}
客户端入口 {{ serverHost }}:10001–10048 · clash_api 127.0.0.1:9090