How do I enable SSH Remote Terminal inside Plesk?

First of all, when you mouse over to the ssh terminal icon, what message appear under the “Help & Support” section in the navigation pane? If it shows “..is not installed” then you have to install by going “Server->Updater-><your plesk version>”, then check on “SSHTerm – SSH Terminal java applet” and then click on the …

Open / Close Pop Up window

The HEAD of the Page put the follow script <script type=”text/javascript”> function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } </script> Open window Script <a  href=”#” onmousedown=”MM_openBrWindow(‘page_path.php’,’gallery’,’scrollbars=yes,resizable=yes,width=600,height=500′)” >Open Window</a> Close window Script (inside page_path.php ) <a href=”#” onclick=”javascript:self.close(); “>Close Window</a> Close window popup and reload parent Page (inside page_path.php ) <a href=”#” onclick=”window.opener.window.location.reload(true);window.self.close()”>Close Window</a>

Get the following error when try to use PHPMyAdmin in the Plesk CP: “#1045 – Access denied for user ‘pma_xxxxxxx’@’localhost’ (using password: YES)”

RESOLUTION Make sure that Plesk PHPMyAdmin user exists in mysql.user table and has right password and privileges. Username and password can be found in $PRODUCT_ROOT_D/admin/htdocs/domains/databases/phpMyAdmin/config.inc.php (Note, since Plesk 8.1 the file is $PRODUCT_ROOT_D/admin/htdocs/domains/databases/phpMyAdmin/libraries/config.default.php), for example: