Update agents to the latest version.
curl -sSL https://your-control-plane.com/update.sh | sudo bash
# For x86_64 curl -fsSL https://github.com/techulus/cloud/releases/latest/download/agent-linux-amd64 \ -o /usr/local/bin/agent chmod +x /usr/local/bin/agent # For arm64 curl -fsSL https://github.com/techulus/cloud/releases/latest/download/agent-linux-arm64 \ -o /usr/local/bin/agent chmod +x /usr/local/bin/agent
sudo systemctl restart techulus-agent
sudo systemctl status techulus-agent sudo journalctl -u techulus-agent -n 20
Was this page helpful?