# AMD DASH

DASH (Desktop and mobile Architecture for System Hardware) is a client management standard released by the DMTF (Distributed Management Task Force) for secure out-of-band and remote management of desktops and mobile systems.

Client systems that support out-of-band management help IT administrators perform tasks independent of the power state of the machine or the state of the operating system. Examples of out-of-band management tasks include:

* Securely starting up a system remotely, even if it is currently powered off
* Viewing asset inventory information for a system that is powered off
* Retrieving health information about system components even if the OS is unavailable.

{% hint style="info" %}
DeviceOn currently integrates power management but does not include VNC capabilities. This omission is due to the proprietary nature of the VNC server, which is incompatible with VNC viewers.
{% endhint %}

{% hint style="danger" %}
Note that the <mark style="color:blue;">**DeviceOn Server must be**</mark> <mark style="color:blue;">**on the same local network**</mark> as the edge device.
{% endhint %}

## Steps for Enabling

In the following example, we will use the Advantech EBC-V001 for illustration purposes.

**Step 1**: Enable DASH from BIOS

To enable the Realtek DASH function, follow these steps:

1. Navigate to the **Advanced** settings.
2. Select **Realtek Dash Configuration**.
3. Set the **Realtek Dash function** to **Enable**

<figure><img src="/files/7nyJOXlCgPVGYwer6Mwy" alt=""><figcaption></figcaption></figure>

**Step 2**: Dash Setup Guide

To configure DASH, navigate through the following steps:

1. Click on **Advanced**.
2. Select **Realtek PCI GBE Family Controller**.

<figure><img src="/files/qdctLDDLXbZ5vcWsJlk7" alt=""><figcaption></figcaption></figure>

3. Choose **RealManage Setup**.

<figure><img src="/files/BQbr4DJtaKeIKRr3O5PI" alt=""><figcaption></figcaption></figure>

To modify the DASH configuration, you must enter your **username** and **password** if you have previously set up an account.&#x20;

<figure><img src="/files/zXVUcrfEvwWMGYWEpQo0" alt=""><figcaption></figcaption></figure>

For first-time users, you need to create an account follow these steps:

1. Go to **Setup and Configuration**
2. Select **Security Configuration**
3. Choose **Modify username and password**

<figure><img src="/files/QquAhbxyzeJG1NCrS3EM" alt=""><figcaption></figcaption></figure>

4. After setting up your account and password, proceed to configure the network. Navigate to "**TCP/IP Configuration**" and enable DHCPv4. It is recommended to acquire the IP address from the DHCP server, similar to the in-band system.

<figure><img src="/files/E8qwYqFzTBlN7Fo4bwjG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Qr25iM1b6U0k0j1EgIgB" alt=""><figcaption></figcaption></figure>

5. Return to the **RealManage Setup** and ensure to **save** your configuration settings.

<figure><img src="/files/2M6UVRJj5PSr3vAKA9Ss" alt=""><figcaption></figcaption></figure>

## Connect and Verify

Realtek offers a management tool known as the "**Realtek Management Console**." To connect and verify an AMD DASH device on your laptop, ensure both devices are on the same network.

<figure><img src="/files/2nHwkbW5iVSNgiZ5EXwI" alt=""><figcaption></figcaption></figure>

To login to your DASH device, enter the **IP address**, along with the **username** and **password** you set up previously. Please ensure you connect through port **623** and verify that your device's firewall settings allow traffic on this port.&#x20;

<figure><img src="/files/hZqquaZYeAEfUlcHSfyu" alt=""><figcaption></figcaption></figure>

After logging in, the manageability interface displays a submenu with monitoring information and functions, including **Computer Information**, **Hardware Details**, **Operating System Details**, **Software Inventory**, **Remote Control**, **Boot Control**, **Event Log**, **Account Management**, **Role Management**, **Network Settings**, **Alert Notifications**, and **KVM Redirection**.

## Configure the DeviceOn Agent

To apply the changes, enable AMD DASH, configure the account credentials, and then reconnect to the DeviceOn server.

<figure><img src="/files/mFenCM3z9hi2Fu6TRxN6" alt=""><figcaption></figcaption></figure>

If the configuration is correct, the DeviceOn Server will attempt to connect to the device's DASH. After a successful connection, the **Out-of-Band AMD DASH indicator light will turn on**, enabling power management capabilities.

<figure><img src="/files/AB8IGfnNAh2XGY1yB2p8" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/K8fo4BVR3j7O7cQGeO9o" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://deviceon.gitbook.io/docs/out-of-band/amd-dash.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
