Connect Raspberry Pi to OpenVPN

Next-generation cloud-hosted OpenVPN business solution.
Post Reply
column
OpenVpn Newbie
Posts: 1
Joined: Sat Feb 05, 2022 10:52 am

Connect Raspberry Pi to OpenVPN

Post by column » Sat Feb 05, 2022 10:55 am

Hello,

I would like to connect Raspberry Pi to OpenVPN cloud, but found only Windows,Android, MAC clients for download. Is it possible to connect Raspbery Pi?

User avatar
openvpn_inc
OpenVPN Inc.
Posts: 1333
Joined: Tue Feb 16, 2021 10:41 am

Re: Connect Raspberry Pi to OpenVPN

Post by openvpn_inc » Sat Feb 05, 2022 5:34 pm

column wrote:
Sat Feb 05, 2022 10:55 am
I would like to connect Raspberry Pi to OpenVPN cloud, but found only Windows,Android, MAC clients for download. Is it possible to connect Raspbery Pi?
Hi col,

Of course it is. What OS is it running? Raspbian is a common choice. It's just an ARM-based Linux. It probably already includes the openvpn community software. At a command line, as root on a Raspbian,

Code: Select all

openvpn /path/to/your/profile.ovpn
will connect. If you don't already have the software you might have to install it first:

Code: Select all

apt-get install openvpn
One minor performance-related issue: OpenVPN makes extensive use of the AES encryption algorithm, and most modern CPUs include hardware-based support for it, called the AES-NI instruction set. The Pi does not have this feature. It therefore is limited in performance. That said, many home/SOHO users are using these devices with no problems.

You will probably want to find forums for Raspbian for further help with it. Good luck and enjoy OpenVPN Cloud.

regards, rob0
Image OpenVPN Inc.
Answers provided by OpenVPN Inc. staff members here are provided on a voluntary best-effort basis, and no rights can be claimed on the basis of answers posted in this public forum. If you wish to get official support from OpenVPN Inc. please use the official support ticket system: https://openvpn.net/support

Post Reply