The following instructions and screenshots are from Ubuntu 18.04. First, ensure you have the network-manager-openvpn-gnome package installed (install it with sudo apt-get install network-manager-openvpn-gnome). If that package is not available, try network-manager-openvpn instead.

Open the Network Manager GUI, select the VPN tab and then the ‘Add’ button. Select OpenVPN as the VPN type in the opening requester and press ‘Create’. network-manager-openvpn (= 1.1.93-1ubuntu1) network management framework (OpenVPN plugin core) Connect to OpenVPN using Network Manager on CentOS 8/Ubuntu 18.04 Both CentOS 8 and Ubuntu 18.04 uses Gnome display environment by default and thus, how you connect to OpenVPN using NetworkManager is similar. Launch the Network Settings and click the plus sign (+) on VPN section to add the VPN connection. You should see such a screen. 2. Install the network manager openvpn by typing the following into the terminal: sudo apt-get install network-manager-openvpn and hit Return or Enter sudo apt-get install network-manager-openvpn-gnome [for Ubuntu 16+]

sudo apt-get install -y network-manager-openvpn network-manager-openvpn-gnome. This will install the necessary OpenVPN packages on the machine and add OpenVPN as an option in the desktop VPN configuration menu. 3. Restart network-manager by typing the following command and pressing Enter: sudo service network-manager restart. 4. May 14, 2020 · Follow our video tutorial below in order to create an OpenVPN® connection on your Linux Ubuntu: Install OpenVPN® plugin for Network Manager. Find the Terminal option on the left side bar. Type: sudo apt-get install network-manager-openvpn-gnome and press Enter; Type in your password and press Enter; Type: y and press Enter; Close Terminal

sudo apt-get install --reinstall network-manager network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome Go to Settings, Network. Choose the plus symbol (+) next to VPN, and then choose Import from file. Navigate to the configuration file that you received from your VPN administrator and choose Open.

Ubuntu Universe amd64 Official network-manager-openvpn-gnome_1.1.93-1ubuntu1_amd64.deb: network management framework (OpenVPN plugin GNOME GUI) Ubuntu Universe arm64 Official sudo apt-get install --reinstall network-manager network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome Go to Settings, Network. Choose the plus symbol (+) next to VPN, and then choose Import from file. Navigate to the configuration file that you received from your VPN administrator and choose Open. How to setup OpenVPN using Ubuntu Network Manager This tutorial describes the configuration of OpenVPN on Ubuntu Linux using the built in Network Manager. It can also be easily adapted to other Gnome-based desktop Linux distributions. 1.) First, open a terminal and enter the following command to install the Network Manager Plugin for OpenVPN.