vmware ispconfig password phpmyadmin munit

Discussion in 'Installation/Configuration' started by BriX, Dec 5, 2006.

  1. BriX

    BriX New Member

    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.
     
    Last edited: Dec 10, 2006
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    you must set the new mysql root password in the file /home/admispconfig/ispconfig/config.inc.php too.
     
  3. BriX

    BriX New Member

    Thanks Till. I found the file in /home/admispconfig/ispconfig/lib/config.inc.php
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, sorry, i forgot the lib folder in the path :D
     
  5. BriX

    BriX New Member

    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.
     

Share This Page