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

# Setup your hardware

## Recommended Setup

1. Plug ethernet port 1 into your fiber/cable/DSL or other modem.
2. Plug ethernet port 2 into your router/switch/hub.
3. Plug in power to your DeEEP Device
4. Sit back and enjoy earning $DEEEP

## Alternative Setup (NAT or firewall)

You can also install your DeEEP compute box behind your router.

1. Plug ethernet port 1 into your router/switch/hub or other modem.
2. Plug in and power on your Device
3. Sit back and enjoy earning $DEEEP

{% hint style="warning" %}
Devices behind CGNAT or other NAT where ports cannot be opened are only eligible for half of the normal [Plug-In Rewards](/introduction/earning-usddeeep/tokenomics.md#plug-in-rewards). See [Advanced Setup](/hardware/setup-your-hardware/advanced-setups.md) for details on how to fix enable full rewards still.
{% endhint %}

{% hint style="info" %}
If placed after your router, for maximum rewards you need to [forward all ports](/hardware/setup-your-hardware/port-forwarding.md) on your router to the Device.
{% endhint %}


---

# 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:

```
GET https://docs.deeep.network/hardware/setup-your-hardware.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.
