Windows

Prerequisites

Run as administrator

Setup

To interact with the BrazenCloud utility, you need to either:

  • Set your working directory to the directory where the BrazenCloud utility is located

  • Add the directory where the BrazenCloud utility is located to your PATH environmental variable

For this walkthrough, we will assume that the BrazenCloud utility has already been downloaded and the working directory has been set to where the BrazenCloud utility is located.

For example, if you have downloaded the BrazenCloud utility to your Downloads folder, you can set your working directory in the command prompt with:

cd %USERPROFILE%/Downloads

Or in PowerShell with:

Set-Location ~/Downloads

Installation

From the 'Devices' view, click on the blue 'ADD ENDPOINTS' to get started.

Add endpoints button

This will open the 'Add Endpoints' modal:

Add endpoints Portal

If you haven't yet downloaded the BrazenCloud utility, you have the option to do so here by clicking on the green 'Download' button.

The install command is listed under 'ENROLL USING A TOKEN'. Click on the green 'Copy' button and paste it into your elevated console.

Note: You may have to adjust the command slightly to account for the name of the BrazenCloud utility by adding a .\ in front of runway and a .exe after. The full command would look similar to:

.\runway.exe -S portal.runway.host install -t <token>

Installation success

After executing the install command you should see in your command prompt window the following:

> Installation success!
> Exiting.
BrazenAgent install finished with code (0)

Now, if you switch back to the BrazenCloud portal, you should see your endpoint on the device list, with a green circle to show that the BrazenAgent is active and ready to be assigned a Job.

Last updated