NodeRingsDocs

CLI & automation

Jump to the nr CLI docs for install, auth, service accounts, and cluster register

The nr CLI is the automation path for registering and operating provider agent clusters. Full documentation lives in its own section, structured for learning, tasks, lookup, and deeper understanding.

TopicGuide
What the agent installsAgents
Lifecycle hook scriptsHook Scripts
Roles and service accountsAccess control
Full marketplace onboardingGet started (Proxmox) · Get started (VirtFusion) · Get started (SolusVM 2)
Connect failuresTroubleshooting
export NR_API_TOKEN='<service-account-token>'
echo $NR_API_TOKEN
nr cluster register \
  --name edge-ams-01 \
  --agent-ip 203.0.113.10 \
  --gateway-region AMS01 \
  --org-id <org-uuid>
nr cluster verify --name edge-ams-01 --org-id <org-uuid>