Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
You can if you install a separate standalone copy of phpMyAdmin. The one which the Plesk CP uses you would have to login first.
Download and install phpMyAdmin (latest version), install it into a directory under your domain's httpsdocs (SSL) folder (safer than the non-SSL). Such as:
Or (I haven't tried this.. but) you could add "phpmyadmin.domain." to point to "phpmyadmin.<hostname of your server>." in the dns template, and then make a global phpmyadmin directory somewhere on your server, add the "phpmyadmin.<hostname of your server>" subdomain to point to that directory.
Use cookie/session auth on phpmyadmin. Now anyone that goes to phpmyadmin.theirdomain.com should get to that installation of phpmyadmin. They then enter their own credentials and it will bring up their own databases, and look like its a personalised version.
I say again, I haven't tried this but it should be doable. Especially with the new auto base URL detection that the new phpmyadmin's use.