
Docker 部署
docker run -d \
--name pulse-monitor \
-p 8008:8008 \
-v $(pwd)/pulse-data:/app/data \
--restart unless-stopped \
xhh1128/pulse:latest查看监控面板
访问 http://YOUR_IP:8008 查看监控面板
客户端删除命令
systemctl stop pulse-client && systemctl disable pulse-client && rm -rf /opt/pulse/pulse-client /etc/systemd/system/pulse-client.service服务端删除命令
systemctl stop pulse-server && systemctl disable pulse-server && rm -rf /opt/pulse /etc/systemd/system/pulse-server.service