仪表盘
系统概览与数据监控
{{ stats.total_users }}
注册用户
{{ stats.active_users }}
活跃用户
{{ stats.online_nodes }}
在线节点
{{ formatTraffic(stats.total_traffic_today) }}
今日流量
{{ formatTraffic(stats.total_traffic_all) }}
总流量
{{ stats.total_plans }}
套餐数量
{{ stats.frozen_users || 0 }}
冻结用户
{{ stats.expired_users || 0 }}
已过期用户
7日流量趋势
最近7天
{{ formatTraffic(item.traffic) }}
{{ item.date }}
暂无数据
节点状态
查看全部
{{ node.name }}
x{{ (node.rate / 10).toFixed(1) }}
{{ nodeStats[node.id].user_count }}人
{{ node.online ? '在线' : '离线' }}
暂无节点
最近注册
查看全部
{{ u.username.charAt(0).toUpperCase() }}
{{ u.username }}
ID: {{ u.id }}
暂无用户
IP超限报警
管理{{ alert.username }}
{{ alert.socks_username }}
{{ alert.ip_count }} IPs
上限 {{ alert.max_ip_count }}
暂无报警
节点管理
管理代理节点与中转配置
| 排序 | 名称 | 地址 | 倍率 | 用户/流量 | 中转 | 状态 | 操作 | |
|---|---|---|---|---|---|---|---|---|
|
|
└ {{ node.name }} ({{ node.parent_name }}) | {{ node.ip }}:{{ node.port }} | x{{ (node.rate / 10).toFixed(1) }} | {{ nodeStats[node.id].user_count }}人 / {{ formatTraffic(nodeStats[node.id].total_traffic) }} {{ nodeStats[node.parent_id].user_count }}人 / {{ formatTraffic(nodeStats[node.parent_id].total_traffic) }} - | {{ node.relay_ip }}:{{ node.relay_port }} - |
{{ node.online ? '在线' : '离线' }}
{{ formatTimeAgo(node.last_heartbeat) }}
|
||
| 暂无节点 | ||||||||
共 {{ nodes.length }} 条
{{ nodesPage }} / {{ nodesTotalPages }}
套餐管理
配置订阅套餐与流量策略
| ID | 名称 | 流量 | 时长 | 节点数 | 状态 | 操作 | |
|---|---|---|---|---|---|---|---|
| {{ plan.id }} | {{ plan.name }} | {{ plan.traffic_limit }} GB | {{ plan.duration_days }} 天 | {{ plan.node_ids.length }} 个 | {{ plan.is_active ? '启用' : '停用' }} | ||
| 暂无套餐 | |||||||
共 {{ plans.length }} 条
{{ plansPage }} / {{ plansTotalPages }}
用户管理
管理用户账号与订阅
| ID | 用户名 | SOCKS账户 | 套餐 | 流量 | 到期 | 状态 | 操作 | |
|---|---|---|---|---|---|---|---|---|
| {{ user.id }} | {{ user.username }} | {{ user.socks_username }} | {{ user.current_subscription.plan_name }} 无 |
{{ user.current_subscription.traffic_used }}
{{ user.current_subscription.traffic_limit }} GB
|
{{ formatDate(user.current_subscription.expire_time) }} - | 流量用尽 冻结 禁用 正常 | ||
| 暂无用户 | ||||||||
共 {{ users.length }} 条
{{ usersPage }} / {{ usersTotalPages }}
系统设置
配置系统参数与安全选项
修改密码
账号配置
IP超限报警
暂无超限用户
{{ alert.username }}
{{ alert.ip_count }} IP
已封禁
系统日志
| 时间 | 级别 | 模块 | 消息 |
|---|---|---|---|
| {{ formatDateTime(log.created_at) }} | {{ log.level }} | {{ log.module }} | {{ log.message }} |
| 暂无日志 | |||