I've recently installed FusionPBX on FreeBSD 12.2 using the script on the install page (recognizing that it recommends starting with FreeBSD11.1 - which is EOL). I manage to get everything installed. Top shows Freeswitch , nginx and Postgres running. However, I can't login on the login page. I'm getting an Invalid Username and/or Password error. I've tried manually updating the password in Postgres but still no luck. Does anyone have any ideas?
More: Nginx seems to believe that FusionPBX has been installed (
https://192.168.1.17/index.php?msg=Already+Installed) when in fact the config.php does not exist anywhere in the relevant directories (resources/includes/web root).
Also: Although login.php refers to /usr/local/etc/fusionpbx/config.php under BSD, that folder wasn't created by the install script. I think maybe the BSD install script is broken?
I'm trying to set this up in a iocage base jail on a FreeBSD12.2 host.
Thanks