Page 1 of 1

[oconf] Open VPN Installation on Elastix Server

Posted: Fri Feb 12, 2021 8:17 am
by sadia.parveen
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.

Re: [oconf] Open VPN Installation on Elastix Server

Posted: Tue Feb 16, 2021 12:18 pm
by openvpn_inc
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