Skip to content
English
  • There are no suggestions because the search field is empty.

How do I troubleshoot the OptiFleet agent?

The agent can be restarted, and troubleshoot with the agent logs.

Troubleshooting the Agent

Here are some other commands you can run for troubleshooting.

Stop and start the agent.

sudo systemctl stop optifleet-agent

sudo systemctl start optifleet-agent

View agent logs

View most recent logs:

sudo journalctl -u optifleet-agent 

View logs in real time:

sudo journalctl -u optifleet-agent -f

(Ctrl-c to stop real time logs)