First VM in 5 Minutes ⚡
Launch your first instance and connect via SSH or RDP.
This is the Instances tab where you can view and manage all your virtual machines.

Creating a Virtual Machine (Instance)
Click on Create → Instances

Choose your preferred project and data center location that you would like the virtual machine to be deployed in.

Choose your preferred virtual machine image:
OS → Windows, Ubuntu, RockyLinux, etc.
Marketplace Apps → readymade templates of popular open source apps that can be deployed seamlessly.
Snapshots & Block Storage → you can select an existing snapshot or block storage and launch a virtual machine with that image.

Select a configuration:
Basic - curated for small and extremely light workloads.
General Purpose - offer a 1:4 vCPU to Memory ratio
Compute Optimized - offer a 1:2 vCPU to Memory ratio
Memory Optimized - offer a 1:8 vCPU to Memory ratio

Choose the block storage size and choose from three different tiers based on your workload needs:
Standard NVMe → 10 IOPS per GB of Storage
Premium NVMe → 20 IOPS per GB of Storage
Pro NVMe → 30 IOPS per GB of Storage
You can also choose whether you would like the volume to be deleted when the virtual machine is deleted.

Choose the Network and Security group you would like to assign to the virtual machine.

Set a strong password (Recommended: 15+ Characters with numbers, alphabets, symbols, and at least 1 uppercase alphabet) or add an SSH key.
The password can be changed later from Instances → Virtual Machine → VM Settings → Change Password

Choose the billing cycle (Hourly/Monthly/Quarterly/Yearly) and click Review & Deploy.

Verify the billing details and pricing and click on Deploy Now.

Your Virtual Machine will be deployed in less than 30 seconds.

Create → Connect ▶️
Create instance: Choose image (Ubuntu/Windows), size, network, and SSH key/password
Open ports: Allow SSH (22) or RDP (3389) in firewall rules
Connect:
SSH (Linux/macOS)
ssh -i ~/.ssh/id_rsa ubuntu@<PUBLIC_IP>
PowerShell (Windows → SSH)
ssh -i C:\Keys\id_rsa ubuntu@<PUBLIC_IP>
RDP (Windows Server)
Launch Remote Desktop Connection
Connect to
<PUBLIC_IP>
as AdministratorChange the default password after first login
Last updated
Was this helpful?