Is it possible to install OpenVPN Connect on ZimaOS.
If so, what are the steps to be able to achieve this.
Thanks in advance.
Yes, it should be possible as per their Docker deployment documentation: Official Docker VPN Server with Access Server | OpenVPN
The composed file should look like something like this:
docker run -d \
--name=openvpn-as --device /dev/net/tun \
--cap-add=MKNOD --cap-add=NET_ADMIN \
-p 943:943 -p 443:443 -p 1194:1194/udp \
-v /DATA/AppData/openvpn:/openvpn \
--restart=unless-stopped \
openvpn/openvpn-as