Asterisk / FreePBX - Online Module Upgrade

That’s all you have to do for a working module admin:

chown asterisk:asterisk /etc/asterisk/http_custom.conf
mkdir /var/www/html/digium_phones
chown asterisk:asterisk /var/www/html/digium_phones
yum install gcc-c++ mongodb-server
systemctl enable mongod
systemctl start mongod

Then you are able to update and install new standard modules without problems…
EDIT: Long version:

5 Likes