Quick Deploy Options
Get dSIPRouter up and running in minutes with your preferred deployment method.
One-Line Install
The fastest way to get started. Run this command on a fresh Debian/Ubuntu server:
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
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.
Google Cloud
GCP Compute Engine
Deploy on GCP with Compute Engine startup scripts.
Azure
Microsoft Azure
Deploy on Azure VMs with ARM templates.
DigitalOcean
Droplet deployment
One-click Droplet with pre-configured cloud-init.
Docker
Run dSIPRouter in a Docker container for orchestrated environments:
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.