[oconf] Open VPN Installation on Elastix Server

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
sadia.parveen
OpenVpn Newbie
Posts: 1
Joined: Fri Feb 12, 2021 6:47 am

[oconf] Open VPN Installation on Elastix Server

Post by sadia.parveen » Fri Feb 12, 2021 8:17 am

Hi All,

I am new here, I am trying to install OpenVPN as server on my Elastix Machine which is CentOS.
I found few commands on web to install which are mention below but after these commands what steps I need to follow to configure it as Server and how to set username and password details for client.

Code: Select all

yum -y install https://as-repository.openvpn.net/as-repo-centos8.rpm
yum -y install openvpn-as
Kindly guide me in detail.

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

Re: [oconf] Open VPN Installation on Elastix Server

Post by openvpn_inc » Tue Feb 16, 2021 12:18 pm

Hello,

After it is installed on a supported OS, you should be able to set the password for the default admin account 'openvpn' with the following command:
sudo passwd openvpn

And then login at the web interface that should be online now on your server. It might be that your server has a firewall enabled by default so you might need to open that up to gain access. There should be a web service at port TCP 443 and at 943.

Good luck,
Johan
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