iqbalbash / ovcp-geteasy

Quick install OpenVPN and VestaCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OVCP-GetEasy

Accelerate installing OpenVPN along with VestaCP on RHEL/CentOS, Debian, and Ubuntu servers.

For Use

Use the following command to install OpenVPN together with VestaCP Nginx + Apache

wget https://raw.githubusercontent.com/iqbalbash/ovcp-geteasy/master/install-nginx-apache.sh
chmod +x install-nginx-apache.sh
./install-nginx-apache.sh

Use the following command to install OpenVPN together with VestaCP Nginx + PHP-FPM

wget https://raw.githubusercontent.com/iqbalbash/ovcp-geteasy/master/install-nginx-phpfpm.sh
chmod +x install-nginx-phpfpm.sh
./install-nginx-phpfpm.sh

Use the following command to install OpenVPN together with VestaCP Apache

wget https://raw.githubusercontent.com/iqbalbash/ovcp-geteasy/master/install-apache.sh
chmod +x install-apache.sh
./install-apache.sh

Source

About

Quick install OpenVPN and VestaCP


Languages

Language:Shell 100.0%