vmware ispconfig password phpmyadmin monit I have installed and configured the ispconfig appliance for testing purposes. I am looking for instructions on how to change the phpmyadmin and monit passwords. I tried to change the phpmyadmin password but it breaks the ispconfig interface as it can no longer connect to the database. Any help would be greatly appreciated. Thanks.
you must set the new mysql root password in the file /home/admispconfig/ispconfig/config.inc.php too.
monit password To change the monit password you must change the .htpasswd file. This can be done using the htpasswd command. Code: htpasswd /home/admispconfig/ispconfig/.htpasswd admin You will be prompted to enter the new password for the admin user.