VitalPBX 3
VitalPBX requires Centos 7 minimal.
Here are the steps to follow:
- If you don’t have installed wget command, install it in the following way:
yum install wget -y
- Download the script:
wget https://raw.githubusercontent.com/VitalPBX/VPS/master/vps.sh
- Set correct permissions to script:
chmod +x vps.sh
- Excute the script to install VitalPBX on VPS:
./vps.sh
VitalPBX 4
VitalPBX requires Debian 11.
- If you don’t have installed wget or sudo command, install it in the following way:
apt install sudo wget
- Download the script:
wget https://repo.vitalpbx.com/vitalpbx/v4/apt/debian_vpbx_installer.sh
- Set correct permissions to script:
chmod +x debian_vpbx_installer.sh
- Excute the script to install VitalPBX on VPS:
./debian_vpbx_installer.sh