New Install of VitalPBX 4.0

Figured it out:

  • sudo systemctl disable firewalld
  • sudo systemctl mask --now firewalld (hides firewall systemd)

I’m NAT’d behind a hardware firewall.

As well, enabled SSH internally with password, in case others need that as well:

  • vi /etc/ssh/sshd_config
  • The config line by default says: PermitRootLogin Password-Prohibited
  • We change it to: PermitRootLogin yes
    Reboot Vital PBX after both these changes.
    You also have to change the Network Interface form the command line, they have not integrated it into the GUI yet if you want a static address. but no big deal. Easy to do.