Install Ferrumgate Opensource ZTNA
First you need to install a debian 11 and above machine.
Update apt package index
apt update --assume-yes
Upgrade packages and reboot
apt upgrade --assume-yes
Install curl unzip
apt install --assume-yes curl unzip
Download install script with curl or wget
curl <https://raw.githubusercontent.com/ferrumgate/secure.install/master/install.sh> | sh
Start Ferrumgate
this script will install docker and configure system for startup
ferrumgate --start
or for more
ferrumgate --help
starting will take a little time for first time, because of downloading docker images, all apps are docker containers, just try
docker ps
docker image ls
This is a all in one installation, we installed redis, elastic search and our programs as docker containers. For production use we suggest using external elastic search for a better performance.