Every Cloud VM ships with networking ready to use: a public IPv4 address, a metered outbound bandwidth allowance, and DHCP on the primary interface. This page explains the defaults and the controls available to you.
The VM list shows the assigned public IP under the IP Address column once provisioning completes (for example 103.149.10.116).
The primary NIC uses virtio-net. Most cloud images bring the interface up automatically via DHCP at boot. To check:
You should see a public IP on the primary interface and a default route via the IBEE gateway.
Cloud VMs deploy with no firewall attached — all traffic is allowed unless your guest OS enforces it. To restrict traffic at the platform level, attach an IBEE firewall:
Inside the guest, you can also run ufw, firewalld, or Windows Defender Firewall — they stack with platform firewalls.
Use IBEE DNS (or any external DNS provider) to point a domain at your VM:
A record for the VM’s public IP, or an AAAA record for its IPv6.CNAME for www if needed.For TLS, IBEE issues and renews SSL certificates once your DNS resolves.
Each plan includes a monthly outbound bandwidth allowance (for example 2 TB on std.1.c2.m8). The Monitoring tab’s Network chart shows current inbound and outbound throughput.
To put a load balancer in front of multiple VMs, use Load Balancer:
VMs in the same region share a regional backplane and can communicate using their public IPs without traversing the internet (traffic stays within the IBEE network). Private VPCs and dedicated subnets are on the roadmap; check the changelog or Networking overview for the current state.
VM has no public IP after deploy
Refresh the VM list — the column updates after provisioning completes. If it stays blank for more than a few minutes, open the Activity feed; a failed VM create will surface here.
Can’t SSH but the VM is Running
sshd status, then verify your SSH key was injected (~/.ssh/authorized_keys).Bandwidth chart looks flat or empty The chart smooths over its time range. Switch to 30m for short-window detail.