After downloading
Server
The server package installs the bor-server binary, a default configuration, and a systemd unit. Start it with:
systemctl enable --now bor-server
Open https://your-server:8443 in your browser. TLS certificates and the internal CA are auto-generated on first run and stored in /var/lib/bor/pki/. See the Server guide for configuration options.
Agent
Create
/etc/bor/config.yaml:server: address: "your-server:8443"Generate a one-time enrollment token in the web UI under Node Groups.
Enroll the agent:
bor-agent --token <TOKEN>Start the agent service:
systemctl enable --now bor-agent
See the Agent guide for full configuration options.