Download Bor

Packages for major Linux distributions — x86_64, aarch64, and ppc64le.

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

  1. Create /etc/bor/config.yaml:

    server:
      address: "your-server:8443"
    
  2. Generate a one-time enrollment token in the web UI under Node Groups.

  3. Enroll the agent:

    bor-agent --token <TOKEN>
    
  4. Start the agent service:

    systemctl enable --now bor-agent
    

See the Agent guide for full configuration options.