How to set up manual OpenVPN connection using Linux Terminal

In this tutorial, you will learn how to set up an OpenVPN connection on your Linux device.

To set up OpenVPN on Linux, you will need a device running Linux OS and an active Surfshark subscription. The available plans are listed on Surfshark’s pricing page.

We will cover the following:

  1. Get your credentials
  2. Download and install the OpenVPN package
  3. Download configuration files
  4. Connect to the VPN
  5. Ensure your connection was successful

 

NOTE: This tutorial uses the Ubuntu distribution. Please note that some configurations may vary depending on the Linux distribution you are using. 

 

Get your credentials

NOTE: These are not your regular credentials, such as your email address and password.

  1. Enter the Surfshark login page and log in. Then, click on VPN > Manual Setup. This is the page where all the details required for manual connection are stored.

  2. Click Desktop or Mobile > OpenVPN. Proceed to the credentials tab. Click on the credentials tab at the top:

    image 1392.png

    NOTE: Keep this page open for now. You will need these credentials a bit later.

Download and install the OpenVPN package

  1. Open the terminal window. You can do that by pressing the Ctrl+Alt+T keys or navigating to it in your apps menu:
    image 1424.png

  2. Enter the following command to install all the necessary packages:
    sudo apt-get install openvpn unzip
    You may need to enter your computer password to confirm this process. In such a case, enter the password and press enter:
    image 1519.png

Download configuration files

  1. Navigate to the OpenVPN directory. You can do that by entering this command:
    cd /etc/openvpn
    image 1520.png

  2. Download the Surfshark OpenVPN configuration by entering the following command:
    sudo wget https://surfshark.com/api/v1/server/configurations
    image 1521.png

  3. Extract the configurations.zip by entering this command:
    sudo unzip configurations
    image 1522.png

  4. Enter the following command to see the list of all the available servers:
    ls
    image 1523.png

 

Connect to the VPN

  1. Choose one server from the list that you want to connect to and copy the hostname (URL) representing this server's hostname:
    image 1524.png

  2. Connect to your chosen server by entering this command:
    sudo openvpn
    For example, if you'd like to connect to the us-slc server, this would be the command:
    sudo openvpn us-slc.prod.surfshark.com_udp.ovpn
    image 1526 (1).png

  3. Enter Surfshark service credentials (refer to the Get your credentials section in this article). Press enter:
    image 1535.png

  4. If you can see the initialization sequence completed line in your terminal, you have successfully connected:
    image 1536.png

  5. To disconnect from the OpenVPN connection, open the terminal and press Ctrl + C:
    image 1539.png

 

Ensure the connection is successful

We always recommend checking if Surfshark VPN is working after setting it up for the first time. You can easily do this by performing a Surfshark IP leak test and a DNS leak test . Both are available on our website for your convenience.



You may also be interested in:

Was this article helpful?
Thank you for your feedback!