Installation
Instant Server Installation with Snaps
Install Routr in seconds on Linux (Ubuntu and others) with:
sudo snap install routr-server
Routr Snap is recommended for Linux deployments
Installing snaps is very quick. By running that command you have your full Routr server up and running. Snaps are secure. They are isolated with all of their dependencies. Snaps also auto-update when we release new versions.
DigitalOcean droplet
Build and Deploy to a DigitalOcean droplet
Docker
OR Use the automated build image of our most recent release
docker pull fonoster/routr:latest
OR select a specific release (details of releases available):
docker pull fonoster/routr:vX.X.X
Kubernetes
Deploy to Kubernetes in few easy steps
Google Cloud Shell
Routr one-click interactive tutorial will get you familiar with Routr server and the command-line interface.
Custom
There are no special requirements to install and run the server. Just follow this easy steps:
➊ Download the server for your platform
Platform | Download |
---|---|
Linux | tar.gz |
macOS | tar.gz |
Windows | tar.gz, zip |
➋ Then extract it:
tar xvfz routr-*.tar.gz
cd routr-*
➌ Run the server using the routr
command
./routr