Installation complete

The probo-agent binary is installed. The Probo icon should appear in the menu bar (or at your next login). To enroll, open the menu and choose Enroll via…, then pick United States, European Union, or Self hosted…. Finish enrollment in your browser; when it succeeds, the menu shows Connected and the agent service starts automatically.

If MDM already enrolled the device during installation, the menu bar helper should already show Connected.

Administrators can also finish setup from a Terminal:

sudo probo-agent install \
    --server https://your-probo-host.example.com \
    --enrollment-token <ENROLLMENT_TOKEN>

Inspect the agent

sudo probo-agent status
sudo probo-agent collect

Uninstall

sudo probo-agent uninstall

Logs are written to /var/log/probo-agent.log. The installer's own log lives at /var/log/probo-agent-install.log.