Installing the OpenVPN Client on FreeBSD

If the client has a stock FreeBSD installation, OpenVPN is in the pre-compiled packages repository as well as in the ports collection.

To install OpenVPN, run the following as the root user or via sudo:

# pkg install openvpn

Alternately, compile the client from ports:

# cd /usr/ports/security/openvpn && make install clean