{$layout} {$template "/code_editor"} {$template "reporter_menu"}
名称 {{reporter.name}}
状态 禁用 离线 在线
区域 {{reporter.location}} {{reporter.status.location}} 没有设置
网络提供商 {{reporter.isp}} {{reporter.status.isp}} 没有设置
允许的终端IP
{{ip}}
没有设置

安装信息

节点ID {{reporter.uniqueId}}
节点Secret {{reporter.secret}}
命令行 查看命令行

Linux、Mac OS X:

edge-reporter run -api=[API HOST] -node-id={{reporter.uniqueId}} -secret={{reporter.secret}}

Windows:

edge-reporter.exe run -api=[API HOST] -node-id={{reporter.uniqueId}} -secret={{reporter.secret}}

把上面命令行中的[API_HOST]换成你的API节点地址,包括协议、主机名端口。