Find out the IP address of your server and make sure you have your SSH (port: 22) and HTTPS port (443) open
Connect via client of your choice, e.g. PuTTY or other clients. - Type IP address in the field ‘Host Name’ - The terminal will open and you can log in with your username and password.
Or connect directly via terminal with your ssh keys:
ssh -i .ssh/azureuser/dusty-validator_key.pem [email protected]
The easiest way to install a Plasm node is to download the latest binaries. You can find them here: https://github.com/staketechnologies/Plasm/releases. Use this command in your server terminal:
wget https://github.com/PlasmNetwork/Plasm/releases/download/v1.9.0-dusty/plasm-1.9.0-ubuntu-x86_64.tar.gz
Extract the files:
tar -xf plasm-1.9.0-ubuntu-x86_64.tar.gz
Continue with Configure Node step.