Secure access and connect teams.
Free load balancer — distribute the load and scale your applications.
HAProxy is the reference open-source load balancer: it distributes incoming traffic across multiple application servers, checks their health (health checks) and switches over automatically in case of failure (failover). Renowned for its performance and reliability, it powers some of the largest platforms on the web.
On your ServOrbit VPS instances, HAProxy lets you scale horizontally: add servers behind the load balancer to absorb the load, with no software cost — it's entirely free.
Distribute traffic across multiple application VPS instances to handle rising load.
Fail over automatically to a healthy server if one goes down.
Balance reads across multiple database replicas.
Guide optimized for ServOrbit Cloud VPS.
apt install -y haproxy. The service starts via systemd.
In /etc/haproxy/haproxy.cfg, define a frontend (listening port) and a backend listing your application servers and their health checks.
Add a stats section to view the state of the backends, then systemctl reload haproxy.
A modern web server and reverse proxy with automatic HTTPS. Let's Encrypt SSL certificates are obtained and renewed on their own, with minimal configuration via a Caddyfile.
Cybersecurity & BastionCollaborative protection against attacks. Behavioural detection and threat-intelligence sharing with the community.
Browse our help center and FAQ, or write to our team — support in French, English and Arabic.