Hi,
I want to install centreon with this configuration :
- Centreon server with centreon-central
- Database on remote mariadb server
All are in Debian 12.
For the centreon central, the install is :
apt update
apt upgrade
apt update && apt install lsb-release ca-certificates apt-transport-https software-properties-common wget gnupg2 curl
ip a
apt update
apt upgrade
apt autoremove
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/sury-php.list
wget -O- https://packages.sury.org/php/apt.gpg | gpg --dearmor | tee /etc/apt/trusted.gpg.d/php.gpg > /dev/null 2>&1
echo "deb https://packages.centreon.com/apt-standard/ $(lsb_release -sc)-25.10-stable main" | tee -a /etc/apt/sources.list.d/centreon-25.10-stable.list
echo "deb https://packages.centreon.com/apt-plugins-stable/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/centreon-plugins.list
wget -O- https://apt-key.centreon.com | gpg --dearmor | tee /etc/apt/trusted.gpg.d/centreon.gpg > /dev/null 2>&1
apt update
apt install -y centreon-central
systemctl enable php8.2-fpm apache2 centreon cbd centengine gorgoned centreontrapd snmpd snmptrapd
ss -ltnpI have the 80 listen socket.
On the remote database server :
MariaDB [(none)]> CREATE DATABASE centreon_db;
Query OK, 1 row affected (0.000 sec)
MariaDB [(none)]> CREATE USER 'centreon_user'@'IP_CENTRAL' IDENTIFIED BY '<REDACTED>';
Query OK, 0 rows affected (0.003 sec)
MariaDB [(none)]> GRANT ALL PRIVILEGES ON centreon_db.* TO 'centreon_user'@'IP_CENTRAL' WITH GRANT OPTION;
Query OK, 0 rows affected (0.002 sec)
MariaDB [(none)]> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.001 sec)
All telnet tests are OK.
When I want to start the Web installer, I’ve a blank page :

Logs are :
- Apache 2 : HTTP 200 => OK
- Centreon :
>> tail centAcl.log
#0 /usr/share/centreon/cron/centAcl.php(52): CentreonDB->__construct()
#1 {main}
thrown in /usr/share/centreon/www/class/centreonDB.class.php on line 115
PHP Warning: Undefined variable $conf_centreon in /usr/share/centreon/cron/centAcl.php on line 31
PHP Warning: Trying to access array offset on value of type null in /usr/share/centreon/cron/centAcl.php on line 31
PHP Fatal error: Uncaught Error: Undefined constant "hostCentreon" in /usr/share/centreon/www/class/centreonDB.class.php:115
Stack trace:
#0 /usr/share/centreon/cron/centAcl.php(52): CentreonDB->__construct()
#1 {main}
thrown in /usr/share/centreon/www/class/centreonDB.class.php on line 115
>> tail centreontrapd.log
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/centreon/script/centreontrapd.pm line 1199.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/centreon/script/centreontrapd.pm line 1200.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/centreon/script/centreontrapd.pm line 1199.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/centreon/script/centreontrapd.pm line 1200.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/centreon/script/centreontrapd.pm line 1199.
>> tail centreon-web.log
[2026-05-19T15:55:48+02:00] CRITICAL : An error occurred while displaying the following template install.tpl : unable to write file /usr/share/centreon/GPL_LIB/SmartyCache/compile/wrt6a0c6be405bf59_29485363 | {"custom":{"template_name":"install.tpl","error_message":"unable to write file /usr/share/centreon/GPL_LIB/SmartyCache/compile/wrt6a0c6be405bf59_29485363"},"exception":{"exceptions":[{"type":"SmartyException","message":"unable to write file /usr/share/centreon/GPL_LIB/SmartyCache/compile/wrt6a0c6be405bf59_29485363","file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php","line":54,"code":0,"class":"Smarty_Internal_Runtime_WriteFile","method":"writeFile"}],"traces":[{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php","line":209,"function":"writeFile","class":"Smarty_Internal_Runtime_WriteFile","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php","line":184,"function":"write","class":"Smarty_Template_Compiled","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php","line":141,"function":"compileTemplateSource","class":"Smarty_Template_Compiled","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php","line":105,"function":"process","class":"Smarty_Template_Compiled","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php","line":217,"function":"render","class":"Smarty_Template_Compiled","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php","line":238,"function":"render","class":"Smarty_Internal_Template","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php","line":134,"function":"_execute","class":"Smarty_Internal_TemplateBase","type":"->"},{"file":"/usr/share/centreon/GPL_LIB/smarty-plugins/SmartyBC.php","line":557,"function":"display","class":"Smarty_Internal_TemplateBase","type":"->"},{"file":"/usr/share/centreon/www/install/install.php","line":35,"function":"display","class":"SmartyBC","type":"->"}]},"default":{"request_infos":{"uri":"/centreon/install/install.php","http_method":"GET","server":"IP_CENTRAL"}}}
[2026-05-19T15:55:50+02:00] CRITICAL : An error occurred while displaying the error template : unable to create directory /usr/share/centreon/www/install/templates_c | {"custom":{"error_message":"unable to create directory /usr/share/centreon/www/install/templates_c"},"exception":{"exceptions":[{"type":"SmartyException","message":"unable to create directory /usr/share/centreon/www/install/templates_c","file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php","line":45,"code":0,"class":"Smarty_Internal_Runtime_WriteFile","method":"writeFile"}],"traces":[{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php","line":209,"function":"writeFile","class":"Smarty_Internal_Runtime_WriteFile","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php","line":184,"function":"write","class":"Smarty_Template_Compiled","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php","line":141,"function":"compileTemplateSource","class":"Smarty_Template_Compiled","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php","line":105,"function":"process","class":"Smarty_Template_Compiled","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php","line":217,"function":"render","class":"Smarty_Template_Compiled","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php","line":238,"function":"render","class":"Smarty_Internal_Template","type":"->"},{"file":"/usr/share/centreon/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php","line":134,"function":"_execute","class":"Smarty_Internal_TemplateBase","type":"->"},{"file":"/usr/share/centreon/GPL_LIB/smarty-plugins/SmartyBC.php","line":569,"function":"display","class":"Smarty_Internal_TemplateBase","type":"->"},{"file":"/usr/share/centreon/www/install/install.php","line":35,"function":"display","class":"SmartyBC","type":"->"}]},"default":{"request_infos":{"uri":"/centreon/install/install.php","http_method":"GET","server":"IP_CENTRAL"}}}
>> tail *
==> central-broker-master.log <==
[...]
[2026-05-19T16:46:14.230+02:00] [tcp] [error] TCP: could not connect to localhost:5670 : Cannot assign requested address
[2026-05-19T16:46:14.230+02:00] [processing] [error] failover: global error: failover: 'centreon-broker-rrd' cannot connect endpoint.
[2026-05-19T16:46:14.230+02:00] [processing] [error] centreon-broker-rrd Failed to send event to stream, we wait 1s before retry
>> tail gorgoned.log
2026-05-19 16:59:14 - ERROR - [autodiscovery] -class- host discovery - cannot get platform versions - Login error [code: '500'] [message: 'Internal Server Error']
2026-05-19 17:00:14 - ERROR - [autodiscovery] -class- host discovery - cannot get platform versions - Login error [code: '500'] [message: 'Internal Server Error']
Anyone have an idea please ?
Thanks
