Sentora Support Forums

Full Version: Access panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm not getting access to my administrative panel (painel.wasbrasil.com). When access informs the following message Critical Error: [0100] - Unable to connect or authenticate to the Sentora database (sentora_core).

We advice that you contact the server administrator to ensure that the database server is online and that the correct connection parameters are being used.


I need help! Please!
Did you change the DB root password?

M B
(06-13-2017, 06:49 PM)Me.B Wrote: [ -> ]Did you change the DB root password?

M B

Yes! Before was login/ pass 

zadmin / NEVER POST PASSWORDS

changed zadmin/ NEVER POST PASSWORDS
(06-13-2017, 08:21 PM)Bruna Wrote: [ -> ]Yes! Before was login/ pass 

zadmin / NEVER POST PASSWORDS

changed zadmin/ NEVER POST PASSWORDS

I guess thats the Sentora (panel) login password :/  did you change something else ?
the MySQL Root Password for example?
(06-13-2017, 10:34 PM)M0HX Wrote: [ -> ]I guess thats the Sentora (panel) login password :/  did you change something else ?
the MySQL Root Password for example?

I just changed the panel password. Please help me! My website is down and I do not know what to do.

Thank you
(06-14-2017, 11:53 PM)Bruna Wrote: [ -> ]I just changed the panel password. Please help me! My website is down and I do not know what to do.

Thank you

see the passwords.txt file that was generated when u first setup sentora 
it contains bunch of passwords right? 

now using filezilla or anyway on ur vps
open this file in : /etc/sentora/panel/cnf

called: db.php

and see if the MySQL Root Password  matches.
if not make a change in the code and save.

mine looks like this rn
Code:
<?php /**  * @copyright 2014-2015 Sentora Project (http://www.sentora.org/)   * Sentora is a GPL fork of the ZPanel Project whose original header follows:  *  * Database configuration file.  * @package zpanelx  * @subpackage core -> config  * @author Bobby Allen (ballen@bobbyallen.me)  * @copyright ZPanel Project (http://www.zpanelcp.com/)  * @link http://www.zpanelcp.com/  * @license GPL (http://www.gnu.org/licenses/gpl.html)  */ $host = 'localhost'; $dbname = 'sentora_core'; $user = '######'; // # means removed lol $pass = '######';

edit:
also this may help ya too!
http://forums.sentora.org/showthread.php?tid=1087