> For the complete documentation index, see [llms.txt](https://docs.constellationnetwork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.constellationnetwork.io/run-a-node/metagraphs/dor-metagraph/build-dor-validator-node.md).

# Build Dor Validator Node

## Qualifications[​](https://docs-v1.constellationnetwork.io/validate/quick-start/dor-quickstart#-qualifications) <a href="#qualifications" id="qualifications"></a>

To qualify as a **Dor Validator Node Operator**, you will need to complete a few **administrative tasks** as part of the onboarding process.

Please refer to the following document for detailed instructions on how to become a Dor Validator Node Operator:

> 📄[ **Dor Validator Onboarding Guide**](/run-a-node/metagraphs/dor-metagraph/onboard-guide.md)

This guide outlines the necessary steps, requirements, and submission process to get started. Be sure to review it thoroughly to ensure a smooth and successful onboarding experience.

## Choose a VPS Provider​

To begin setting up your Dor validator node, you’ll first need to **select a** [**VPS** ](#user-content-fn-1)[^1]**provider**.

Refer to the **Constellation Network Setup Guides** for recommendations and considerations when choosing a provider that meets the node requirements.

{% hint style="info" %}
Advanced node operators may choose to build a bare metal server, operate their node inside of WSL, or within a containerized setup.  While these options offer greater flexibility and control, **they are not covered in the official documentation**. Operators pursuing these methods should have the necessary expertise to manage system configuration, security, and ongoing maintenance independently.
{% endhint %}

## Provision Your VPS

### Provision Your VPS​

Before setting up your Dor Validator Node, ensure your VPS meets the **minimum specifications** required for proper performance and stability.

> 📄 Refer to the official **specification document** for detailed validation requirements.

### Required

* Debian based Linux distribution.

### Suggested Operating System

* **Ubuntu 24.04** (Recommended)
* Debian 12

#### ⚠️ Not Supported:

* Ubuntu 20.04 and lower.
* Debian 11 and lower

***

Once your VPS is built and provisioned, you may **return to this Quick Start Guide** to continue with the installation and configuration process.

[^1]: Virtual Private Server


---

# 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.constellationnetwork.io/run-a-node/metagraphs/dor-metagraph/build-dor-validator-node.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.
