Deploy in 14 European and Asian regions over our own anycast network. Per-second billing. No egress fees. The console takes you four clicks to a running node.
No surprise managed services bolted on. Each Arveon product is built around the same control plane, billed by the second, and exposed through one consistent API.
Dedicated cores. NVMe SSD. AMD EPYC and ARM Ampere Altra. From a2 (€16/mo) to a48 (€1 240/mo).
S3-wire-compatible. €0.009/GB/month. Egress to anywhere on Arveon — including the public internet — is on us.
Upstream Kubernetes 1.32. Cilium, Talos under the hood. We patch, you write Helm charts.
PG 17. Branching from any LSN. Point-in-time restore to the second. Zero-downtime major version upgrades.
We run AS207443 with private peering at 18 IXPs. 8.4 Tbps backbone. Sub-millisecond intra-region.
V8 isolates at every PoP. 4 ms cold start, p99. Bring your TypeScript, WASM, or Python; ship globally in seconds.
Connect a Git repo, push a Docker image, or upload a binary. We don't care how it got built — we care that it runs.
14 to choose from. Every region is a real metro with real peering — no "edge locations" that are actually 400 km away.
12 seconds, p50. Healthchecks, IPv6, anycast, certificates — wired up by the time your terminal scrolls.
The CLI, our Terraform provider, and the REST API are generated from the same OpenAPI spec. Pick the one that fits your week.
# install once $ curl -fsSL https://arveon.space/install.sh | sh # auth $ arv auth login # provision $ arv compute create \ --image ubuntu-24.04 \ --plan a4 \ --region eu-hel-1 \ --ssh ~/.ssh/id_ed25519.pub \ --name prod-api-01 # done in 12 seconds prod-api-01 185.4.118.92 eu-hel-1a running
terraform { required_providers { arveon = { source = "arveon/arveon" version = "~> 0.9" } } } resource "arveon_compute" "api" { name = "prod-api-01" image = "ubuntu-24.04" plan = "a4" region = "eu-hel-1" network { ipv6_only = false private_id = arveon_network.core.id } }
$ curl https://api.arveon.space/v1/compute \ -H "Authorization: Bearer $ARVEON_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "prod-api-01", "image": "ubuntu-24.04", "plan": "a4", "region": "eu-hel-1" }' # 201 Created { "id": "cmp_4f7c2b9a", "status": "provisioning", "ipv4": "185.4.118.92", "ipv6": "2a0c:5240::4f12" }
Every region is a metro with carrier-neutral peering. We don't count edge POPs as regions. We don't run regions out of someone else's datacenter. We open them, we own the ASN, we run the BGP.
"We moved 12 services off a hyperscaler. The migration took a long weekend. Egress savings paid for the year inside six weeks."
"The console is the first one in years where I haven't sworn at the console. Plain CLI. Plain Terraform. Plain bills."
"Sub-millisecond inter-AZ on day one. Real engineers answering real PagerDuty pages. Refreshing."
Starter VPS. Personal projects, side experiments.
Production workloads. Real traffic, real SLAs.
Heavy workloads, databases, render fleets.
€10 in trial credit on signup. No credit card. No "talk to sales" gating. Production workloads from day one.