哪吒监控Agent安装链接转换器

自动转换哪吒监控Agent安装命令参数,支持Linux、Mac和Windows PowerShell命令

命令转换

使用GitHub加速站

Linux/Mac命令示例(不带NZ_UUID参数):

curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/agent/install.sh -o agent.sh && chmod +x agent.sh && env NZ_SERVER={域名|IP + 端口} NZ_TLS={true|false} NZ_CLIENT_SECRET={Agent鉴权密钥} ./agent.sh

Linux/Mac命令示例(带NZ_UUID参数):

curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/agent/install.sh -o agent.sh && chmod +x agent.sh && env NZ_SERVER={域名|IP + 端口} NZ_TLS={true|false} NZ_CLIENT_SECRET={Agent鉴权密钥} NZ_UUID={Agent UUID} ./agent.sh

Windows PowerShell命令示例(不带NZ_UUID参数):

$env:NZ_SERVER="{域名|IP + 端口}";$env:NZ_TLS="{true|false}";$env:NZ_CLIENT_SECRET="{Agent鉴权密钥}"; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Ssl3 -bor [Net.SecurityProtocolType]::Tls -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12;set-ExecutionPolicy RemoteSigned;Invoke-WebRequest https://raw.githubusercontent.com/nezhahq/scripts/main/agent/install.ps1 -OutFile C:install.ps1;powershell.exe C:install.ps1

Windows PowerShell命令示例(带NZ_UUID参数):

$env:NZ_SERVER="{域名|IP + 端口}";$env:NZ_TLS="{true|false}";$env:NZ_CLIENT_SECRET="{Agent鉴权密钥}";$env:NZ_UUID="{Agent UUID}"; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Ssl3 -bor [Net.SecurityProtocolType]::Tls -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12;set-ExecutionPolicy RemoteSigned;Invoke-WebRequest https://raw.githubusercontent.com/nezhahq/scripts/main/agent/install.ps1 -OutFile C:install.ps1;powershell.exe C:install.ps1

服务器配置

当前服务器: 未选择 0 个配置
正在加载配置...
下一次刷新: --

配置说明:

  • 点击右上角切换按钮选择不同的哪吒监控服务器
  • 每个服务器后端有独立的配置文件
  • 配置文件修改后会自动重新加载(或点击刷新按钮)
  • 图标支持 Font Awesome 类名或图片URL
  • 网络类型支持:v4 (IPv4), v6 (IPv6), dual (双栈)
  • 测速使用 /apple-touch-icon.png 图片
  • 配置文件刷新间隔:成功5分钟,失败30秒