Skip to main content
The Toolkit is a single static binary. It collects service state (systemd), system metrics, and infrastructure topology, and streams them to AO Cloud over an outbound mTLS channel.

Requirements

  • Linux (x86_64 or arm64)
  • Outbound HTTPS/gRPC to AO Cloud
  • Root (or equivalent) to observe system services

Install

# Copy the exact command — including your enrollment token — from the dashboard
curl -fsSL https://get.automatedoperations.com | sh -s -- --token <enrollment-token>

What enrollment does

  1. The Toolkit generates a keypair on the host — private keys never leave the machine.
  2. It exchanges your one-time enrollment token for a short-lived mTLS client certificate.
  3. Certificates renew automatically in the background for the life of the install.

Verify

Your host appears in the dashboard within seconds of enrollment, reporting service status and system metrics.