ASI Cloud Self-Service Portal VPCs from $35/mo

NZ-HOSTED COMPUTE • FLAT PRICING • NO OVERAGES DEPLOY IN MINUTES

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

Your cloud console — ready in minutes

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

VMs running 3 active nz.tiny instances
Monthly forecast $107.22 NZD 3 × $35.74/mo
Firewall rules 9 active Per-VM · SSH, 80, 443
Snapshots 4 saved Across 3 VMs
cloud.asi.nz/portal
LIVE
ASI Cloud self-service portal dashboard
Up to 50%
Lower than hyperscalers
100%
NZ data sovereignty
Minutes
Sign-up to running VM
24/7
Local Kiwi support

SERVICE CATALOG

Everything you need to run workloads

A full cloud platform on sovereign NZ infrastructure — compute, region choice, networking, firewall rules, snapshots, monitoring, and billing in one portal.

Virtual Machines
Compute

Virtual Machines

Launch Linux VMs from curated templates. Scale vCPU and RAM on demand, with a live monthly estimate before anything spins up.

North or South Island
Region

North or South Island

Choose North Island or South Island when you deploy. Place workloads close to your users while keeping full NZ data sovereignty on either island.

VPC & Public IPs
Networking

VPC & Public IPs

Every VM gets a real IP on ASI Cloud. Low-latency connectivity with predictable monthly networking included in your instance cost.

Per-VM Firewall Rules
Security

Per-VM Firewall Rules

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.

Snapshots
Storage

Snapshots

Point-in-time snapshots and fast restore. Up to three snapshots per VM for rollback before risky changes.

Performance Monitoring
Observability

Performance Monitoring

Built-in CPU, memory, and IOPS metrics with flexible time ranges — know how your workloads are performing.

SSH Key Management
Identity

SSH Key Management

Generate Ed25519 keys in the portal. Connect to Linux VMs securely with one-time private key downloads.

Cost Transparency
Billing

Cost Transparency

Monthly breakdowns by resource, forecasts, and Excel export. The clarity Kiwi teams expect when they leave hyperscale billing.

TRANSPARENT PRICING

Compute Instances

Flat monthly pricing built from official unit rates — see your exact cost in the portal before you deploy.

vCPU $30.89 /mo per vCPU
Memory $2.47 /mo per GB
Storage $121.88 /mo per TB
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.

Start from a Template

Dev & Test

Dev & Test

Spin up isolated VMs for CI, staging, and experiments — sized to match the job, torn down when you are done.

Web Apps & APIs

Web Apps & APIs

Run production web stacks and APIs on NZ-hosted compute with snapshots, monitoring, and predictable monthly spend.

AI Agents & Automation

AI Agents & Automation

Templates tuned for agent workloads — including OpenClaw-ready Linux images for teams building autonomous assistants on sovereign NZ infrastructure.

From Sign-Up to Running VM in Minutes

From Sign-Up to Running VM in Minutes

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

Built for Humans — Ready for Agents

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
asi-cloud — zsh
# 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"

Launch Your First NZ Cloud VM Today

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.