*** title: Register Your DGX Station description: >- Register your NVIDIA DGX Station with Brev for SSH access, team sharing, and port forwarding with multi-GPU support. --------------------------------------- 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 * An NVIDIA DGX Station running Linux * A Brev account ([sign up at brev.nvidia.com](https://brev.nvidia.com)) * `sudo` access on the DGX Station ## Registration ```bash curl -fsSL https://brev.nvidia.com/install | bash ``` ```bash brev login ``` ```bash 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. ```bash 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](/guides/registered-compute/register-dgx-spark) 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 * [Managing Registered Compute](/guides/registered-compute/managing-registered-compute) — Sharing, port forwarding, and deregistering * [CLI Reference](/cli/registered-compute) — Full command reference