/VPS

Script and resources to install VitalPBX on VPS Machines

Primary LanguageShell

Debian VitalPBX 4 (Debian 11)

Instructions for installing VitalPBX 4 on VPS machines running Debian 11.

  1. Download the installation script
wget https://repo.vitalpbx.com/vitalpbx/v4/apt/debian_vpbx_installer.sh
  1. Give it execute permissions
chmod +x debian_vpbx_installer.sh
  1. Run the script
./debian_vpbx_installer.sh

Centos 7 VitalPBX 3 (Centos 7)

Instructions for installing VitalPBX 3 on VPS machines running Centos 7.

  1. If you don't have installed wget command, install it in the following way:
yum install wget -y
  1. Download the script:
wget https://raw.githubusercontent.com/VitalPBX/VPS/master/vps.sh
  1. Set correct permissions to script:
chmod +x vps.sh
  1. Excute the script to install VitalPBX on VPS:
./vps.sh

Important Note

VitalPBX is not working with OpenVZ based VPS, please, use KVM based VPS.

Due OpenVZ share the kernel and system files with the other users on the node and the host it's self, you are not able to modify the Kernel in any possible way, so, some applications like fail2ban does will not work as expected.