Guides

Follow our step-by-step guides to get online in a minute!

Install OpenVPN on Linux (CLI)

Choose your distribution below

  1. Update repository

    apt update
    yum install epel-release
    sudo xbps-install -S
  2. Install OpenVPN

    apt install openvpn
    yum install openvpn
    sudo xbps-install openvpn
  3. Download our default SE1 configuration file here or generate a custom one here

  4. 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
  5. Disconnect by pressing CTRL + C

This website uses cookies to enhance your experience.