# Node Registration and adding validators

To get started, all you need is a computer, whether physical or virtual, to run your node and validators. Simply follow the steps outlined in our guide for a seamless and hassle-free setup. To assist you further, we will provide you the Stader CLI and Stader configuration manager, which simplifies node setup and streamlines daily operations.

{% hint style="danger" %}
**Please do not run a testnet and a mainnet nodes simultaneously on the same machine**

If you have been running a Stader node on the testnet and plan to use the same machine/system for running a node on Mainnet, please ensure that you terminate your testnet node and delete the testnet Stader directory before starting the Mainnet node setup. This is crucial to avoid conflicts with directories, ports, and potential unknown issues. Please use the following commands to perform the necessary actions:

* To terminate the testnet node, use: `~/bin/stader-cli service terminate`
* To delete the testnet Stader directory, use: `rm -rf ~/.stader`
  {% 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://stader.gitbook.io/stader/ethereum/node-operator/permissionless-node-operator/node-registration-and-adding-validators.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.
