Load Balancer — free. Yes, completely

Distribute traffic between servers, ride out load peaks and update backends with no downtime. On AWS a balancer costs ~$220/year, on Gcore — from €180/year. With us — $0: you pay only for the instances the traffic is distributed across.

Why you need a balancer

Fault tolerance, load peaks and zero-downtime updates — out of the box

  • Fault tolerance

    One server went down — traffic automatically goes to the rest. Health checks regularly probe backends and remove dead ones from rotation, without your involvement.

  • Load peaks

    A sale, an ad campaign, a stream under stress: add instances to the pool — the balancer distributes the load. Removed them after the peak — the bill went down.

  • Zero-downtime updates

    Take servers out of rotation one by one, update them, put them back. Users notice nothing.

  • A single entry point

    One IP/domain outward — any number of backends inside the private network (VPC). Backends with no public IPs at all — a smaller attack surface.

How it works

Three steps — and traffic is distributed across your servers

  1. Create a balancer

    In the panel: choose a location and a public IP ($3/mo — the only paid component).

  2. Add backends

    Instances from the pool, ports, health check rules.

  3. Point the domain

    The domain to the balancer's IP — and it's done.

Users → Load Balancer → Instance
Users
Load Balancer+ public IP
health checks

private network, no public IPs

  • Instance1
  • Instance2
  • Instance3
  • InstanceN

Technical capabilities

  • Protocols: HTTP, HTTPS, TCP
  • Automatic backend health checks
  • Management via the panel and API

Comparison with alternatives

A "free load balancer" is rare. Here's why it's not a trap

Comparison with alternatives
Comparison with alternativesOneCloudPlanetAWS ALBGcoreDigitalOceanYour own HAProxy on a VPS
Price/mo$0~$18 + trafficfrom €15$12instance price + your time
Setuppanel/API, minutescomplexpanelpanelmanual, configs
MaintenanceusAWSGcoreDOyou

Your own HAProxy gives more flexibility — and that's fine too: run it on our instance. But for 95% of scenarios a managed balancer at $0 is the simpler answer. Competitor prices are approximate and may change.

Frequently asked questions

Fault tolerance at a price of… zero

Create a balancer, add a second instance — and your service will survive a server failure. You pay only for instances.

Latest publications

Everything you need to create a stable, secure and scalable environment