Setup Keys

Use a key to enroll servers to your account. Click any key to see its install & uninstall commands.

Generate New Key

Your Keys (0)

Click a key to see commands

Loading…

🗑 Agent uninstall command (reference)

Run this on any host to completely remove the SysMonit agent:

sudo systemctl stop update-agent 2>/dev/null; sudo systemctl disable update-agent 2>/dev/null; sudo rm -f /usr/local/bin/update-agent /etc/systemd/system/update-agent.service; sudo rm -rf /etc/update-agent /var/lib/update-agent; sudo systemctl daemon-reload; echo "Agent uninstalled."