Not able to access phpmyadmin - EasyEngine

Hello Guys, I installed Phpmyadmin using below four commands but still I am not able to access phpmyadmin on my site, can anyone please help me out?

ee stack install --phpmyadmin
curl -sS https://getcomposer.org/installer | php -- --filename=composer --install-dir=/usr/local/bin
cd /var/www/22222/htdocs/db/pma/
composer install --no-dev

And still I am getting error: This site can’t be reached, when I am accessing my phpmyadmin on my site through ur: domain. com:22222/db/pma

Anyone please help me out

Do not use domain.com:22222. You’d rather use IP:22222.

Still getting the same error

Is the port 22222 open in firewall?

how to check that

I was able to access it with ip, but now what to enter in username and password
I tried with username and password listed on my.cnf file located at **/etc/mysql/conf.d/my.cnf ** but still not able to access phpmyadmin
Capture

You gotta use the username and password EE reported when you first installed.

You can reset these data with:

ee secure --auth

Thanks, finally I was able to access phpmyadmin, Thanks a lot for this help!!!