> For the complete documentation index, see [llms.txt](https://sp8de-docs.gitbook.io/s-p-8-d-e-or-white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sp8de-docs.gitbook.io/s-p-8-d-e-or-white-paper/install-and-configure-validator.md).

# Install and Configure Validator

System requirements UBUNTU 16,18,20(,22)

To install the validator it is necessary to download the `installer_qrandom.sh` script&#x20;

`wget https://raw.githubusercontent.com/quantum-sp8de/quantra-installer/master/install_qrandom.sh`

Run it as administrator&#x20;

<figure><img src="/files/qHM7lnifAPkdWjoxIudZ" alt=""><figcaption></figcaption></figure>

The validator parameter is used to run it&#x20;

<figure><img src="/files/mrWhYleH7Y5mUkoAr3nW" alt=""><figcaption></figcaption></figure>

Then the installation begins.

<figure><img src="/files/ZL0d8QiiZ2sp3dApoZcM" alt=""><figcaption></figcaption></figure>

The script will also download the dealt config and genesis.json file to the same directory as the script itself.

It is necessary to edit the config to add validator parameters (name and key) as well as other necessary network parameters.

```
signature-provider=<EOS  … >=KEY:5j****
producer-name=<account name>
```

After changing the config, you can start node. The validator must also be registered via cleos.

```
cleos -u <NODE_ADDRESS> system regproducer <producer-name> <EOS...>
```
