直播管理系统

客户端授权管理

{{loginError}}

默认账号: admin / admin888

直播管理系统

仪表盘

客户端总数
{{stats.client_count || 0}}
在线客户端
{{stats.client_online || 0}}
离线客户端
{{(stats.client_count || 0) - (stats.client_online || 0)}}
代理服务
{{proxyStatus.status || '检查中...'}}
连接: {{proxyStatus.details.clients}} · {{proxyStatus.details.memory}}MB

客户端状态

{{c.name}}
{{c.client_key}}
{{c.live_status === 'online' ? '在线' : '离线'}}
心跳: {{formatTime(c.last_heartbeat)}}
IP: {{c.last_ip}}
{{c.description}}
暂无客户端

最近日志

{{formatTime(log.created_at)}} [{{log.client_name}}] {{log.content}}
暂无日志

客户端管理

{{c.name}} {{c.enabled ? '已启用' : '已禁用'}}
Key: {{c.client_key}}
{{c.description}}
{{formatTime(c.last_heartbeat)}} {{c.last_ip}}
暂无客户端,点击右上角添加

{{editingClient.id ? '编辑客户端' : '添加客户端'}}

设置后,在本地 Web 界面访问配置页面需要输入此密钥;通过远程管理进入则无需密钥

API Key

客户端: {{apiKeyClient.name}}

{{apiKeyClient.api_key}}

请妥善保管 API Key,它用于客户端激活和认证

{{ apiKeyClient.device_fingerprint ? '已绑定设备' : '未绑定设备' }}

指纹: {{ apiKeyClient.device_fingerprint.substring(0, 16) }}...

远程管理: {{remoteClient.name}}

{{remoteClient.client_key}}
连接中... 已连接 连接失败

正在连接客户端...

{{toast.msg}}