Navigate to Atatus Dashboard --> Settings --> Account Settings --> License Keys. You can obtain the Infra License Key.

Docker

Run Atatus infra agent as image with below config

sudo docker run -d -e ATATUS_LICENSE_KEY="YOUR_LICENSE_KEY" \
  --user=root \
  --volume="/var/lib/docker/containers:/var/lib/docker/containers:ro" \
  --volume="/var/run/docker.sock:/var/run/docker.sock:ro" \
  --volume="/sys/fs/cgroup:/hostfs/sys/fs/cgroup:ro" \
  --volume="/proc:/hostfs/proc:ro" \
  --volume="/:/hostfs:ro" \
  -it atatus/atatus-infra-agent:3.1.0 -- -c /etc/atatus-infra-agent/ -system.hostfs=/hostfs