In order to change ISPConfig administrator password you will have to connect to your MySQL using the command line. It can be done using the following command: mysql -u root -p[yourrootpassword] After that select the database called " dbispconfig ". This can be done using the following command: use dbispconfig; - selects the MySQL database called " dbispconfig " Finnally execute the following command to change password : UPDATE sys_user SET passwort = md5('NEWPASSWORD') WHERE username = 'admin'; - enter your desired password where text "NEWPASSWORD" is present. After that simply connect to your ISPConfig using new admin password!
Computer, Troubleshooting, Linux, Windows, Software, Hardware, Networking