Skip to main content

Incredible PBX

Post-Installation

Incredible PBX 2027 with Debian 11

Reset the hostname and password:

# Set the hostname
hostnamectl set-hostname <your-FQDN-name>

# Set the password
passwd              # for Root
admin-pw-change     # for FreePBX
apache-pw-change    # for Reminders and AsteriDex

Set Gmail as an SMTP Smarthost:

/root/enable-gmail-smarthost-for-sendmail

Stop Webmin

systemctl stop webmin
systemctl disable webmin