# Registering Relays

To register your relay and begin earning rewards, follow these steps to set up your machine and complete the registration process on the [Anyone Protocol Dashboard](/dashboard/access.md).&#x20;

If you have a [**Anyone Hardware Relay**](/hardware/overview.md), you do not need to lock tokens—simply [claim](/dashboard/use.md#claim-relays) the device once it's set up.&#x20;

***

#### Contents of this page:

[**Installation and Configuration**](/dashboard/register.md#installation-and-configuration)

[**Adding Ethereum Wallet Address to anonrc**](/dashboard/register.md#adding-ethereum-wallet-address)

[**Using the Dashboard to Claim and Manage Your Relays**](/dashboard/register.md#using-the-dashboard-to-claim-and-manage-your-relays)

***

## **Installation and Configuration**

1. **Install the Anon package** and configure your relay.

{% hint style="info" %}

### <mark style="color:blue;">**Anyone Hardware devices**</mark>

***

Follow the instructions provided in the **Hardware** section, Setup Guide or Relay Settings to enter your Ethereum Address.\
\
Anyone Hardware relay Setup Wizard:\
:link: [Hardware Setup](/hardware.md) > :link: [Setup Guide](/hardware/setup-guides/relay-mode.md)\
\
To manually edit the address and NFT info in the Control panel visit:

:link: [Hardware Setup](/hardware.md) > :link: [Relay Control Panel](broken://pages/rJYIM8hzDIrNH9HccAob) > :link: [Relay Settings](broken://pages/rJYIM8hzDIrNH9HccAob)
{% endhint %}

{% hint style="info" %}

### <mark style="color:blue;">**Standalone devices**</mark>

***

Follow the instructions provided in the **Installation** section to get started setting up a relay and configure your <br>

:link: [Relay Setup](/relay.md) > :link: [Installation and Usage](/relay/start.md) > :link: [Setting up Your Environment](/relay/start/prep.md)

\
If you already have a relay running, continue reading!
{% endhint %}

## **Adding Ethereum Wallet Address**

2. **Add your wallet address** to the anonrc file to link it with your relay for rewards.

Debian example: Open the anonrc file in a text editor:

```bash
sudo nano /etc/anon/anonrc
```

Find the `ContactInfo` line, and add your wallet address with the prefix `@anon:` .&#x20;

{% code title="Example" %}

```
ContactInfo @anon: 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
```

{% endcode %}

3. Restart the Anon service to apply the changes:

```bash
sudo systemctl restart anon.service
```

***

{% hint style="info" %}

### **Optionally Verify the Changes in anonrc**

`sudo /usr/bin/anon -f /etc/anon/anonrc --verify-config`
{% endhint %}

## Using the Dashboard to Claim and Manage Your Relays

Once your machine is set up, follow these steps to connect your wallet, lock tokens (if necessary), and claim your relay via the **Anyone Protocol Dashboard**.

{% content-ref url="/pages/rzaj1EhYJapqiHCfVmPD" %}
[Using Dashboard](/dashboard/use.md)
{% endcontent-ref %}

(Note that it can take a few hours for the device to show up on the dashboard after registering the address in the configuration of your relay)

{% hint style="info" %}
See :link: [Resources](broken://pages/qwk6iHoeoj4H46mnPjyE) & :link: [Community and Customer Support](/resources/support.md) for help and updates.
{% endhint %}

{% hint style="success" %}
![](/files/DDTnxicC3iMfTqtJLFqp)

### [See full video tutorial on the Rewards Dashboard page.](/dashboard.md)

{% endhint %}


---

# 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://docs.anyone.io/dashboard/register.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.
