- 1 Minute to read
Setting up manual OpenVPN connection on Linux using Terminal
- 1 Minute to read
Please note that since Linux has a lot of different distributions, the configuration interfaces may vary. If you or your organization owner has already purchased a dedicated server, the owner can generate OpenVPN configuration files from the Downloads section. While on the same page, NordLayer service credentials need to be copied as well since they are individual for each member.
Open Terminal (keyboard shortcut: Ctrl + Alt + T)
Install the OpenVPN client by entering:
sudo apt-get install openvpn
You may be asked to enter your user password to confirm your identity.
- Enter the directory where you have downloaded the server configurations
cd Downloads
- Start OpenVPN with a chosen configuration by entering:
sudo openvpn [file name]
OpenVPN will ask you for your credentials. Enter your NordLayer service credentials
You have successfully connected to the VPN. To disconnect, open Terminal and press Ctrl + C on your keyboard
Note: In case you have any questions or are experiencing any issues, please feel free to contact our 24/7 customer support team.