仪表盘
服务器资源与核心服务运行状态总览
CPU 使用率
{{ metrics.cpu }}%
{{ serverInfo.cpuModel }} · {{ serverInfo.cpuCores }} 核
内存使用率
{{ metrics.memory }}%
{{ (metrics.memoryUsed/1024).toFixed(1) }}GB / {{ (serverInfo.memoryTotal/1024).toFixed(1) }}GB
磁盘使用率
{{ metrics.disk }}%
{{ metrics.diskUsed }}GB / {{ serverInfo.diskTotal }}GB
网络流量
{{ metrics.netIn }} Mbps
入站 {{ metrics.netIn }} · 出站 {{ metrics.netOut }} Mbps
资源使用趋势(最近 24 小时)
流量分布
核心服务状态
{{ svc.name }}
{{ svc.desc }}
{{ svc.running ? svc.uptime : '已停止' }}
证书到期预警{{ expiringCerts.length }} 张需关注
所有证书状态正常
{{ cert.domain }}
{{ cert.daysLeft > 0 ? '剩余 ' + cert.daysLeft + ' 天' : '已过期' }}
最近操作动态
{{ act.text }}
{{ act.time }}
Nginx 管理
站点配置、日志分析、配置模板与负载均衡
{{ row.name }}
总请求数
{{ nginxAnalytics.totalRequests }}
最近 24 小时
2xx 响应
{{ nginxAnalytics.status2xx }}
{{ ((nginxAnalytics.status2xx/nginxAnalytics.totalRequests)*100).toFixed(1) }}%
4xx 响应
{{ nginxAnalytics.status4xx }}
{{ ((nginxAnalytics.status4xx/nginxAnalytics.totalRequests)*100).toFixed(1) }}%
5xx 响应
{{ nginxAnalytics.status5xx }}
{{ ((nginxAnalytics.status5xx/nginxAnalytics.totalRequests)*100).toFixed(1) }}%
请求量趋势
状态码分布
TOP 10 访问 IP
TOP 10 请求 URL
{{ tpl.name }}
{{ tpl.desc }}
{{ tpl.summary }}
upstream {{ us.name }}
{{ us.strategy }}
FRPC 管理
管理内网穿透代理隧道与 frpc 配置
服务状态
{{ frpcRunning ? '运行中' : '已停止' }}
{{ frpcRunning ? '运行 ' + frpcInfo.uptime : '上次退出: 连接超时' }}
活跃代理
{{ activeProxyCount }} / {{ frpcProxies.length }}
TCP {{ frpcProxies.filter(p=>p.type==='tcp'&&p.online).length }} · HTTP {{ frpcProxies.filter(p=>p.type==='http'&&p.online).length }} · HTTPS {{ frpcProxies.filter(p=>p.type==='https'&&p.online).length }}
服务器地址
{{ frpcInfo.serverAddr }}
端口 {{ frpcInfo.serverPort }} · 协议 {{ frpcInfo.protocol }}
今日流量
{{ frpcInfo.traffic }}
入 {{ frpcInfo.trafficIn }} · 出 {{ frpcInfo.trafficOut }}
代理隧道列表
证书管理
SSL 证书列表、自动续期规则与到期预警
证书总数
{{ certificates.length }}
覆盖 {{ certificates.length }} 个域名
正常有效
{{ certStats.normal }}
剩余天数 > 30 天
即将到期
{{ certStats.warning }}
剩余 ≤ 30 天
已过期
{{ certStats.expired }}
需立即处理
{{ row.domain }}
系统服务
管理 systemd 服务的运行状态与开机自启
{{ row.name }}
{{ row.unit }}
操作日志
系统操作审计记录,支持按模块、类型、结果筛选
实时监控
CPU / 内存 / 网络 / 磁盘 IO 的秒级实时监控
CPU
{{ monitorCurrent.cpu }}%
负载 {{ monitorCurrent.loadAvg }}
内存
{{ monitorCurrent.mem }}%
{{ monitorCurrent.memUsed }}GB / 32GB
网络入站
{{ monitorCurrent.netIn }} Mbps
峰值 {{ monitorCurrent.netInPeak }} Mbps
网络出站
{{ monitorCurrent.netOut }} Mbps
峰值 {{ monitorCurrent.netOutPeak }} Mbps
CPU 使用率
内存使用率
网络流量
磁盘 IO
进程管理
查看进程资源占用,支持排序与终止
磁盘分析
分区使用、目录占用排行与大文件扫描
{{ p.mount }}
{{ p.used }} / {{ p.total }}
{{ p.filesystem }} · {{ p.type }}
目录占用排行(/)
{{ d.path }}
{{ d.size }}
大文件列表(>100MB)
端口连接
监听端口、活跃连接与 TCP 状态分布
监听端口
{{ listeningPorts.length }}
TCP {{ listeningPorts.filter(p=>p.proto==='tcp').length }} · UDP {{ listeningPorts.filter(p=>p.proto==='udp').length }}
活跃连接
{{ activeConnections.length }}
ESTABLISHED {{ tcpStates.ESTABLISHED }}
TIME_WAIT
{{ tcpStates.TIME_WAIT }}
等待关闭的连接
外部连接
{{ externalConnections }}
来自非本地地址
监听端口
TCP 连接状态分布
活跃连接
系统日志
journalctl 系统日志实时查看与过滤
{{ line.time }}
{{ line.host }}
{{ line.service }}[{{ line.pid }}]:
{{ line.msg }}
防火墙规则
iptables / ufw 规则管理与端口控制
规则总数
{{ fwRules.length }}
INPUT {{ fwRules.filter(r=>r.chain==='INPUT').length }} · OUTPUT {{ fwRules.filter(r=>r.chain==='OUTPUT').length }} · FORWARD {{ fwRules.filter(r=>r.chain==='FORWARD').length }}
开放端口
{{ openPorts.length }}
TCP {{ openPorts.filter(p=>p.proto==='tcp').length }} · UDP {{ openPorts.filter(p=>p.proto==='udp').length }}
允许规则
{{ fwRules.filter(r=>r.action==='ACCEPT').length }}
放行流量
拒绝规则
{{ fwRules.filter(r=>r.action==='DROP'||r.action==='REJECT').length }}
拦截流量
规则列表
SSH 安全
登录历史、失败尝试与 fail2ban 管理
今日登录
{{ sshStats.total }}
成功 {{ sshStats.success }} · 失败 {{ sshStats.failed }}
失败率
{{ sshStats.rate }}%
{{ sshStats.failed }} / {{ sshStats.total }} 次失败
封禁 IP
{{ fail2banBans.length }}
fail2ban 活跃封禁
活跃会话
{{ sshSessions.length }}
当前在线 SSH 连接
登录历史
fail2ban 封禁列表
当前 SSH 配置(sshd_config)
配置备份
配置文件定时备份与一键恢复
备份任务
备份记录
安全巡检
系统安全风险扫描与巡检报告
高危项
{{ securityItems.filter(i=>i.level==='high').length }}
需立即处理
中危项
{{ securityItems.filter(i=>i.level==='medium').length }}
建议尽快修复
低危项
{{ securityItems.filter(i=>i.level==='low').length }}
可择期处理
安全评分
{{ securityScore }}
满分 100
{{ viewingSecurity.desc }}
{{ viewingSecurity.risk }}
{{ viewingSecurity.fix }}
Docker 管理
容器与镜像的可视化管理
运行中容器
{{ dockerContainers.filter(c=>c.status==='running').length }}
共 {{ dockerContainers.length }} 个容器
镜像数量
{{ dockerImages.length }}
总大小 {{ dockerImages.reduce((s,i)=>s+parseFloat(i.size),0).toFixed(1) }} GB
CPU 占用
{{ dockerCpu }}%
所有容器合计
内存占用
{{ dockerMem }} MB
所有容器合计
容器列表
镜像列表
{{ containerLogContent }}
定时任务
crontab 可视化管理与执行历史
任务列表
{{ row.schedule }}
执行历史
分 时 日 月 周
文件管理器
服务器文件浏览、编辑与权限管理
多服务器管理
多服务器分组、切换与批量操作
服务器总数
{{ serverList.length }}
{{ serverGroups.length }} 个分组
在线
{{ serverList.filter(s=>s.online).length }}
可连接
离线
{{ serverList.filter(s=>!s.online).length }}
连接失败
平均负载
{{ avgLoad }}
所有在线服务器
{{ srv.name }}
{{ srv.ip }} · {{ srv.group }}
CPU: {{ srv.cpu }}%
内存: {{ srv.mem }}%
系统: {{ srv.os }}
运行: {{ srv.uptime }}
{{ batchResult }}