Connecting to the VM
Once you have deployed the VM, you can go through this article as it describes
Last updated
Was this helpful?
Once you have deployed the VM, you can go through this article as it describes
Open ports: Allow SSH (22) or RDP (3389) in firewall rules
Connect:
One way to access the VM/Instance is directly through the Neon Cloud Portal.
In the portal, navigate to the Instances tab, then click the three dots on the far right of the desired instance, and select Console Access.

Another way to access the console is by clicking on the name of the desired instance and then selecting the Console Access tab.

Launch Remote Desktop Connection
Connect to <PUBLIC_IP> as Administrator
Change the default password after first login
Last updated
Was this helpful?
Was this helpful?
ssh -i ~/.ssh/id_rsa ubuntu@<PUBLIC_IP>ssh -i C:\Keys\id_rsa ubuntu@<PUBLIC_IP>
