High-performance load balancer

Built in Rust. Open source. Fast and reliable.

GET STARTED

Quick Start

# Install
curl -LO https://github.com/bas3line/ultrabalancer/releases/latest/download/ultrabalancer
chmod +x ultrabalancer
sudo mv ultrabalancer /usr/local/bin/

# Run with round-robin algorithm
ultrabalancer start round-robin \
  app1.example.com:8080 \
  app2.example.com:8080 \
  -p 80

Ready to ship?

Check out the docs and start load balancing in minutes.

Read the Documentation