Lost ISPConfig password: Recover ISPConfig password

Procédure

Lost ISPConfig password: How do I recover the original password?

If you have never changed the access password to your ISPConfig panel, you can request the original password to be sent back from this page: https: //panel.lws.fr/frperte.php

  1. Click on the"VPS" tab
    Lost ISPConfig password: Recover ISPConfig password

  2. Enter your VPS server reference, such as "VPS-2063".

  3. Click on the"Recover my settings" button: the original delivery email for your virtual private server will be sent to you within 10 minutes (remember to check your SPAM).

Lost ISPConfig password: Recover ISPConfig password


Lost ISPConfig password: How do I recover the changed password?

If you have changed the access password to your ISPConfig panel and lost it, you will not be able to ask for it to be sent back.

You will only be able to initialise it via SSH (via a management console such as Putty).


If you don't know how to use the SSH management console, we strongly advise you to call on our technical team to help you. To do this, request a managed service from your LWS Panel customer area.

1. Connect to SSH as root (Administrator)

2. Enter the following command to connect as root to your MySQL database (you must already have a database created)

mysql -u root -p


3. Enter your root password mysql

If you have not changed it, you will find it in your delivery email - click here to retrieve the mysql root password
If you have changed it, you will not be able to retrieve or initialise it. The only way to gain access is to set up a managed service so that a technician can intervene manually on your virtual dedicated server.

4. To access the mysql database "dbispconfig" (which is the database used by ISPConfig), enter the following command:

use dbispconfig;


5. And run the SQL command :

UPDATE sys_user SET passwort = md5('admin') WHERE username = 'admin';


6. Finally, close your SSH console to accept the changes:

quit;


7. You can connect with the default access: admin / admin

Procedure video


Rate this article :

3.3/5 | 4 opinion

This article was useful to you ?

Article utileYes

Article non utileNo

Vous souhaitez nous laisser un commentaire concernant cet article ?

Si cela concerne une erreur dans la documentation ou un manque d'informations, n'hésitez pas à nous en faire part depuis le formulaire.

Pour toute question non liée à cette documentation ou problème technique sur l'un de vos services, contactez le support commercial ou le support technique

MerciMerci ! N'hésitez pas à poser des questions sur nos documentations si vous souhaitez plus d'informations et nous aider à les améliorer.


Vous avez noté 0 étoile(s)

Similar articles

3mn reading

How do I access ISPConfig on my dedicated VPS server?

0mn reading

How do I create a DNS server in ISPConfig on a dedicated VPS server?

0mn reading

How do I change the ISPConfig 3 panel password?

1mn reading

How can I secure access to my ISPconfig panel using an .htaccess file?


Ask the LWS team and its community a question