{% extends "base.html" %} {% block title %}仪表盘 · frps-manager{% endblock %} {% block content %}
frpc 配置 token = ... 字段用此值。轮换会让所有连接断掉。
{{ server_token }}
尚无客户端连接
{% else %}| 用户 (frpc [common] user) | 客户端 ID | 版本 | NAT | 连接数 |
|---|---|---|---|---|
{{ c.user or '(unnamed)' }} |
{{ c.clientID[:12] }}… |
{{ c.version }} | {{ c.nat }} | {{ c.conn_count }} |
尚无活跃代理
{% else %}| 名称 | 类型 | 状态 | 流量 in | 流量 out | 来自 frpc |
|---|---|---|---|---|---|
{{ p.name }} |
{{ p.type }} | {% if p.status.phase == 'online' %}在线 {% else %}离线{% endif %} | {{ p.status.todayTrafficIn|fmt_bytes }} | {{ p.status.todayTrafficOut|fmt_bytes }} | {{ p.clientID[:12] or '-' }}… |