Pick your operating system, choose the package format, then click download.
Scroll down for information on Docker and Linux Repositories. Visit our quickstart guide for a brief description and example of how to use the Packetriot client to expose a server or web app running on a local or private network to the Internet.
Releases for Spokes, our network server, are at the bottom of this page.
We support multi-arch containers: x86-64, arm32 and arm64. Use the command below to create a container that runs persistently between reboots.
docker run -d --restart unless-stopped -p 4100:4100 -v ./pktriot-data:/data --name pktriot packetriot/pktriot:latest
Visit the dashboard to configure a new tunnel and manage traffic rules and other settings.
apt RepositoryInstall the GPG key and make sure apt can work with GPG signed packages and HTTPS sources.
sudo apt-get update sudo apt-get install apt-transport-https gnupg wget -y wget -qO - https://download.packetriot.com/linux/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/packetriot.gpg > /dev/null
Setup the Packetriot source in the apt sources directory.
echo " deb [signed-by=/usr/share/keyrings/packetriot.gpg arch=amd64] https://download.packetriot.com/linux/debian/buster/stable/non-free/binary-amd64 / deb [signed-by=/usr/share/keyrings/packetriot.gpg arch=i386] https://download.packetriot.com/linux/debian/buster/stable/non-free/binary-i386 / deb [signed-by=/usr/share/keyrings/packetriot.gpg arch=armhf] https://download.packetriot.com/linux/debian/buster/stable/non-free/binary-armhf / deb [signed-by=/usr/share/keyrings/packetriot.gpg arch=arm64] https://download.packetriot.com/linux/debian/buster/stable/non-free/binary-arm64 / " | sudo tee /etc/apt/sources.list.d/packetriot.list
Update the apt sources and install the client.
sudo apt-get update sudo apt-get install pktriot
dnf RepositoryInstall the GPG key.
sudo rpm -v --import https://download.packetriot.com/linux/RPM/RPM-GPG-KEY-packetriot sudo dnf install dnf-utils -y
Add Packetriot to the list of Yum repositories.
sudo dnf config-manager --add-repo https://download.packetriot.com/linux/RPM/packetriot.repo
Update the dnf and install the client.
sudo dnf install pktriot
yum RepositoryInstall the GPG key.
sudo rpm -v --import https://download.packetriot.com/linux/RPM/RPM-GPG-KEY-packetriot sudo yum install yum-utils -y
Add Packetriot to the list of Yum repositories.
sudo yum-config-manager --add-repo https://download.packetriot.com/linux/RPM/packetriot.repo
Update the yum and install the client.
sudo yum install pktriot
We support these platforms: Windows, Mac, OpenBSD, FreeBSD and a variety of Linux targets. Installation instructions for each platform can be found here.
| Filename | Version | Kind | OS / Arch | Size | Hash (sha256) |
|---|
Spokes is our network server software and provides teams and organizations more hooks for automation features to support advanced CI/CD workflows, dynamic fleets of devices and large teams. Visit our docs to learn more about Spokes, it's features and requirements for setting up a server.
| Filename | Version | Kind | OS / Arch | Size | Hash (sha256) |
|---|