The Nova AI agent is a lightweight daemon that collects metrics, logs, and traces from your infrastructure and sends them to the Nova platform. This guide walks you through installing the agent on Linux, macOS, or within a Docker container.
Watch it live · Under 1 minute
nova install · terminal walkthrough
Click to watch fullscreen
bash · install.shubuntu@prod-01
$curl -fsSL https://get.novaaiops.com | sh
==> Fetching nova-agent v1.2.4 (linux/aarch64)
==> Verifying signature... OK
==> Installing /usr/local/bin/nova-agent
==> Writing /etc/nova/config.yaml
==> Enabling systemd unit nova-agent.service
==> agent v1.2.4 installed
$systemctl status nova-agent
● nova-agent.service — Nova AI Agent
Active: active (running) since 12:04:22 UTC
Services registered
nginx http:443
postgres db:5432
redis cache:6379
node-api app:3000
Prerequisites
A Nova AI Ops account (free trial works)
A server or VM running Linux (Ubuntu 20.04+, CentOS 7+, Amazon Linux 2+) or macOS 12+
Root or sudo access
Your Nova API key (found in Settings > API Keys)
Installation Steps
1
Get your API key
Log into app.novaaiops.com, navigate to Settings > API Keys, and copy your agent installation key.
2
Run the install script
SSH into your server and run the one-line installer. Replace YOUR_API_KEY with the key from step 1.