Skip to main content

Install OpenVPN 3

Updated over a week ago

Introduction

The OpenVPN 3 Linux client is the command-line client for Linux systems. It supports both Access Server and CloudConnexa.

This guide shows how to install OpenVPN 3 on Almalinux/RockyLinux operating systems.

1. Starting from the system update

Use the following command to update your server's system:

sudo dnf update

2. Installing RHEL

To do so, use:

sudo yum localinstall https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm

3. Installing EPEL

To do so, use:

sudo yum install epel-release

4. Installing PowerTool (AlmaLinux 8 / RockyLinux 8)

To do so, use:

sudo yum config-manager --set-enabled powertools

5. Installing OpenVPN 3 repository

To do so, use:

sudo yum install -y https://packages.openvpn.net/openvpn-openvpn3-epel-repo-1-1.noarch.rpm

6. Installing OpenVPN 3 client

To do so, use:

sudo yum install openvpn3-client

That's it! OpenVPN 3 client is installed.


​
​

Did this answer your question?