Skip to main content
VOXRIDGE
Menu

Start free

Spin up a tenant in minutes.

Free under 25 extensions, forever. No credit card. Connect your first PBX in under an hour.

VoxRidge Cloud

Hosted by us in EU (Frankfurt) or US (Virginia). Best for teams that want to be productive in an afternoon.

  1. Sign up with email, GitHub, or Google.
  2. Pick a region.
  3. Connect your first PBX (we'll walk you through Asterisk in the docs).
  4. Make your first API call.
Sign up free

Self-hosted

A single Go binary, plus Postgres and NATS. Runs on a single VM, a Kubernetes cluster, or air-gapped on a laptop.

$ docker pull voxridge/voxridge:latest
$ docker run -p 8084:8084 \
    -e VOX_DB_URL=postgres://... \
    -e VOX_NATS_URL=nats://... \
    voxridge/voxridge:latest
Self-host docs →