All systems operational 14 regions 99.998% uptime (90d)
v3.4.2 shipped Apr 24 — read changelog
Anycast Network

We run our
own ASN.

AS207443. Private peering at 18 European and APAC IXPs. 8.4 Tbps backbone. We carry your packets ourselves — no leased transit, no anycast charade — and we expose the BGP communities.

BYOIP supported·IPv4 + IPv6 native·RPKI signed
AS207443 · liveall sessions up
NL-IX (ams) 412 Gbps
DE-CIX (fra) 624 Gbps
AMS-IX 388 Gbps
FICIX (hel) 240 Gbps
JPNAP (tyo) 186 Gbps
SGIX (sin) 94 Gbps
+ 12 more peering points

Inter-AZ rtt0.42 ms
Inter-region rtt (hel↔fra)23 ms
Anycast convergence< 200 ms
Built for production

A network you'd build, if you had time.

Native anycast

One IP, every region. Healthchecks at every PoP, sub-200 ms regional withdrawal on outage. Your DNS doesn't need to know about regions.

Private VPC

Layer-3 isolated overlay between any two Arveon resources, in any regions. WireGuard wire format, line-rate offload at the host.

Bring your own IPs

Already own a /24 or /48? Sign an RPKI ROA and we'll announce it from any region. Useful when your customers' allowlists are written in stone.

L7 load balancers

HTTP/3, HTTP/2, gRPC, WebSockets. Per-route headers, retries, circuit breakers. Configured by API or YAML, not a console wizard.

DDoS scrubbing, included

Volumetric attacks absorbed at PoP edge by Arveon Shield. 8.4 Tbps headroom. No add-on, no per-incident billing.

No egress fees, anywhere

Compute → Storage, Compute → Internet, Region → Region. Free. Per-second metered, billed at zero. We will not bill you for reading your data.

In code

Announce your own /24 across every region.

# register your prefix & ROA
$ arv net byoip add 198.51.100.0/24 \
    --asn 64500 \
    --roa-file roa-198.51.100.signed

# pin announcements to specific regions, with communities
$ arv net announce 198.51.100.0/24 \
    --regions eu-hel-1,eu-fra-1,ap-tyo-1 \
    --community 207443:1100 \
    --community 207443:no-export

 propagated · 207s convergence (p99)

$ arv net trace 198.51.100.10 --from chicago
chicago → ord1.he.net → fra1.de-cix → fra1.arveon · 89 ms
resource "arveon_byoip" "primary" {
  prefix = "198.51.100.0/24"
  asn    = 64500
  roa    = file("roa-198.51.100.signed")
}

resource "arveon_announcement" "primary" {
  prefix      = arveon_byoip.primary.prefix
  regions     = ["eu-hel-1", "eu-fra-1", "ap-tyo-1"]
  communities = ["207443:1100", "207443:no-export"]
}
Specs

Hard numbers.

ASN
AS207443 (Arveon)
Backbone capacity
8.4 Tbps · diversely-routed
Peering points
18 IXPs · 240+ direct peers
RPKI
signed · validated · ROAs published
BYOIP
IPv4 /24 · IPv6 /48
BGP communities
per-region · per-AZ · no-export
Inter-AZ rtt
< 1 ms p99
Anycast convergence
< 200 ms p99
L7 LB protocols
HTTP/3 · HTTP/2 · gRPC · WS
DDoS headroom
8.4 Tbps · always-on
Egress price
€0.00 / GB
Compliance
ISO 27001 · SOC 2 · GDPR

Move packets like we do.