Update a Storage Node

The first step is to enter code to putty with login as root and then enter the password and get access to the root directory of the server

The first thing you need to do is go into the StorX directory and type in cd to change directory and then capital S*

cd S*

Enter and get the StorX node directory on your server code.

Copy this code

git pull
sudo bash ./upgrade.sh

Paste and enter

Automatically start to run and upgrade server

To check the status of your node:

    sudo bash ./getstatus.sh

Copy, Paste, and enter

Display status Including Uptime and other stats.

Last updated