Run the following command to download and execute the installation script :
sh -c "$(curl -fsSL https://raw.githubusercontent.com/monk-io/sonaric-install/main/linux-install-sonaric.sh)"
Node Δ°nfo :
sonaric node-info
It should return the node information if the node is running :
β¨ Node information loaded:
ββπ§ ID 12D3XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ββπ₯ Leader wavy-cream-yacht
ββπ§ Version v1.1.0
...
Update :
apt update
apt upgrade sonaric
To confirm the node is running the latest version, issue the following command :
sonaric node-info
β¨ Node information loaded:
ββπ§ ID 12D3XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ββπ₯ Leader wavy-cream-yacht
ββπ§ Version v1.1.0
...
Accessing the GUI :
Create an SSH tunnel to forward the required ports to your local machine by issuing the following command on your local machine :
ssh -L 127.0.0.1:44003:127.0.0.1:44003 -L 127.0.0.1:44004:127.0.0.1:44004 -L 127.0.0.1:44005:127.0.0.1:44005 -L 127.0.0.1:44006:127.0.0.1:44006 user@your-vps-ip -
Change your ip
And Change User - if you use root write root
You will be prompted to enter a password to encrypt the exported identity. After entering the password, the identity will be exported to the specified file.