> For the complete documentation index, see [llms.txt](https://services.nodesync.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://services.nodesync.top/testnet-running/autonity/open-the-door.md).

# Open the door

## **Minimum hardware requirement**

2 core, 4G Ram, 80 SSD

Open port : 8545&#x20;

## Auto Install

```
sudo apt install curl -y && source <(curl -s https://nodesync.top/autonity/auto_rpc)
```

## Check logs

```
sudo journalctl -u autonityd -f -o cat
```

## Import Nodekey

```
aut account import-private-key /root/autonity-client/autonity-chaindata/autonity/nodekey
```

Copy all result logs, you can see ex:&#x20;

**/root/.autonity/keystore/UTC--2023-12-xxxxxxxxx-xxxxxxxx-c12877d91300e7a**

## Config Aut

```
nano .autrc
```

Paste all info bellow and change it with your keystore.

```
[aut]
rpc_endpoint=http://0.0.0.0:8545/
keyfile=/root/.autonity/keystore/UTC--2023-xxxxxxxxxxx
```

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

## Signature of the message "public rpc"

```
aut account sign-message "public rpc"
```

Save all result logs

#### Get enode

```
aut node info
```

Ex: enode://2xxxx5308e9141912b5504b9b9f83d61eexxx1bfd3342d729b\@x.x.x.x:30303

#### Get <mark style="color:red;">your\_ip</mark>

```
curl ipv4.icanhazip.com
```

Config "RPC NODE ENDPOINT" is :  http\://<mark style="color:red;">your\_ip</mark>:8545

## Register a node

<https://game.autonity.org/awards/register-node.html>

## Backup nodekey

File nodekey in folder: **/root/.autonity/keystore/**
