OpenVPN on Linux CLI
CLI Install and Usage for Linux Systems

Download the UsenetExpress VPN [ovpn file] (/ovpn/UNE-Miami4.ovpn) and copy it to your home directory.

Install OpenVPN:

sudo apt-get install openvpn

To Run OpenVPN:

Start Terminal, and enter

sudo openvpn –daemon –config ~/UNE-Miami4.ovpn

Enter your login and password at the prompts.

To Stop OpenVPN:

Enter the following to close the connection

pkill -2 -f UNE-Miami4.ovpn