Page cover

How to Use

How to connect to your Node

How to SSH

IP information is provided from the Node Rental confirmation screen. Use this to login to your rented workstation using your created credentials via SSH. Search for "Powershell" on your PC, open a window, and type the following:

ssh -p <port> <username>@<ipaddress>

Example: "ssh -p 5543 [email protected]"

SSH Input using Powershell

How to RDP

IP information is provided from the Node Rental confirmation screen. Use this to login to your rented workstation using your created credentials via RDP. Search for "Remote Desktop Connection" on your PC, open a window, and type the following: "<ipaddress>:<port>" Example: "31.24.3.42:5543" When prompted, login using your credentials

RDP Input Screen

Last updated