主 题:LazyCat 将军免费鸡安装komari教程
发 布 者:SunnyJun
标签分类: 技术
时 间:2026-07-14 04:57:10
内容预览:Komari Agent 安装教程1. 面板 DNS 切代理Cloudflare → DNS → 面板域名(如 monitor.example.com)→ 开启小黄云(proxied=true)验证:dig +short monitor.example.com 应返回 Cloudflare IP:172.67.x.x / 104.21.x.x2. 下载 Agentmkdir -p /opt/komaricurl -fL -o /opt/komari/agent \ "https://github.com/komari-monitor/komari-agent/releases/latest/download/komari-agent-linux-amd64"chmod +x /opt/komari/agentarm64 替换为 komari-agent-linux-arm64若 GitHub 不通,将下载文件放面板同域下通过 https://example.com/path/komari-agent-linux-amd64 获取3. 启动nohup /opt/komari/agent \ -e https://monitor.example.com \ -t YOUR_TOKEN \ --disable-web-ssh \ --exclude-nics lo,docker0,br-,veth \ %26gt%3b/var/log/komari-agent.log 2%26gt%3b%261 %26参数说明:-e:面板地址-t:agent token--disable-web-ssh:关闭 web SSH--exclude-nics:排除虚拟网卡接口4. 验证面板确认节点上线 / 检查日志:tail -f /var/log/komari-agent.log5. 持久化(可选)写入 /etc/loc
直达链接: https://www.nodeseek.com/post-820636-1
 
 
Back to Top