Hey
I tried all solutions in the community but it didn’t fix the issue
The issue appear after update 1.9.3
I am facing Internal Server Error when visiting phpmyadmin from any domain

Screenshot
Captured with Lightshot
Hey
I tried all solutions in the community but it didn’t fix the issue
The issue appear after update 1.9.3
I am facing Internal Server Error when visiting phpmyadmin from any domain
Maybe you can show some logs ?
Which configuration you’re using? Apache and nginx or just nginx?
We need some information to help.
thanks in advance
i am using apache and nginx
here is some logs if you want to see any logs let me know please
here is /etc/nginx/conf.d/phpmyadmin.inc result
GNU nano 6.2 /etc/nginx/conf.d/phpmyadmin.inc location /phpmyadmin {
alias /usr/share/phpmyadmin/;
location ~ /(libraries|setup|templates|locale) {
deny all;
return 404;
}
location ~ /(.+\.(json|lock|md)) {
deny all;
return 404;
}
location ~ ^/phpmyadmin/(.*\.php)$ {
alias /usr/share/phpmyadmin/$1;
include /etc/nginx/fastcgi_params;
fastcgi_index index.php;
fastcgi_param HTTP_EARLY_DATA $rfc_early_data if_not_empty;
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_pass unix:/run/php/www.sock;
}
location /phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|webp|js|ico|html|xml|txt))$ {
root /usr/share/phpmyadmin/;
}
}
ls -lh /etc/phpmyadmin/ /usr/share/phpmyadmin/ /var/lib/phpmyadmin/ result
/etc/phpmyadmin/:
total 44K
-rw-r--r-- 1 root root 755 Jan 20 2022 apache.conf
drwxr-x--- 2 root www-data 4.0K Jun 7 21:36 conf.d
-rw-r----- 1 root www-data 505 Jun 8 19:58 config-db.php
-rw-r--r-- 1 root root 168 Jan 20 2022 config.footer.inc.php
-rw-r--r-- 1 root root 168 Jan 20 2022 config.header.inc.php
-rw-r----- 1 root www-data 1.1K Dec 20 10:28 config.inc.php
-rw-r----- 1 root www-data 6.1K Jan 20 2022 config.inc.php.dpkg-dist
-rw-r----- 1 root www-data 0 Dec 20 10:28 hestia-sso.inc.php
-rw-r--r-- 1 root root 273 Jan 20 2022 lighttpd.conf
-rw-r--r-- 1 root root 198 Jan 20 2022 phpmyadmin.desktop
-rw-r--r-- 1 root root 295 Jan 20 2022 phpmyadmin.service
/usr/share/phpmyadmin/:
total 804K
-rwxr-xr-x 1 www-data www-data 2.6K Feb 4 06:10 CONTRIBUTING.md
-rwxr-xr-x 1 www-data www-data 20K Feb 4 06:10 ChangeLog
-rwxr-xr-x 1 www-data www-data 18K Feb 4 06:10 LICENSE
-rwxr-xr-x 1 www-data www-data 1.5K Feb 4 06:10 README
-rwxr-xr-x 1 www-data www-data 29 Dec 20 10:26 RELEASE-DATE-5.2.1
-rwxr-xr-x 1 www-data www-data 29 Feb 4 06:10 RELEASE-DATE-5.2.2
-rw-r--r-- 1 root root 56K Jan 20 2022 autoload.php
-rwxr-xr-x 1 www-data www-data 69 Feb 4 06:10 babel.config.json
-rwxr-xr-x 1 www-data www-data 5.4K Feb 4 06:10 composer.json
-rwxr-xr-x 1 www-data www-data 321K Feb 4 06:10 composer.lock
-rw-r--r-- 1 root root 4.4K Jun 4 2021 config.sample.inc.php
drwxr-xr-x 3 www-data www-data 4.0K Feb 4 06:10 doc
drwxr-xr-x 2 www-data www-data 4.0K Dec 20 10:26 examples
-rw-r--r-- 1 root root 22K Jun 4 2021 favicon.ico
-rwxr-xr-x 1 www-data www-data 6.1K Dec 20 10:28 hestia-sso.php.bak
-rw-r--r-- 1 root root 413 Jun 4 2021 index.php
drwxr-xr-x 6 www-data www-data 4.0K Jun 8 19:57 js
drwxr-xr-x 5 www-data www-data 4.0K Jun 8 19:57 libraries
drwxr-xr-x 47 www-data www-data 4.0K Jun 8 19:57 locale
-rwxr-xr-x 1 www-data www-data 2.9K Feb 4 06:10 package.json
-rw-r--r-- 1 root root 1.1K Jun 4 2021 print.css
-rw-r--r-- 1 root root 26 Jun 4 2021 robots.txt
drwxr-xr-x 5 www-data www-data 4.0K Dec 20 10:26 setup
-rw-r--r-- 1 root root 1.4K Jun 4 2021 show_config_errors.php
drwxr-xr-x 2 www-data www-data 4.0K Jun 8 19:57 sql
drwxr-xr-x 26 www-data www-data 4.0K Jun 8 19:57 templates
drwxr-xr-x 6 www-data www-data 4.0K Jun 8 19:57 themes
drwx------ 3 www-data www-data 4.0K Dec 27 14:44 tmp
-rw-r--r-- 1 root root 1.6K Jun 4 2021 url.php
drwxr-xr-x 28 www-data www-data 4.0K Dec 20 10:26 vendor
-rwxr-xr-x 1 www-data www-data 246K Feb 4 06:10 yarn.lock
/var/lib/phpmyadmin/:
total 8.0K
-rw-r----- 1 root www-data 68 Jun 8 19:58 blowfish_secret.inc.php
drwxrwx--- 2 www-data www-data 4.0K Dec 20 10:26 tmp
cat /etc/phpmyadmin/config.inc.php result
<?php
/* PHPmyadmin config for Hestia 1.3.3 > */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* All directives are explained in documentation in the doc/ folder
* or at <https://docs.phpmyadmin.net/>.
*
* @package PhpMyAdmin
*/
declare(strict_types=1);
/**
* This is needed for cookie based authentication to encrypt password in
* cookie. Needs to be 32 chars long.
*/
$cfg["blowfish_secret"] = "myauth"; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
/**
* Directories for saving/loading files from server
*/
$cfg["UploadDir"] = "";
$cfg["SaveDir"] = "";
/**
* You can find more configuration options in the documentation
* in the doc/ folder or at <https://docs.phpmyadmin.net/>.
*/
//start with 1 other wise it doesn't work
$i = 1;
foreach (glob("/etc/phpmyadmin/conf.d/*.php") as $filename) {
include $filename;
/*Don't remove / alter code here below this will add SSO support for all servers*/
//Add Hestia SSO code here
include ('/etc/phpmyadmin/hestia-sso.inc.php');
$i++;
}
please let me know if you need more details
Your logs are stored here /var/log, it would be nice to see them). Just as I understand you have access to the panel, change PHP 8.3 for example to 8.4 or 8.2. If you don’t have access to the panel, you can try this
thank you
the default is 8.4 and i have access to the panel so which log please because there is too much list
i will list them below
-rw-r--r-- 1 root root 3295 Jun 8 21:09 alternatives.log
-rw-r--r-- 1 root root 1833 May 24 07:51 alternatives.log.1
-rw-r--r-- 1 root root 177 Apr 26 06:21 alternatives.log.2.gz
-rw-r--r-- 1 root root 438 Apr 8 06:14 alternatives.log.3.gz
-rw-r--r-- 1 root root 518 Feb 20 06:46 alternatives.log.4.gz
-rw-r--r-- 1 root root 437 Jan 23 06:27 alternatives.log.5.gz
-rw-r--r-- 1 root root 2349 Dec 26 12:08 alternatives.log.6.gz
drwxr-x--x 3 root adm 4096 Jun 9 21:17 apache2
drwxr-xr-x 2 root root 4096 Mar 6 2024 apparmor
-rw-r----- 1 root adm 0 May 6 00:00 apport.log
-rw-r----- 1 root adm 996 May 5 04:28 apport.log.1
drwxr-xr-x 2 root root 4096 Jun 8 19:57 apt
-rw-r----- 1 syslog adm 2611857 Jun 9 21:28 auth.log
-rw-r----- 1 syslog adm 7030171 Jun 8 00:00 auth.log.1
-rw-r----- 1 syslog adm 371964 Jun 1 00:00 auth.log.2.gz
-rw-r----- 1 syslog adm 429135 May 25 00:00 auth.log.3.gz
-rw-r----- 1 syslog adm 446425 May 18 00:00 auth.log.4.gz
-rw-rw---- 1 root utmp 657024 Jun 9 15:48 btmp
-rw-rw---- 1 root utmp 1697280 May 31 23:58 btmp.1
drwxr-xr-x 2 clamav clamav 4096 Jun 8 00:00 clamav
-rw-r----- 1 root adm 59233 Jun 8 20:41 cloud-init-output.log
-rw-r----- 1 syslog adm 335987 Jun 8 20:41 cloud-init.log
-rw-r----- 1 syslog adm 1093706 May 17 08:07 cloud-init.log.1
drwxr-xr-x 2 root root 4096 Jun 8 19:57 dbconfig-common
drwxr-xr-x 2 root root 4096 Sep 10 2024 dist-upgrade
-rw-r----- 1 root adm 58821 Jun 8 20:41 dmesg
-rw-r----- 1 root adm 58126 Jun 7 22:02 dmesg.0
-rw-r----- 1 root adm 16283 Jun 7 22:00 dmesg.1.gz
-rw-r----- 1 root adm 16187 May 19 20:22 dmesg.2.gz
-rw-r----- 1 root adm 16266 May 17 08:07 dmesg.3.gz
-rw-r----- 1 root adm 16012 May 16 19:06 dmesg.4.gz
-rw------- 1 root root 12725963 Jun 9 21:28 dovecot.log
-rw------- 1 root root 24660117 Jun 8 00:00 dovecot.log.1
-rw------- 1 root root 2052913 Jun 1 00:00 dovecot.log.2.gz
-rw------- 1 root root 1170073 May 25 00:00 dovecot.log.3.gz
-rw------- 1 root root 1208683 May 18 00:00 dovecot.log.4.gz
-rw-r--r-- 1 root root 37171 Jun 8 19:58 dpkg.log
-rw-r--r-- 1 root root 83501 May 30 06:02 dpkg.log.1
-rw-r--r-- 1 root root 3658 Apr 26 06:21 dpkg.log.2.gz
-rw-r--r-- 1 root root 3251 Mar 29 06:25 dpkg.log.3.gz
-rw-r--r-- 1 root root 4392 Feb 28 06:12 dpkg.log.4.gz
-rw-r--r-- 1 root root 2568 Jan 31 06:52 dpkg.log.5.gz
-rw-r--r-- 1 root root 40210 Dec 26 12:10 dpkg.log.6.gz
drwxr-s--- 2 Debian-exim adm 4096 Jun 9 00:02 exim4
-rw-r----- 1 root adm 73224 Jun 9 21:11 fail2ban.log
-rw-r----- 1 root adm 312744 Jun 7 23:57 fail2ban.log.1
-rw-r----- 1 root adm 23776 May 31 23:58 fail2ban.log.2.gz
-rw-r----- 1 root adm 15559 May 24 23:55 fail2ban.log.3.gz
-rw-r----- 1 root adm 16723 May 17 21:28 fail2ban.log.4.gz
-rw-r--r-- 1 root root 2505 Dec 20 10:15 fontconfig.log
drwxr-x--- 2 root root 4096 Jun 9 15:48 hestia
drwxr-sr-x+ 3 root systemd-journal 4096 Dec 20 10:09 journal
-rw-r----- 1 syslog adm 69081 Jun 8 20:41 kern.log
-rw-r----- 1 syslog adm 138157 Jun 7 22:02 kern.log.1
-rw-r----- 1 syslog adm 108 May 28 04:18 kern.log.2.gz
-rw-r----- 1 syslog adm 14951 May 19 20:57 kern.log.3.gz
-rw-r----- 1 syslog adm 29724 May 17 08:07 kern.log.4.gz
drwxr-xr-x 2 landscape landscape 4096 Dec 26 11:46 landscape
-rw-rw-r-- 1 root utmp 296088 Jun 9 21:25 lastlog
-rw-r----- 1 syslog adm 367042 Jun 9 21:10 mail.log
-rw-r----- 1 syslog adm 1262035 Jun 7 22:30 mail.log.1
-rw-r----- 1 syslog adm 138571 May 31 23:52 mail.log.2.gz
-rw-r----- 1 syslog adm 158477 May 24 22:29 mail.log.3.gz
-rw-r----- 1 syslog adm 203012 May 17 23:13 mail.log.4.gz
drwxr-s--- 2 mysql adm 4096 Dec 20 10:26 mysql
drwxr-xr-x 3 root root 4096 Jun 8 00:00 nginx
-rw------- 1 root root 470 Dec 20 10:17 php5.6-fpm.log
-rw------- 1 root root 470 Dec 20 10:18 php7.0-fpm.log
-rw------- 1 root root 470 Dec 20 10:19 php7.1-fpm.log
-rw------- 1 root root 470 Dec 20 10:20 php7.2-fpm.log
-rw------- 1 root root 472 Dec 20 10:21 php7.3-fpm.log
-rw------- 1 root root 0 May 17 00:00 php7.4-fpm.log
-rw------- 1 root root 7040 May 16 19:29 php7.4-fpm.log.1
-rw------- 1 root root 181 Dec 20 10:22 php7.4-fpm.log.2.gz
-rw------- 1 root root 0 Dec 29 00:00 php8.0-fpm.log
-rw------- 1 root root 472 Dec 20 10:23 php8.0-fpm.log.1
-rw------- 1 root root 0 Dec 29 00:00 php8.1-fpm.log
-rw------- 1 root root 472 Dec 20 10:24 php8.1-fpm.log.1
-rw------- 1 root root 0 Dec 20 10:26 php8.2-fpm.log
-rw------- 1 root root 0 May 17 00:00 php8.3-fpm.log
-rw------- 1 root root 4400 May 16 19:14 php8.3-fpm.log.1
-rw------- 1 root root 185 Dec 20 10:25 php8.3-fpm.log.2.gz
-rw------- 1 root root 0 Dec 29 00:00 php8.4-fpm.log
-rw------- 1 root root 568 Dec 26 12:16 php8.4-fpm.log.1
drwx------ 2 root root 4096 Dec 20 10:09 private
drwxr-xr-x 2 root root 4096 Dec 27 05:16 proftpd
drwxr-x--x 2 hestiamail www-data 4096 Feb 28 06:10 roundcube
-rw-r----- 1 syslog adm 2983393 Jun 9 21:28 syslog
-rw-r----- 1 syslog adm 5808060 Jun 8 00:00 syslog.1
-rw-r----- 1 syslog adm 445134 Jun 1 00:00 syslog.2.gz
-rw-r----- 1 syslog adm 590992 May 25 00:00 syslog.3.gz
-rw-r----- 1 syslog adm 580324 May 18 00:00 syslog.4.gz
drwxr-xr-x 2 root root 4096 Jun 6 2023 sysstat
-rw-r--r-- 1 root root 0 Dec 20 10:11 ubuntu-advantage-apt-hook.log
drwxr-x--- 2 root adm 4096 Jun 1 00:00 unattended-upgrades
-rw-rw-r-- 1 root utmp 219648 Jun 9 21:25 wtmp
-rw-r--r-- 1 root root 88128 Feb 2 16:33 xferlog```
As you are using Nginx+Apache, try to access PHPMyAdmin and check the last lines of this log (replace YourDomain
with the actual domain, usually the server’s hostname):
tail -n30 /var/log/apache2/domains/YourDomain.error.log
result for ~# tail -n30 /var/log/apache2/domains/server.myserver.com.error.log
[Sun Jun 08 19:58:54.693569 2025] [proxy:error] [pid 95838:tid 95853] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 19:58:54.693644 2025] [proxy_fcgi:error] [pid 95838:tid 95853] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 19:58:58.064102 2025] [proxy:error] [pid 95737:tid 95742] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 19:58:58.064141 2025] [proxy_fcgi:error] [pid 95737:tid 95742] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 19:59:36.051750 2025] [proxy:error] [pid 95793:tid 95798] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 19:59:36.051784 2025] [proxy_fcgi:error] [pid 95793:tid 95798] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 20:02:16.540503 2025] [proxy:error] [pid 202955:tid 202985] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 20:02:16.540582 2025] [proxy_fcgi:error] [pid 202955:tid 202985] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 20:33:39.067444 2025] [proxy:error] [pid 204803:tid 204821] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 20:33:39.067478 2025] [proxy_fcgi:error] [pid 204803:tid 204821] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 20:35:51.945354 2025] [proxy:error] [pid 204802:tid 204844] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 20:35:51.945392 2025] [proxy_fcgi:error] [pid 204802:tid 204844] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 20:39:30.646308 2025] [proxy:error] [pid 229878:tid 229924] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 20:39:30.646381 2025] [proxy_fcgi:error] [pid 229878:tid 229924] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 20:41:58.364863 2025] [proxy:error] [pid 1135:tid 1144] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 20:41:58.365206 2025] [proxy_fcgi:error] [pid 1135:tid 1144] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1, referer: https://server.myserver.com:8083/
[Sun Jun 08 20:42:17.809205 2025] [proxy:error] [pid 1135:tid 1145] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 20:42:17.809255 2025] [proxy_fcgi:error] [pid 1135:tid 1145] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 20:55:15.025812 2025] [proxy:error] [pid 1136:tid 1183] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 20:55:15.025864 2025] [proxy_fcgi:error] [pid 1136:tid 1183] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 21:11:44.632309 2025] [proxy:error] [pid 19737:tid 19780] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 21:11:44.632355 2025] [proxy_fcgi:error] [pid 19737:tid 19780] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 21:23:08.832341 2025] [proxy:error] [pid 19737:tid 19778] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 21:23:08.832388 2025] [proxy_fcgi:error] [pid 19737:tid 19778] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Sun Jun 08 22:27:00.256222 2025] [proxy:error] [pid 19739:tid 19760] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Sun Jun 08 22:27:00.256270 2025] [proxy_fcgi:error] [pid 19739:tid 19760] [client 176.202.10.97:0] AH01079: failed to make connection to backend: 127.0.0.1
[Mon Jun 09 11:02:33.493864 2025] [proxy:error] [pid 78174:tid 78179] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Mon Jun 09 11:02:33.494919 2025] [proxy_fcgi:error] [pid 78174:tid 78179] [client 37.208.185.152:0] AH01079: failed to make connection to backend: 127.0.0.1
[Mon Jun 09 11:52:13.986305 2025] [proxy:error] [pid 78174:tid 78176] (111)Connection refused: AH00957: FCGI: attempt to connect to 127.0.0.1:9000 (127.0.0.1:9000) failed
[Mon Jun 09 11:52:13.986352 2025] [proxy_fcgi:error] [pid 78174:tid 78176] [client 37.208.185.152:0] AH01079: failed to make connection to backend: 127.0.0.1, referer: https://server.myserver.com:8083/```
The error is clear, Apache is trying to connect to php using 127.0.0.1:9000
but from version 1.9.x Hestia uses a socket.
cat /etc/apache2/conf.d/phpmyadmin.inc
The right content of that file should be this:
# phpMyAdmin default Apache configuration
Alias /phpmyadmin /usr/share/phpmyadmin
<Directory /usr/share/phpmyadmin>
Options FollowSymLinks
DirectoryIndex index.php
<IfModule mpm_event_module>
# Use www.conf instead
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php/www.sock|fcgi://localhost"
</FilesMatch>
</IfModule>
</Directory>
# Disallow web access to directories that don't need it
<Directory /usr/share/phpmyadmin/libraries>
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/share/phpmyadmin/setup>
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/share/phpmyadmin/sql>
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/share/phpmyadmin/vendor>
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/share/phpmyadmin/templates>
Order Deny,Allow
Deny from All
</Directory>
<Directory /usr/share/phpmyadmin/locale>
Order Deny,Allow
Deny from All
</Directory>
So I suppose something happened during the upgrade.
thanks it worked
i have PMA Single Sign On issue when click its gives File not found.
i tried to disable through the panel giving Error: PMA Single Sign On already disabled Screenshot by Lightshot
even with command same issue
root@ghinda:~# v-add-sys-pma-sso
Error: SSO has been installed before to reenable it please run v-delete-sys-pma-sso first
root@ghinda:~# v-delete-sys-pma-sso
Error: PMA Single Sign On already disabled
thanks
it worked
You’re welcome.
Error: PMA Single Sign On already disabled
But did you try to enable it again?
But did you try to enable it again?
yes i tried its On but still same issue not working
not working
I need the error, check again the web log.
idris:
not working
I need the error, check again the web log.
tail -n30 server.myserver.com.log
37.210.135.104 - - [10/Jun/2025:09:15:31 -0300] "GET /phpmyadmin/hestia-sso.php?database=database_10minmail&user=admin&exp=1749557573&hestia_token=$2y$10$ijwYln7NF61qjNcTxbIZQOQKsb4TVeoOUnP.yQjV8Osv1vbuRHaa. HTTP/1.0" 404 526 "https://server.myserver.com:8083/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:39 -0300] "GET /phpmyadmin/ HTTP/1.0" 200 18247 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:39 -0300] "GET /phpmyadmin/themes/pmahomme/css/theme.css?v=5.1.1deb5ubuntu1&nocache=926097930ltr&server=1 HTTP/1.0" 200 40587 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:39 -0300] "POST /phpmyadmin/index.php?route=/config/get HTTP/1.0" 200 3001 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:39 -0300] "POST /phpmyadmin/index.php?route=/navigation&ajax_request=1 HTTP/1.0" 200 7100 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:39 -0300] "POST /phpmyadmin/index.php?route=/config/get HTTP/1.0" 200 3076 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:39 -0300] "POST /phpmyadmin/index.php?route=/database/structure/favorite-table&ajax_request=1&favorite_table=1&sync_favorite_tables=1 HTTP/1.0" 200 1629 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:39 -0300] "GET /phpmyadmin/index.php?route=/navigation&ajax_request=1&server=1&aPath=cm9vdA%3D%3D.YWRtaW5fY2FmZQ%3D%3D&vPath=cm9vdA%3D%3D.YWRtaW5fY2FmZQ%3D%3D&pos=0&searchClause=&searchClause2=&_nocache=1749557739528557876&token=5b7e7421552749663c2a6749356d266a HTTP/1.0" 200 6003 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:39 -0300] "POST /phpmyadmin/index.php?route=/config/set HTTP/1.0" 200 2999 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:41 -0300] "GET /phpmyadmin/themes/pmahomme/img/s_unlink.png HTTP/1.0" 200 1193 "https://server.myserver.com/phpmyadmin/themes/pmahomme/css/theme.css?v=5.1.1deb5ubuntu1&nocache=926097930ltr&server=1" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:45 -0300] "POST /phpmyadmin/index.php?route=/logout HTTP/1.0" 302 12117 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:15:45 -0300] "GET /phpmyadmin/index.php?route=/ HTTP/1.0" 200 6372 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:06 -0300] "POST /phpmyadmin/index.php?route=/ HTTP/1.0" 200 6611 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:11 -0300] "POST /phpmyadmin/index.php?route=/ HTTP/1.0" 302 1441 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:11 -0300] "GET /phpmyadmin/index.php?route=/&route=%2F HTTP/1.0" 200 18138 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:11 -0300] "GET /phpmyadmin/themes/pmahomme/css/theme.css?v=5.1.1deb5ubuntu1&nocache=1402323276ltr&server=1 HTTP/1.0" 200 40587 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:11 -0300] "POST /phpmyadmin/index.php?route=/config/get HTTP/1.0" 200 2986 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:11 -0300] "POST /phpmyadmin/index.php?route=/navigation&ajax_request=1 HTTP/1.0" 200 3581 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:11 -0300] "POST /phpmyadmin/index.php?route=/config/get HTTP/1.0" 200 3092 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:11 -0300] "POST /phpmyadmin/index.php?route=/database/structure/favorite-table&ajax_request=1&favorite_table=1&sync_favorite_tables=1 HTTP/1.0" 200 1648 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:12 -0300] "GET /phpmyadmin/index.php?route=/navigation&ajax_request=1&server=1&aPath=cm9vdA%3D%3D.YWRtaW5fMTBtaW5tYWls&vPath=cm9vdA%3D%3D.YWRtaW5fMTBtaW5tYWls&pos=0&searchClause=&searchClause2=&_nocache=1749557771777952551&token=6377777b6764412e5b4a3b354a29425b HTTP/1.0" 200 5130 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:12 -0300] "POST /phpmyadmin/index.php?route=/config/set HTTP/1.0" 200 2983 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:16:13 -0300] "GET /phpmyadmin/index.php?route=/database/structure&server=1&db=database_10minmail&ajax_request=true&ajax_page_request=true&_nocache=1749557773249733128&token=6377777b6764412e5b4a3b354a29425b HTTP/1.0" 200 13434 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:17:52 -0300] "GET /phpmyadmin/index.php?route=/sql&db=database_10minmail&table=trash_mails&pos=0&ajax_request=true&ajax_page_request=true&_nocache=1749557871704500390&token=6377777b6764412e5b4a3b354a29425b HTTP/1.0" 200 14524 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:17:52 -0300] "GET /phpmyadmin/index.php?route=/recent-table&ajax_request=1&recent_table=1&no_debug=true&_nocache=174955787235774323&token=6377777b6764412e5b4a3b354a29425b HTTP/1.0" 200 3073 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:18:30 -0300] "POST /phpmyadmin/index.php?route=/sql HTTP/1.0" 200 13513 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:09:18:31 -0300] "GET /phpmyadmin/index.php?route=/recent-table&ajax_request=1&recent_table=1&no_debug=true&_nocache=1749557910850760506&token=6377777b6764412e5b4a3b354a29425b HTTP/1.0" 200 3048 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:11:33:37 -0300] "GET /phpmyadmin/hestia-sso.php?database=database_10minmail&user=admin&exp=1749566012&hestia_token=$2y$10$/5xVbv31JXFiAU6Rm50exOvdVmoeRECmylNAV3SIXAiK2Gabw7/8u HTTP/1.0" 404 526 "https://server.myserver.com:8083/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:11:34:31 -0300] "GET /phpmyadmin/hestia-sso.php?database=database_amazcode&user=admin&exp=1749566067&hestia_token=$2y$10$X0r0lltpDOwIC85Zcd1ri.5Hsq1Ti8TadtSAeQ1hJd693zsdl3zW. HTTP/1.0" 404 526 "https://server.myserver.com:8083/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
37.210.135.104 - - [10/Jun/2025:11:50:52 -0300] "GET /phpmyadmin/hestia-sso.php?database=database_10minmail&user=admin&exp=1749567048&hestia_token=$2y$10$oRO9RbK0.ljs6q9Vd8TO/OJYgd/xV/M9G2O.T9ITLHKx3D9fIwxq6 HTTP/1.0" 404 526 "https://server.myserver.com:8083/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"```
Show the output of these commands (if the first one shows nothing, it’s ok):
dpkg -l | grep -i phpmyadmin
ls -l /usr/share/phpmyadmin/hestia-sso.php
root@ghinda:~# dpkg -l | grep -i phpmyadmin
ls -l /usr/share/phpmyadmin/hestia-sso.php
ii php-phpmyadmin-motranslator 5.2.0-1build1 all translation API for PHP using Gettext MO files
ii php-phpmyadmin-shapefile 2.1-5 all translation API for PHP using Gettext MO files
ii php-phpmyadmin-sql-parser 5.4.1-2 all validating SQL lexer and parser
ii phpmyadmin 4:5.1.1+dfsg1-5ubuntu1 all MySQL web administration tool
ls: cannot access '/usr/share/phpmyadmin/hestia-sso.php': No such file or directory```
Ok, seems you installed phpmyadmin manually
Execute this script as root to migrate current phpmyadmin to the one managed by Hestia:
/usr/local/hestia/install/upgrade/manual/migrate_phpmyadmin.sh
If no errors, disable and enable SSO again.
Unfortunately yes i was trying before to fix the first issue
root@ghinda:~# sudo /usr/local/hestia/install/upgrade/manual/migrate_phpmyadmin.sh
To remove phpMyAdmin you will need use the root password. Password can be found in /usr/local/hestia/conf/mysql.conf
Would you like to continue? [y/n]Y
Error: PMA Single Sign On already disabled
[ * ] Backing up old configuration files...
[ * ] Marking phpmyadmin as held in apt...
phpmyadmin was already set on hold.
[ * ] Removing old folders...
[ * ] Creating new folders...
[ * ] Installing phpMyAdmin version v5.2.2...
[ * ] Creating localhost configuration...
[ * ] Dropping database (could throw an error if successful)...
Error: SSO has been installed before to reenable it please run v-delete-sys-pma-sso first
root@ghinda:~# v-delete-sys-pma-sso
Error: PMA Single Sign On already disabled```
Enable SSO and try again.
same issue by the way its always showing enabled in panel
Captured with Lightshot
v-add-sys-pma-sso
ls -l /usr/share/phpmyadmin/hestia-sso.php