First resource

The fastest way to get started with IBEE Solutions is to deploy a Cloud VM. This page walks you through the minimum steps from a fresh organization to a running server.

Before you begin

  1. Sign upCreate an IBEE Solutions account.
  2. Verify — Complete account verification to unlock compute access.
  3. Create an organizationSet up an organization to group your resources and billing.
  4. Add credits — Go to Billing → Payment Method in the sidebar and purchase credits. The platform checks your wallet balance before deploying.

Launch a Cloud VM

1

Open Cloud VMs

In the portal sidebar, click Cloud VMs under Products, then click Create server.

2

Pick a region, plan, and OS

  1. Select Asia → Amaravati (AVR) as the region.
  2. Choose a plan — perf.1.c2.m4 is a good starting point.
  3. Under Operating System → Templates, pick Ubuntu → Ubuntu 24.04.
3

Add an SSH key and deploy

  1. Under SSH Keys, paste your public key (or click + New to add one).
  2. Enter a hostname (e.g. my-first-vm).
  3. Click Deploy Now.
4

Connect

Once the VM shows Running, copy the public IP and SSH in:

$ssh ubuntu@<public-ip>

What to explore next