Hi @venture,
IN1CLICK by @20telecom might give you a clue for what’s going wrong, while it carries out the necessary pre-flight checks. If it fails, then you might see why. It’s well worth giving it a go, seeing as you keep running into difficulty anyway. Something is probably preventing FreePBX from being installed smoothly.
Please check out the README file first and then run this command on a clean Debian 12 system as root:
wget https://raw.githubusercontent.com/20telecom/IN1CLICK/main/freepbx17-on-debian12 -O /tmp/IN1CLICK && chmod +x /tmp/IN1CLICK && /tmp/IN1CLICK
I hope it helps.
Kieran