> For the complete documentation index, see [llms.txt](https://docs.dexa.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexa.im/dma/ferrum-setup-guide.md).

# Ferrum Setup Guide

## On the DMA PC

{% stepper %}
{% step %}

### Plug in the Ferrum

* With the USB ports facing you:
  * **Left USB-C port** to the **GAMING PC**
  * **Center USB-A port** to the **MOUSE (or whichever device)**
  * **Right USB-C port** to the **DMA PC**

{% hint style="info" %}
Use USB ports directly on the GAMING PC's motherboard. Do **not** use the front case USB ports.
{% endhint %}

<figure><img src="/files/o8LtnhJRzcNDJYgWZMpz" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Install drivers and Ferrum software

{% hint style="danger" %}
These steps should be completed on your DMA (2nd) PC. Installing these on your Gaming (Main) PC is a detection vector.
{% endhint %}

* Download the [Silicon Labs CP210x drivers `(CP210x Universal Windows Driver)`](https://www.silabs.com/software-and-tools/usb-to-uart-bridge-vcp-drivers?tab=downloads)
  * install the drivers
    * extract the .zip
    * right click on `silabser.inf` and select `install`
* Download the [Ferrum One Utility](https://cdn.shopify.com/s/files/1/0682/1897/8358/files/ferrum-installer.exe?v=1774450613)
  * install the software

{% hint style="info" %}
**Note:** If you get a `Backend Status: Disconnected` error after installing the Ferrum software, reboot the PC, or close and re-open the Ferrum software.
{% endhint %}
{% endstep %}

{% step %}

### Verify the Ferrum in the utility

* If the Ferrum connects correctly, you will see your connected board(s) in the `Boards` tab

<figure><img src="/files/aRVgg1Ib2iAZTz2MCVgu" alt="" width="293"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Set device type

* If the device being used is a keyboard, set the Type to Keyboard. For mouse, choose Mouse (default option). If both, you can choose both options.
* You can also set the Ferrum Utility's language in the bottom left.

<figure><img src="/files/5xzQdUmMt2U219qGRu58" alt="" width="293"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Connecting to DMA software

* To use the Ferrum with any supported DMA software, use the defined `COM Port` in the `Serial API` tab or the `IP Address` in the `Net API` tab.
* Use these settings within your DMA software's configuration menu to connect to the Ferrum

<div><figure><img src="/files/gGicrqPrDJG42wURSRSe" alt="" width="293"><figcaption></figcaption></figure> <figure><img src="/files/bVMyplW582KVfPPFrAUE" alt="" width="293"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dexa.im/dma/ferrum-setup-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
