🖥️ ServerStatus Monitor

GitHub
离线 0 台服务器 0 UUID devices

📚 快速开始

🚀 一键安装监控代理

curl -L https://release.serverstatus.ltd/monitor-agent-linux -o monitor-agent && chmod +x monitor-agent && ./monitor-agent -key public

📋 分步骤安装

选择您的系统和架构:

1
下载代理程序
wget https://release.serverstatus.ltd/monitor-agent-linux -O monitor-agent
2
设置执行权限
chmod +x monitor-agent
3
运行程序
./monitor-agent -key public

💡 使用提示

显示在公共面板:使用 -key public 参数让服务器显示在此公共面板
后台运行:可以使用 screentmux 等工具将程序放在后台运行
停止监控:pkill monitor-agent
检查运行状态:ps aux | grep monitor-agent