Knowledgebase: ISPConfig
How to reset ISPConfig admin password
Posted by Rahman A. on 03 October 2022 09:51 AM
1. Get MySQL  Password
 
First SSH to your server with the root credential, then run the following command:
 
# cat /usr/local/ispconfig/server/lib/mysql_clientdb.conf
 
$clientdb_host                  = 'localhost';
$clientdb_user                  = 'root';
$clientdb_password              = 'your_db_password';
 
ISPConfig-db
 
2. Next, in the console of your VPS, login to MySQL.
 
# mysql -h localhost -p dbispconfig
 
ISPConfig-db-1
 
3. Reset ISPConfig admin password
 
To reset the ISPConfig admin password, run the following MySQL command query and change the password to your own password:
 
> UPDATE sys_user SET passwort = md5('password') WHERE username = 'admin';
> FLUSH PRIVILEGES;
> quit;
 
You’re done. Keep the new password saved somewhere.
 
 
If you face any difficulties on the setup, please feel free to contact our support team by submitting a ticket on https://247livesupport.biz or emailing out support team at support@247livesupport.biz.
(0 vote(s))
Helpful
Not helpful

Comments (0)
Copyright © 1998 - 2021 Shinjiru International Inc. All Rights Reserved.