Automated installation script for 3CX PBX on Debian 12.
- Debian 12 (Bookworm)
- Root / sudo access
- Active internet connection
Run the following command on your Debian 12 server:
curl -sSL https://raw.githubusercontent.com/PurpleComputing/hosted-3cx/main/install-3cx.sh | sudo bashOr using wget:
wget -qO- https://raw.githubusercontent.com/PurpleComputing/hosted-3cx/main/install-3cx.sh | sudo bash- Verifies the script is running as root on Debian 12
- Downloads and runs the official 3CX post-install setup script
- Installs the
3cxpbxpackage via apt
Once complete, the 3CX setup wizard should start automatically. If it doesn't, run:
sudo 3CXWizardMIT
Maintained by Purple Computing