How to Use
How to connect to your Node
Last updated

How to connect to your Node
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 hashaiuser@31.24.3.42"

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

Last updated