# Nexus Node Setup

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

| CPU | RAM | Disk | Ubuntu       |
| --- | --- | ---- | ------------ |
| 2++ | 4++ | 50++ | Ubuntu 22.04 |

## 🚀Update

```
sudo apt update -y && sudo apt upgrade -y
```

```
sudo apt install ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen unzip lz4 -y
```

### RUST :&#x20;

```
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh
```

```
source "$HOME/.cargo/env"
```

### Screen :&#x20;

```
screen -S nexus
```

### Quick Start :

```
curl https://cli.nexus.xyz/install.sh | sh
```

#### CTRL A + D

### Save Your ID :&#x20;

```
cat $HOME/.nexus/prover-id
```


---

# 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://services.rpcdot.com/nexus/nexus-node-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.
