Configuration reference
Agent parameters and YAML
The Agent accepts YAML, command-line parameters, and interactive input. Command-line parameters override YAML values.
What this page is for:
Look up Agent configuration sources, command-line parameters, YAML examples, and the server RBAC model that controls which managers can see each agent service.
Configuration lookup order
--config PATHor theCONFIGenvironment variable.agent.yamlbeside the executable.ssh-link-agent.yamlorconfig.yamlbeside the executable.- Interactive prompt when required values are missing.
Useful command-line parameters
--server-url relay.kvasetech.com
--agent-id WINDOWS-PC
--token AGENT_TOKEN
--service-name ssh-local
--service-host 127.0.0.1
--service-port 22
--service ssh-local=127.0.0.1:22
Agent YAML
server_url: https://relay.kvasetech.com
agent_id: windows-office-pc
token: replace-with-agent-token
services:
- name: ssh-local
host: 127.0.0.1
port: 22
RBAC example
Manager tokens define which agents and service names are visible and connectable.
Server RBAC YAML example