3CX Phone download
Preparing for installation
Make sure that you have administrator permissions on the server.
Installation is possible only on the same server where 3CX Phone version 18 or 20 is installed and activated
Download WebAPI and Webhook generator for 3CX (universal trial code NHQE-QRND-TRIAL)
For testing the Webhook functionality, we recommend to use the service https://webhook.site/ or https://requestinspector.com/
If you need help with the installation, please contact support. We can connect to you via Anydesk or TeamViewer and help you install WebAPI for 3CX
Download 3CX Phone Server:
sudo apt update && sudo apt upgrade -y
[ -f /var/run/reboot-required ] && sudo reboot -f
sudo apt install sudo wget gnupg2 dphys-swapfile -y
wget -O- https://repo.3cx.com/key.pub | gpg --dearmor | sudo tee /usr/share/keyrings/3cx-archive-keyring.gpg > /dev/null
echo "deb [arch=amd64 by-hash=yes signed-by=/usr/share/keyrings/3cx-archive-keyring.gpg] http://repo.3cx.com/3cx bookworm main" | sudo tee /etc/apt/sources.list.d/3cxpbx.list
sudo apt update
sudo apt install 3cxpbx -y