Virtual Machines
Launch Linux VMs from curated templates. Scale vCPU and RAM on demand, with a live monthly estimate before anything spins up.
Provision Linux VMs on sovereign New Zealand infrastructure. See your exact monthly cost before you commit — then launch from the portal or automate via API.
LIVE SELF-SERVICE PORTAL
Provision VMs, manage per-VM firewall rules, snapshots, and performance metrics, and track spend from one NZ-hosted control plane. No ticket queues. No surprise invoices.
Example organisation dashboard
SERVICE CATALOG
A full cloud platform on sovereign NZ infrastructure — compute, region choice, networking, firewall rules, snapshots, monitoring, and billing in one portal.
Launch Linux VMs from curated templates. Scale vCPU and RAM on demand, with a live monthly estimate before anything spins up.
Choose North Island or South Island when you deploy. Place workloads close to your users while keeping full NZ data sovereignty on either island.
Every VM gets a real IP on ASI Cloud. Low-latency connectivity with predictable monthly networking included in your instance cost.
Apply individual firewall rules to each virtual machine. Allow or deny traffic on specific ports — SSH, HTTP, HTTPS, or custom — without opening a support ticket.
Point-in-time snapshots and fast restore. Up to three snapshots per VM for rollback before risky changes.
Built-in CPU, memory, and IOPS metrics with flexible time ranges — know how your workloads are performing.
Generate Ed25519 keys in the portal. Connect to Linux VMs securely with one-time private key downloads.
Monthly breakdowns by resource, forecasts, and Excel export. The clarity Kiwi teams expect when they leave hyperscale billing.
TRANSPARENT PRICING
Flat monthly pricing built from official unit rates — see your exact cost in the portal before you deploy.
| Instance | vCPU | Memory | Storage | Monthly |
|---|---|---|---|---|
| nz.tiny From | 1 | 1 GiB | 20 GiB | $35.74 /mo |
| nz.small | 2 | 4 GiB | 40 GiB | $76.42 /mo |
| nz.medium | 4 | 8 GiB | 80 GiB | $152.84 /mo |
| nz.large | 8 | 16 GiB | 160 GiB | $305.68 /mo |
Example instance totals in NZD per month (vCPU + memory + storage). Final cost shown live in the portal based on your selected configuration.
Spin up isolated VMs for CI, staging, and experiments — sized to match the job, torn down when you are done.
Run production web stacks and APIs on NZ-hosted compute with snapshots, monitoring, and predictable monthly spend.
Templates tuned for agent workloads — including OpenClaw-ready Linux images for teams building autonomous assistants on sovereign NZ infrastructure.
Enterprise-grade NZ VPS hosting without the enterprise procurement cycle.
Register your organisation, add a payment method, pick a VM template, and deploy in one session. Your VM gets a real IP on ASI Cloud — hosted across the North and South Islands with the data sovereignty and local support New Zealand organisations rely on.
Scale vCPUs and memory when workloads grow. Snapshot before risky changes. Track spend with forecasts that reflect what you will actually pay — not hyperscale calculators with hidden egress and surprise invoices.
Guided deployment • Live cost estimates • NZ data sovereignty • Renewable-powered data centres
API-FIRST
Manage organisation API tokens from your account menu. More API-first automation is on the roadmap for agents and integration partners.
Manage API Tokens in Portal# Create an API token from your portal account menu
export ASI_CLOUD_TOKEN="your-org-token"
export ASI_CLOUD_API="https://cloud.asi.nz/api/v1"
# List your running VMs
curl -s -H "Authorization: Bearer $ASI_CLOUD_TOKEN" \
"$ASI_CLOUD_API/vms" | jq .
# Deploy a VM from template (live cost estimate returned)
curl -s -X POST -H "Authorization: Bearer $ASI_CLOUD_TOKEN" \
-H "Content-Type: application/json" \
-d '{"template":"ubuntu-22.04","vcpu":2,"memory_gb":4}' \
"$ASI_CLOUD_API/vms"
Self-service VPS hosting with predictable pricing and full data sovereignty. Sign up or sign in at cloud.asi.nz and deploy your first VM.