Skip to main content

Connect with SSH

You can manage your instance using a terminal and SSH. You can either use an SSH client or connect directly through your terminal.


Required Information

To log in to your instance via SSH, you will need the following:

  • IP Address of your instance
  • Default username
  • Password (only if you're not using an SSH key — can be found in the Instance Overview)
info

You can find the IP Address on the Virtual Machine card after creation.
Hover over it to copy it quickly. For more details, click the VM name to open its overview.


Connecting Using the Terminal

To connect via SSH, follow these steps:

1. Open Your Terminal

  • Windows: Use Command Prompt, PowerShell, or Git Bash
  • macOS / Linux: Use the default Terminal app

2. Use the SSH Command

If using password login:

ssh [username]@[public_ip_address]