Rivalz Node Setup Ubuntu — Server

0xTNPxSGT
3 min readJul 10, 2024

--

Rivalz rClient CLI Guide

by 0xTNPxSGT.

Let’s start with update & upgrades

sudo apt-get update && sudo apt-get upgrade -y

Install Curl :

sudo apt install -y curl

Node.js 20

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs
node --version

Install Screen ( Optional ) :

apt-get install screen -y

Screen ( Optional ) :

screen -S rivalz

Install Rivalz :

sudo npm i -g rivalz-node-cli

You can see these — No problem

If you want to know the serial number of your disk :

sudo lshw -class disk

Run rClient :

rivalz run
  • Your Connected Rivalz Wallet Adress :
    CPU Core
    RAM
    Disk Type
    Disk Serial Number ( if you dont know — enter )
    Enter disk size, you want to allow the client use

Result :

Attention !

After setting up your node, do not forget to press the validate button on the site!

https://rivalz.ai/dashboard/node-validate

Rivalz Update ?

I got a message that the client CLI has a new version. How do I update it?

rivalz update-version
rivalz run

How do I update the client’s information ?

rivalz update

Other Commands :

rivalz -h

Screen Commands :

Detach Screen : CTRL A + D

Screen List :

screen -ls

Entering the Screen :

screen -r screenname

Congrats! 🥳
You are now running Rivalz Ai

Having a problem with the setup? Join here so we can help you out.

--

--