Repair & reinstall

Hello.
Is there any repair command for all services of cyberpanel & reinstall?
like upcp in cpanel
my phpmyadmin show blank page.
thanks.

Have you changed your mysql root user password?

1 Like

yes, I installed mysql manually

root password needs to be inside these two files:
/etc/cyberpanel/mysqlPassword
/usr/local/CyberCP/CyberCP/settings.py at DATABASES

1 Like

root db pass ( /etc/cyberpanel/mysqlPassword) is ok and can login to database by ssh.

link https://...:8090/dataBases/phpMyAdmin not working

install phpmyadmin using this link but not resolved

upgarding cyberpanel not solving problem too.
any comment?

Try looking at this tutorial if you only see a White page.

after upgrading cyber panel I get this error

https://*:8090/phpmyadmin/phpmyadminsignin.php?username=admin&token=21ZZlZ8ZoeuBp7U

500

Internal Server Error

An internal server error has occured.

That means your config file is broken. Follow the tutorial over where it copies over a clean config file.

1 Like

Here’s my working config file, but you need to put in your own cookie thing.

$cfg[‘blowfish_secret’] = ‘’; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
Here’s more info around the blowfish_secret
Why am I seeing blowfish_secret PhpMyAdmin error? (bobcares.com)

config-phpmyadmin - Pastebin.com

1 Like

changing & regenerate blowfish_secret not change the main error.
I still get error 500

Try opening it in another browser, or in incognito window.
You might need to clear the cookies from your main browser for it to work.