Skip to content

Configure the Agent

Goal: Adjust the agent's configuration after install — for cameras, capabilities, and settings.

The bootstrap command already writes a working configuration and sets up identity and mutual TLS. You only need this page when you want to change something, such as which cameras to use or which capabilities the robot advertises. Identity and TLS are configured automatically during enrollment and rarely need manual edits.

Before you begin

Config files reference

The agent's config files, identity/TLS fields, and precedence rules are documented in the Configuration reference. For everyday changes you mostly edit <state_dir>/robot.toml (default /var/lib/rdyn/robot/robot.toml); identity and TLS are written during enrollment and rarely need hand edits.

What to edit

After editing any config, restart the service so the changes take effect:

sudo systemctl restart rover-agent

Next steps