Hello @nath ,
Your password to access the web interface should have been defined during the installation process during this step
Are you sure of the password you used?
Otherwise, you can try to reset the admin password via MySQL console with the following command :
First, you should encode your password :
# htpasswd -bnBC 10 "" AdminCentre0n | tr -d ':'
$2y$10$MVURo/NcFdOFB6rcU4A7hew289MHODdQ1pL9ftsZJ4aPgYm4HlvKC
Then you could update your password :
# mysql centreon
MariaDB acentreon]>INSERT INTO contact_password (password, contact_id, creation_date) VALUES ('$2y$10$MVURo/NcFdOFB6rcU4A7hew289MHODdQ1pL9ftsZJ4aPgYm4HlvKC', 1, (SELECT UNIX_TIMESTAMP(NOW())));
About the static IP configuration, it depends on the distro you are using and you should easily find an answer.
The problem isn't the password, since I can't even access the platform when I enter my server's IP address. The message returned is :
This site is inaccessible.
I really no longer have access to the web interface, even though the server is running well, I can still ping.