A step-by-step guide to install and run the Nexus Prover on your server.
- Ubuntu/Debian-based system
- Git, curl, and build tools
- Node ID (from Nexus Dashboard)
sudo apt update && sudo apt upgrade -y
sudo apt install screen curl build-essential pkg-config libssl-dev git-all -y
sudo apt install protobuf-compiler -y
sudo apt update
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
πΉ Follow the prompts to complete the Rust installation.
πΉ Then run:
source $HOME/.cargo/env
rustup target add riscv32i-unknown-none-elf
screen -S nexus
curl https://cli.nexus.xyz/ | sh
source ~/.bashrc
nexus-network start --node-id YOUR_NODE_ID
example
source ~/.bashrc
nexus-network start --node-id 6756232
source ~/.bashrc
nexus-network start --node-id 7268428
π Replace
YOUR_NODE_ID
with your actual node ID from the Nexus dashboard.
-
Detach screen (keep it running in background):
Ctrl + A
, thenD
-
Reattach screen session:
screen -r nexus
- π Nexus Dashboard
- π Nexus Docs
Maintained by the Nexus community. Feel free to contribute!