---
title: "Register DGX Station to Brev — Instructions"
canonical: "https://build.nvidia.com/station/brev/instructions.md"
---

# Step 1. Log in to Brev

Go to the [Brev UI](https://brev.nvidia.com), log in, and confirm you’re in the correct org (by clicking the org button on the upper-right side of the page). Once logged in, go to the [Registered Compute](https://brev.nvidia.com/org/environments?tab=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.

# Step 2. 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

# Step 3. Follow Registration Flow

In the CLI, you’ll be walked through registration. Go through the flow until registration is complete.

# Step 4. Confirm DGX Station in Brev UI

* Go to the [Brev UI](https://brev.nvidia.com)
* Navigate to the [Registered Compute](https://brev.nvidia.com/org/environments?tab=registered-compute)
* Confirm that the DGX Station appears as a registered node with a **Connected** status 

# Step 5. 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:

* **Share Access Anywhere:** Access your machine from anywhere and share access with others through the Brev UI by:
* Adding the user to your [Team](https://brev.nvidia.com/org/team)
* Navigating to your instance in the [Registered Compute](https://brev.nvidia.com/org/environments?tab=registered-compute) section
* In **SSH Access** section of the instance, search for the user you wish to add and click **Modify Access** to enable access

# Step 6. 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:

```bash
brev deregister
```

In the UI:
* Go to the [Brev UI](https://brev.nvidia.com)
* Navigate to the section listing “GPU Environments” and look under “Registered Compute”
* Click the “Remove” menu item on the DGX Station you wish to delete from Brev.
* Confirm your selection.