This website runs on froxlor server management software. Froxlol does not include PhpMyAdmin out of the box, so you need to install PhpMyAdmin separately. This is how I successfully installed it via ssh to connect MySQL database.
sudo apt install phpmyadmin
answer no to the prompt
`nano /etc/apache2/apache2.conf`
Then add the following line to the end of the file:
`Include /etc/phpmyadmin/apache.conf`
ctrl-x and y and enter to save and exit.
Then restart apache:
sudo restart apache:
/etc/init.d/apache2 restart
After that login to froxlor admin, go to Settings ยป Panel settings and enter phpMyAdmin URL as https://serverip/phpmyadmin then save
Now check if phpmyadmin is accessible via serverip/phpmyadmin. If it is accessible, ignore below commands.
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvim not sure if this is necessary but i did it before "nano /etc/apache2/apache2.conf" command
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo ln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin
sudo service apache2 restart
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^