RE: Access panel
06-15-2017, 12:17 AM
(This post was last modified: 06-15-2017, 02:39 AM by M0HX.)
(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