Register Your DGX Station

View as Markdown

Register your NVIDIA DGX Station with Brev to enable SSH access, share it with your team, and forward ports. The registration process is the same as other hardware — Brev automatically detects your multi-GPU configuration and NVLink topology.

Prerequisites

Registration

1

Install the Brev CLI

$curl -fsSL https://brev.nvidia.com/install | bash
2

Log in to Brev

$brev login
3

Register your DGX Station

$brev register "My DGX Station"

Brev auto-detects your DGX Station’s hardware profile including:

  • Multiple GPUs and their memory
  • NVLink interconnect topology
  • CPU, RAM, and storage

This requires sudo access. NetBird is installed as a systemd service for secure mesh connectivity.

4

Enable SSH access

$brev enable-ssh

Enter the SSH port when prompted (default: 22).

Your DGX Station is now registered with its full hardware profile visible in Brev.

Connecting and Sharing

The workflow is identical to other registered compute. See the DGX Spark guide for detailed instructions on:

  • Connecting with brev shell
  • Sharing with brev grant-ssh and brev revoke-ssh
  • Port forwarding with brev port-forward

Next Steps