Skip to content

Tools & Clients

Every b'nerd Cloud resource is accessible via multiple surfaces — choose the one that fits your workflow.

CLI — bnerd

The bnerd CLI is the fastest way to work with the platform from a terminal. It covers every service: compute, DNS, Kubernetes, object storage, billing, VPN, and more. Full documentation lives at cli.docs.bnerd.com.

# Authenticate
bnerd auth login

# List your organizations
bnerd organizations list

Terraform Provider

The Terraform provider lets you manage b'nerd Cloud resources declaratively as infrastructure-as-code. Use it with the standard Terraform workflow (planapply) for reproducible, version-controlled infrastructure.

terraform {
  required_providers {
    bnerd = { source = "bnerd-cloud/bnerd" }
  }
}

Terraform Modules

Reusable Terraform modules for common patterns — including the ipsec-gateway module for site-to-site VPN connectivity.

Dashboard

The web Dashboard at app.bnerd.cloud provides a graphical interface for all platform services. It is built on Nuxt 4 and authenticates against HQ API v1 — the same API the CLI and Terraform provider use.