The shortest path
to everywhere.
Load balancers, anycast routing, floating IPs, private VLANs, and CDN-ready delivery — every product on this page rides the same 10Gbps backbone and deploys itself in about 55 seconds.
Three tiers of traffic control
Every tier terminates SSL at the edge, health-checks your nodes continuously, and ejects the sick ones automatically. The difference is how much internet you're facing.
Load Balancer
SSL includedOne region, serious availability. Terminate SSL once and spread traffic across every healthy node behind it.
- SSL termination at the edge
- Round-robin & least-connections routing
- Automatic health checks & node ejection
- HTTP, HTTPS & TCP traffic
LB Pro
RecommendedFor apps that face the public internet — load balancing and a web application firewall in the same hop.
- Everything in Load Balancer
- Integrated WAF — OWASP Top 10 coverage
- Layer-7 routing rules & rate limiting
- Custom allow / deny rules
LB Enterprise
Multi-regionGlobal traffic management across regions — users land on the nearest healthy deployment, automatically.
- Everything in LB Pro
- Multi-region global traffic management
- Geo-aware & weighted steering
- Automatic regional failover
| Capability | Load Balancer | LB Pro | LB Enterprise |
|---|---|---|---|
| Monthly price | $20 | $149 | $599 |
| SSL termination | Included | Included | Included |
| Health checks & failover | Automatic | Automatic | Automatic |
| WAF — OWASP Top 10 | — | Included | Included |
| Layer-7 rules & rate limiting | — | Included | Included |
| Multi-region GTM | — | — | Included |
| Fits | Single-region apps that need HA | Public web apps under real traffic | Platforms serving several regions |
The rest of your network, priced per piece
IPs that outlive servers, an anycast edge, private east-west lanes, and bandwidth by the pool. Add what you need; skip what you don't.
Floating IP
A static IPv4 that belongs to your account, not to a server. Point it at any instance; remap it in seconds to fail over or cut over.
- Remaps between instances in seconds
- Survives rebuilds and resizes
- Works with VPS, GPU & bare metal
Floating IP Block /24
256 IPv4A full /24 — 256 contiguous IPv4 addresses — for fleets, mail infrastructure, and per-tenant endpoints.
- 256 routable IPv4 addresses
- Assign anywhere across your fleet
- Addresses stay yours as you scale
Anycast Network
One IP, announced from 20+ PoPs. Clients land on the nearest location without a resolver trick in sight.
- 20+ global points of presence
- Nearest-PoP routing by default
- Pairs with LB Enterprise for GTM
Bandwidth Pool 10TB
Account-wide10TB of transfer, pooled across your whole account. Launches and spikes draw from the pool instead of surprising you on the invoice.
- Shared by every resource you run
- Stacks — add pools as you grow
- Flat price, visible usage
Private Network VLAN
10GbpsA private 10Gbps layer-2 segment. Databases, queues, and internal APIs talk to each other without ever touching the public internet.
- Full layer-2 isolation per VLAN
- 10Gbps between attached resources
- Attach VPS, GPU & bare metal
CDN, minus the separate product
We could list a "Global CDN" line item at a markup. We'd rather tell you how delivery actually works here.
Static content gets a real cache: CDN delivery is bundled with the Object Storage Business tier, so files are served from locations near your users with no extra product to configure. Dynamic traffic gets physics: the Anycast Network puts the nearest of 20+ PoPs between your users and the open internet, then carries requests home on our 10Gbps backbone.
Object Storage plansObject Storage Business — CDN bundled
50TB of S3-compatible storage with CDN delivery included at $199/mo. Upload once; it's cached and served close to your users.
See StorageAnycast Network — $100/mo
Requests enter the backbone at the nearest PoP, which is most of what a CDN does for traffic a cache can't help — APIs, logins, checkouts.
Add Anycast aboveWhat people actually build with this
Four patterns we see weekly, and the exact products behind each one.
High-availability apps
A Load Balancer spreads traffic across your VPS or bare metal nodes and ejects failures at the next health check. A Floating IP underneath means even a dead balancer or host is one remap away from recovery. Wire up Monitoring so you hear about it from us, not your customers.
Multi-region delivery
Anycast Network gets each user onto the backbone at their nearest PoP; LB Enterprise's global traffic management routes them to the nearest healthy region. One region degrades, traffic shifts, nobody files a ticket.
Secure east-west traffic
Database replication, job queues, and internal APIs belong on a Private Network VLAN — layer-2 isolated, 10Gbps, and never exposed to the public internet. Pair it with a firewall on whatever does face outward.
Burst months
Product launch, seasonal rush, a post that finally lands — a Bandwidth Pool 10TB absorbs the spike at a flat $50/mo, shared across your whole account. Stack another pool when the good problem gets bigger.
Two API calls to a running network
Everything on this page is provisioned by the same REST API the dashboard uses. Create, attach, scale, destroy — scriptable end to end, with predictable JSON in both directions.
# 1 — create a load balancer
POST /v1/load-balancers
{
"name": "web-prod",
"plan": "lb-pro",
"targets": ["10.0.4.11", "10.0.4.12"],
"health_check": { "path": "/healthz", "interval_s": 10 }
}
→ 201 created · id lb_7f2e · live in ≈55s
# 2 — point a floating IP at it
POST /v1/floating-ips/fip_90a1/attach
{ "target": "lb_7f2e" }
→ 200 ok · remap takes effect in seconds
The fine print, said out loud
How fast is failover, honestly?
Is DDoS protection included?
How isolated is a Private VLAN?
Closer to your users in about a minute.
Add a load balancer, a floating IP, or the whole fabric to your cart — most products are live roughly 55 seconds after checkout. Prefer to talk it through first? We answer the phone.