Skip to content
/ VPS Public

Script and resources to install VitalPBX on VPS Machines

Notifications You must be signed in to change notification settings

VitalPBX/VPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Debian 11

VitalPBX 4 & 4.5 (Debian 11 & 12)

Instructions for installing VitalPBX 4(Debian 11) or 4.5(Debian 12) on VPS machines.

  1. Escalate privileges if needed
su -
  1. Install dependencies
apt install -y wget sudo
  1. Download the installation script
wget https://repo.vitalpbx.com/vitalpbx/v4.5/pbx_installer.sh
  1. Give it execute permissions
chmod +x pbx_installer.sh
  1. Run the script
./pbx_installer.sh

Centos 7 VitalPBX 3 (Centos 7) - ⚠️ DEPRECATED

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.