← Back to Guides

How to Install the Nova AI Agent

5 min read Getting Started

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.

Nova Agent Installation

Prerequisites

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.

curl -sL https://install.novaaiops.com | sudo NOVA_API_KEY=YOUR_API_KEY bash
3

Verify the agent is running

Check the agent status to confirm it started successfully.

sudo systemctl status nova-agent

You should see active (running) in the output.

4

Configure the agent (optional)

Edit the configuration file to customize data collection, log paths, or proxy settings.

sudo nano /etc/nova-agent/nova-agent.yaml
5

Check the Nova dashboard

Go back to app.novaaiops.com. Within 30 seconds, your host will appear on the Infrastructure page with live metrics.

Tip:

For Docker environments, use our official container image: docker run -d --name nova-agent -e NOVA_API_KEY=YOUR_KEY novaaiops/agent:latest

6

Install on additional hosts

Repeat steps 2-3 on every server you want to monitor. All hosts share the same API key and appear automatically in your Nova dashboard.

Troubleshooting

Ready to get started?

Install the Nova agent on your infrastructure and start monitoring in minutes.

Start Free Trial