SBC
NEW SBC
- Create new micro-sd with tool BalenaEtcher
- Login as User “pi" Passwd "raspberry"
- Set hostname for 3CXSBC
- Change Passwd of "pi" and "root" to "P0rt..."
sudo passwd pi
sudo passwd
- Change the time zone
dpkg-reconfigure tzdata
- Enable SSH and change Hostname
sudo raspi-config
reboot
- Change logo
sudo nano /etc/motd
_______ _____ _ _
|__ __| | __ \ | | | |
| |______| |__) |__ _ __| |_ __ _| | (c) 2026
| |______| ___/ _ \| '__| __/ _` | | T-Portal
| | | | | (_) | | | || (_| | |
|_| |_| \___/|_| \__\__,_|_| http://www.t-portal.nl
Welcome to the 3CX SBC - date install: 01-06-2026
- Change SSH from 22 to 3326 and login root
sudo nano /etc/ssh/sshd_config
sudo service ssh restart
reboot
- Run the 3CX Install script:
sudo bash -c "$(wget -qO- http://downloads-global.3cx.com/downloads/sbc/3cxsbc.zip)"
- Select "OK" to verify the "3CX Pre-requisites"
- Enter Provisioning URL for your 3CX: https://t-portal.3cx.nl:5001 >> Copy
- Enter Authentication Key ID: DxxxxDxxxxExxO >> Copy
- Proceed to Install and Restart.