Instructions for installing VitalPBX 4(Debian 11) or 4.5(Debian 12) on VPS machines.
- Escalate privileges if needed
su -
- Install dependencies
apt install -y wget sudo
- Download the installation script
wget https://repo.vitalpbx.com/vitalpbx/v4.5/pbx_installer.sh
- Give it execute permissions
chmod +x pbx_installer.sh
- Run the script
./pbx_installer.sh