Install OpenVPN on Linux (CLI)
Choose your distribution below
-
Update repository
apt update
yum install epel-release
sudo xbps-install -S
-
Install OpenVPN
apt install openvpn
yum install openvpn
sudo xbps-install openvpn
Download our default SE1 configuration file here or generate a custom one here
-
Connect by running the command below (dont forget to replace with the name of your configuration file) and type your username and password when prompt
openvpn --config REPLACE.ovpn
Disconnect by pressing CTRL + C