How to install VitalPBX on a VPS?

VitalPBX 3
VitalPBX requires Centos 7 minimal.

Here are the steps to follow:

  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

VitalPBX 4
VitalPBX requires Debian 11.

  1. If you don’t have installed wget or sudo command, install it in the following way:
apt install sudo wget
  1. Download the script:
wget https://repo.vitalpbx.com/vitalpbx/v4/apt/debian_vpbx_installer.sh
  1. Set correct permissions to script:
chmod +x debian_vpbx_installer.sh
  1. Excute the script to install VitalPBX on VPS:
./debian_vpbx_installer.sh