Skip to main content
Odigos VM Agent is currently available with the Odigos Pro plan. Contact us for more info
  1. After setting up Odigos repositories, odigos package is available through system’s package manager:
  • APT
  • DNF
sudo apt update
sudo apt install odigos
  1. Add your Odigos Pro license key to the agent configuration file /etc/odigos-vmagent/service.yaml:
on_prem:
  token: "<your_license_key>"
  1. Start the Odigos VM Agent systemd service:
sudo systemctl enable --now odigos-vmagent
Odigos VM Agent is now installed on your system and enabled as a systemd service.
I