Register DGX Station to Brev
Link your DGX Station to Brev for remote access and sharing
Log in to Brev
Go to the Brev UI, log in, and confirm you’re in the correct org (by clicking the org button on the top right-hand side of the page). Once logged in, go to the Registered Compute section under the "GPU" tab in the main navigation.
Click the “Register Compute” button and follow the instructions in the pop-up window.
Complete Pop-up Instructions
- Install the Brev CLI
- Configure your compute
- Add a name for compute
- To configure SSH, ensure the “Enable SSH access” toggle is on
- Run the registration command
IMPORTANT
Run the Brev CLI install command without sudo. Prefixing the installer with sudo writes the brev binary into root's home directory, which is not on your user shell's PATH — the next command will fail with brev: command not found. Copy the install command from the pop-up and run it as your normal user.
Follow Registration Flow
In the CLI, you’ll be walked through registration. Go through the flow until registration is complete.
Confirm DGX Station in Brev UI
- Go to the Brev UI
- Navigate to the Registered Compute
- Confirm that the DGX Station appears as a registered node with a Connected status
Next Steps
Your DGX Station is now integrated into Brev as a secure, remotely accessible GPU environment.
Now that your hardware is connected, you can:
- Access your machine from anywhere: Open the Brev UI and launch a session from Registered Compute.
- Share access with others: Invite teammates to your DGX Station from the Brev UI:
- Go to the Brev UI and open Registered Compute.
- Find your DGX Station in the list and open the row's three-dot (⋯) menu.
- Select Share Access.
- Enter the email address of the person you want to share with.
- Choose their role / permission level.
- Confirm to send the invitation.
Cleanup
If you ever decide to unregister your DGX Station with Brev, you can either do so through the Brev UI or the Brev CLI.
With the CLI simply run:
brev deregister
In the UI:
- Go to the Brev UI
- Navigate to the section listing “GPU Environments” and look under “Registered Compute”
- Click the “Remove” menu item on the device you wish to delete from Brev.
- Confirm your selection.