正在连接授权服务…

{{ pageTitle }}

SERVER TIME{{ serverTime }}
{{ user.name ? user.name.slice(0,1) : 'A' }}

LICENSE AUTHORITY / LIVE

授权网络运行正常

过去 24 小时有 {{ dashboard.installations.checked_today || 0 }} 个安装实例成功续签。

7DGRACE
有效授权
{{ dashboard.licenses.active || 0 }}共 {{ dashboard.licenses.total || 0 }} 份授权
活跃安装
{{ dashboard.installations.active || 0 }}注册 {{ dashboard.installations.total || 0 }} 个实例
暂停 / 撤销
{{ (dashboard.licenses.suspended || 0) + (dashboard.licenses.revoked || 0) }}终止租约即时生效
已过期
{{ dashboard.licenses.expired || 0 }}不可继续续签

AUDIT STREAM

最近活动

{{ eventLabel(event.event_type) }}

{{ event.license_no || event.install_id || event.ip || '系统事件' }}

暂无审计事件
授权 / 客户绑定域名状态安装到期时间操作
{{ item.license_no }}{{ item.customer_name }}{{ item.licensed_domain }}ID {{ item.code_id }}{{ statusLabel(item.effective_status) }}{{ item.installation_count }} / {{ item.max_installations }}
还没有符合条件的授权
安装实例客户 / 授权状态版本最后续签来源 IP操作
{{ item.domain }}{{ item.install_id }}{{ item.customer_name }}{{ item.license_no }}{{ item.status==='active'?'活跃':'已停用' }}{{ item.app_version || '—' }}{{ item.last_check_at || '尚未续签' }}{{ item.last_ip || '—' }}
暂无安装实例

IMMUTABLE TRAIL

审计日志

时间事件发起方授权 / 安装IP详情
{{ item.created_at }}{{ eventLabel(item.event_type) }}{{ item.event_type }}{{ item.actor_type }} · {{ item.actor_id || '—' }}{{ item.license_no || '—' }}{{ item.install_id || '' }}{{ item.ip || '—' }}{{ JSON.stringify(item.details) }}

CLIENT INTEGRATION

三步完成在线授权

首次用授权码激活,此后每天仅用安装令牌续租。客户系统断网时验证本地租约,最迟使用到 grace_until

POST/api/v1/licenses/activate/
POST/api/v1/licenses/check/
POST/api/v1/licenses/deactivate/

PUBLIC VERIFY KEY

{{ publicKey.key_id || '加载中' }}

{{ publicKey.public_key }}

客户端只部署此公钥。私钥位于 Web 根目录之外,不可进入 Git 或客户程序。

LEASE RESPONSE

签名租约结构

{
  "key_id": "rsa-2026-01",
  "payload": "Base64Url(raw JSON)",
  "signature": "Base64Url(RSA-SHA256 signature)"
}