Skip to content

OpenVPN Pritunl

Matvey Gladkikh edited this page Mar 5, 2022 · 32 revisions

Tested on Debian 10/11 (mongodb uses "buster" apt repo for "bullseye" (not an error)). Docs: https://docs.pritunl.com/docs.

Install:

curl -L https://raw.githubusercontent.com/matveynator/sysadminscripts/main/pritunl | sudo bash

Uninstall (edit /etc/rc.local)

apt-get --purge remove pritunl* mongodb-*
Clone this wiki locally