# Custom Setup

{% hint style="info" %}
This is the advanced option. Please only use this is you are already familiar with Docker.
{% endhint %}

If you are not using Dappnode or Avado machines and want to run the Obol clients directly using this repo:

{% embed url="<https://github.com/ObolNetwork/charon-distributed-validator-node>" %}

You will need to set some env variables specifically for the Etherfi charon instance.\
To send metrics to Obol set

```
PROM_REMOTE_WRITE_TOKEN=
```

to the value you receive from Obol or the Etherfi team.

To propose correctly, set:

```
BUILDER_API_ENABLED=true
BUILDER_SELECTION=builderalways
```


---

# 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://etherfi.gitbook.io/etherfi/solo-stakers/operation-solo-staker/obol-dvt-explained/custom-setup.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.
