Proxysmart: demo installation

Demo version allows running a proxy on a single 4g/LTE modem only. For support of more modems, please buy a license.

Install a fresh Ubuntu 22.04 or 20.04, Desktop or Server edition. Or Debian 11.

Install APT repo:

sudo apt install gpg wget

wget -O-  https://pathos.tanatos.org/proxysmart.apt.repo/GPG.txt | gpg --dearmor | sudo dd of=/etc/apt/trusted.gpg.d/proxysmart.gpg

source /etc/os-release
ARCH=$(dpkg --print-architecture)

echo "deb [arch=$ARCH] http://pathos.tanatos.org/proxysmart.apt.repo $VERSION_CODENAME main" | sudo tee /etc/apt/sources.list.d/proxysmart.list

sudo apt update
sudo apt install proxysmart

Then follow instructions: It’ll tell what to do next ( run 2 files ).

sudo /usr/lib/proxysmart/install_pkgs.sh
sudo /usr/lib/proxysmart/install_webapp.sh

Done !

P.S. If you want to install the Development version, replace /proxysmart.apt.repo with /proxysmart.apt.repo.dev in the step of creation APT repository (line 4).