Can't acces PHPMYAdmin

Hello, anyone knows how to fix this?
when I click on the PHPMYAdmin it goes to “This page isn’t working”

Thank you

Welcome @LunaDesigns Happy you are here

Using ssh terminal confirm you have phpmyadmin and get phpmyadmin if you dont have it like this

# as root or sudouser
# does this folder exist ?
$ find /usr/local/CyberCP/public -name phpmyadmin
# no it does not
$ wget -cv https://raw.githubusercontent.com/josephgodwinkimani/cyberpanel-mods/main/phpmyadmin.zip -P /usr/local/CyberCP/public
$ cd /usr/local/CyberCP/public && unzip phpmyadmin

Go back and try to access phpmyadmin

Hello thank you it worked.
best

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.