Unable to get the GUI installer - The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later

Hi @Jellyfrog

I figured out the issue. It was inside the /etc/php/7.4/fpm/pool.d/librenms.conf

Where:

listen.owner = www-data
listen.group = www-data

Were left to default. Changed them to:

listen.owner = librenms
listen.group = librenms

Seems to have got it going.

Perhaps this should be added to the install docs, since it only mentions:

Change user and group to “librenms”:

user = librenms
group = librenms

but not the listen.owner and listen.group.

Best Regards