This tutorial explains how to set up OpenVPN on Ubuntu Linux using the Command line/ Terminal CLI. Follow step-by-step to set up and install OpenVPN on Ubuntu.
- We used the FastestVPN for this tutorial. While you can use any VPN service which offers the OpenVPN protocol.
Step 1: Download the OpenVPN configuration files (ovpn files) which will be provided by your VPN service provider. Unzip those files if required.
Step 2: Now open the terminal and then access the "Downloads" folder or the directory where you saved the downloaded config files as given below.
- Type in: cd Downloads
- Type in: cd ovpn_files (replace "ovpn_files" with the folder name where your config files are saved)
Step 3: Now list the folder items by entering ls so you can view all the available VPN server files if there are multiple.
Step 4: Run the OpenVPN command now and then select your desired VPN server which you want to connect to.
For that, type in: sudo openvpn --config (your desired VPN server name)
For example I entered sudo openvpn --config Brazil-TCP.ovpn. Here you'll replace "Brazil-TCP.ovpn" with your OpenVPN config file name.
Step 5: It will ask for your sudo password first. Enter it and then it will ask for your VPN username and password respectively. Enter the username and then password provided by your VPN service provider
Step 6: Once the "Initialization Sequence Completed" appears, that means your OpenVPN on Ubuntu using the terminal command line has been connected.
When you need to disconnect VPN on Ubuntu, press Ctrl+C in the terminal.
More Free VPN Tutorials
- OpenVPN on Ubuntu Using the Network Manager
- Cisco AnyConnect Compatible OpenConnect VPN on Ubuntu Linux
- Set up PPTP VPN on Ubuntu Linux
- VPN on Mint Linux
- VPN on Different Linux Operating Systems
By following the steps given above, you can set up a Linux Ubuntu VPN using the OpenVPN protocol. Besides, if you're looking for additional support or have any questions to install OpenVPN Ubuntu or other Linux operating systems, please Contact us for your questions, queries, feedback, suggestions.