# Incredible PBX

#### Post-Installation

##### Incredible PBX 2027 with Debian 11

Reset the hostname and password:

```bash
# 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:

Create an App password for your Gmail account: [https://support.google.com/accounts/answer/185833?hl=en](https://support.google.com/accounts/answer/185833?hl=en)

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

Stop Webmin

```bash
systemctl stop webmin
systemctl disable webmin
```