{{ pageTitle }}
{{ currentServer.name }} · {{ currentServer.ip }}
{{ apiConnected ? '已连接' : '演示模式' }}
R
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 : '已停止' }}
{{ svc.running ? '运行中' : '已停止' }}
证书到期预警{{ expiringCerts.length }} 张需关注
所有证书状态正常
{{ cert.domain }}
{{ cert.daysLeft > 0 ? '剩余 ' + cert.daysLeft + ' 天' : '已过期' }}
续期
最近操作动态
{{ act.text }}
{{ act.time }}
新增配置
总请求数
{{ 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
upstream {{ us.name }} {{ us.strategy }}
添加节点 删除
服务状态
{{ 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 }}
代理隧道列表
证书总数
{{ certificates.length }}
覆盖 {{ certificates.length }} 个域名
正常有效
{{ certStats.normal }}
剩余天数 > 30 天
即将到期
{{ certStats.warning }}
剩余 ≤ 30 天
已过期
{{ certStats.expired }}
需立即处理
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
按 CPU 排序 按内存排序 按 PID 排序
共 {{ filteredProcesses.length }} 个进程
{{ p.mount }}
{{ p.used }} / {{ p.total }}
{{ p.filesystem }} · {{ p.type }}
目录占用排行(/)
{{ d.path }} {{ d.size }}
大文件列表(>100MB)
监听端口
{{ 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 连接状态分布
活跃连接
{{ filteredSyslog.length }} 条匹配
{{ line.time }} {{ line.host }} {{ line.service }}[{{ line.pid }}]: {{ line.msg }}
规则总数
{{ 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 }}
拦截流量
规则列表
允许丢弃拒绝
今日登录
{{ sshStats.total }}
成功 {{ sshStats.success }} · 失败 {{ sshStats.failed }}
失败率
{{ sshStats.rate }}%
{{ sshStats.failed }} / {{ sshStats.total }} 次失败
封禁 IP
{{ fail2banBans.length }}
fail2ban 活跃封禁
活跃会话
{{ sshSessions.length }}
当前在线 SSH 连接
登录历史
fail2ban 封禁列表
当前 SSH 配置(sshd_config)
22 prohibit-password no yes 3 300
备份任务
备份记录
高危项
{{ securityItems.filter(i=>i.level==='high').length }}
需立即处理
中危项
{{ securityItems.filter(i=>i.level==='medium').length }}
建议尽快修复
低危项
{{ securityItems.filter(i=>i.level==='low').length }}
可择期处理
安全评分
{{ securityScore }}
满分 100
全部 高危 中危 低危 已通过
上次巡检: {{ lastScanTime }}

{{ viewingSecurity.desc }}

风险说明

{{ viewingSecurity.risk }}

修复建议

{{ viewingSecurity.fix }}

运行中容器
{{ 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 }}
任务列表
执行历史
分 时 日 月 周
保存取消
/etc /var/log /home /root / {{ currentPath }}
服务器总数
{{ serverList.length }}
{{ serverGroups.length }} 个分组
在线
{{ serverList.filter(s=>s.online).length }}
可连接
离线
{{ serverList.filter(s=>!s.online).length }}
连接失败
平均负载
{{ avgLoad }}
所有在线服务器
{{ srv.name }}
{{ srv.ip }} · {{ srv.group }}
{{ srv.online?'在线':'离线' }}
CPU: {{ srv.cpu }}%
内存: {{ srv.mem }}%
系统: {{ srv.os }}
运行: {{ srv.uptime }}
切换
SSH 密钥密码
{{ batchResult }}
保存路径:/etc/nginx/conf.d/
保存配置 取消
保存后建议执行「配置测试」再「重载 Nginx」
访问日志错误日志
{{ currentLogContent }}

{{ previewingTemplate.desc }}

应用到新站点 关闭
保存取消
保存并重载取消
到期前自动续期 WebrootDNS 验证Standalone 最多 {{ renewalRules.retryCount }} 次 保存规则取消 {{ viewingCert.domain }} {{ viewingCert.issuer }} {{ viewingCert.algorithm }} {{ viewingCert.issueDate }} {{ viewingCert.expireDate }} {{ viewingCert.daysLeft }} 天 {{ viewingCert.autoRenew ? '已开启' : '已关闭' }} {{ viewingCert.certPath }} {{ viewingCert.keyPath }}
{{ n.title }}{{ n.time }}
{{ n.content }}