Skip to content

Install Host Agent

Install the Host Agent on servers and workstations you want in the CMDB. Deployment is typically handled by your IT team using the same tools you use for other endpoint software (GPO, Microsoft Intune, Ansible, or manual install).

ItemDetails
SiteEach enrollment key is scoped to a site in Monozu Cloud
Enrollment keyGenerated by a tenant administrator; time-limited
NetworkOutbound HTTPS to api.cloud.monozu.io (and local LAN access to the edge appliance when present)
ApprovalAfter install, agents appear as pending until approved — Approve Host Agents
  1. Sign in to https://cloud.monozu.io as a tenant administrator.

  2. Open Settings and navigate to Host Agents (or Sites → Host enrollment for your tenant build).

  3. Select the target site.

  4. Click Generate enrollment key. Copy the key immediately — it may not be shown again.

  5. Note the key expiry. Generate a new key if rollout is delayed beyond the validity window.

  1. Download the Host Agent MSI from the distribution channel Monozu provides for your tenant.
  2. Run the installer. When prompted, enter the enrollment key and confirm the site.
  3. Complete the wizard. The service starts automatically.

Use your standard software deployment with the enrollment key supplied as an installer property or environment variable:

ENROLLKEY=<your-enrollment-key>

Exact MSI properties are documented in the package readme from Monozu. Test on a pilot machine before wide deployment.

  1. Install the package Monozu provides (.deb or .rpm for your distribution).

  2. Set the enrollment key in the agent configuration file or environment:

    Terminal window
    export ENROLLKEY=<your-enrollment-key>
  3. Enable and start the systemd service:

    Terminal window
    sudo systemctl enable --now monozu-host-agent

Adjust service name if your package uses a different unit name from Monozu delivery notes.

  • On the host: confirm the agent service is running.
  • In Monozu Cloud: open Settings → Host Agents → Pending (or equivalent) — the host should appear within a few minutes.
  • Approve the host to begin inventory uploads.
SymptomWhat to try
Host not in Pending listCheck outbound HTTPS to api.cloud.monozu.io; verify key not expired
Install failsConfirm OS version supported; check installer logs on the host
Service stopsReview host logs; contact Monozu support with site and hostname

See Troubleshooting for more scenarios.