Skip to main content
Last updated on

Create a VM

This page walks through the full Cloud Server provisioning flow.

Prerequisites

Step 1. Open the create-VM page

Go to Cloud Server → Servers in the left menu and click + Create Server.

Servers list with the Create Server button

Step 2. Pick a boot source

LANIT Cloud supports three boot sources:

Operating System

Built-in OS images: Ubuntu, CentOS, AlmaLinux, Rocky Linux, Debian, Windows Server. Use this for a brand-new VM.

Pick an OS image

Server Snapshot

Boot from a snapshot of an existing VM — handy for cloning an environment or building a VM from a prepared template.

Pick from Server Snapshot

Volume

Boot from an existing bootable volume — useful for custom images or restoring an old volume.

Boot from a bootable volume

Step 3. Pick the billing plan

  • Hourly — flexible; stopping the VM stops the compute charge (volumes still bill).
  • Monthly — discounted; minimum commitment of one month.

Pick hourly or monthly billing

Step 4. Configure resources

Pick a preset or Custom to enter vCPU, RAM and Storage manually.

ResourceRecommendation
vCPU1–2 for web/staging, 4–8 for production
RAM2–4 GB for web, 8–16 GB for databases
StorageSSD NVMe for high IOPS, SSD for general-purpose workloads

You can resize the VM later.

Configure vCPU, RAM and Storage

Step 5. Networking and security

  • Network / Subnet — pick the internal network (defaults to private-net with 10.0.0.0/24).
  • Security Group — pick the firewall group(s) that gate inbound/outbound traffic. You can pick more than one.

Pick the Network and Security Group

The default Security Group allows all outbound traffic and blocks inbound. If you need SSH/RDP/HTTP from the Internet, open the matching port — see Security Group management.

Step 6. Authentication method

Pick how you'll sign in to the VM once it's up:

  • Password — set the admin/root password here.
  • SSH Key — pick a key uploaded in SSH Key. Recommended for production.

Pick the authentication method — password or SSH Key

Step 7. Confirm and create

Enter the VM name, review the configuration and cost, then click Create.

Review and create the VM

Once the VM is Active in the Servers list, click its name to open the detail page:

VM detail page — Overview tab with Floating IP, LAN IP and server info

From here you can access the VM, check the System log, attach a Network Interface or take a Snapshot.

Next steps