Quick Deploy Options

Get dSIPRouter up and running in minutes with your preferred deployment method.

1

One-Line Install

The fastest way to get started. Run this command on a fresh Debian/Ubuntu server:

bash
apt-get update -y && apt-get install -y git && cd /opt && git clone https://github.com/dOpensource/dsiprouter.git && cd dsiprouter && ./dsiprouter.sh install -all

Supported OS

Debian 11/12, Ubuntu 20.04/22.04, CentOS 7/8

Requirements

2 vCPU, 2GB RAM, 20GB disk minimum

Install Time

~5-10 minutes depending on server specs

2

Cloud Deploy

Deploy dSIPRouter on your preferred cloud provider with one-click options:

AWS

Amazon Web Services

Launch on EC2 via the AWS Marketplace with a pre-configured AMI.

Coming Soon

Google Cloud

GCP Compute Engine

Deploy on GCP with Compute Engine startup scripts.

Coming Soon

Azure

Microsoft Azure

Deploy on Azure VMs with ARM templates.

Coming Soon

DigitalOcean

Droplet deployment

One-click Droplet with pre-configured cloud-init.

3

Docker

Run dSIPRouter in a Docker container for orchestrated environments:

bash
docker pull dopensource/dsiprouter:latest
docker run -d --name dsiprouter \
  --net=host \
  dopensource/dsiprouter:latest

Need Help Getting Started?

Check out our documentation or reach out to our team for assistance.