How to change or reset webmin password?
Posted March 8th, 2009 by administrator
At times we often forget the webmin password for a given user say root or after repeated failed login attempts webmin locks the account and one cannot login anymore. In order to change/reset the password we need to run a changepass.pl that is provided with webmin by running it from the shell terminal on the server it self.
So logon to the server via ssh and sudo as root user.
If you execute the script the following out is displayed.
|
[root@livrona webmin]# /usr/libexec/webmin/changepass.pl This program allows you to change the password of a user in the Webmin |
So let's say that in order to change the password of user root to changeme we would execute the following.
|
[root@livrona webmin]# /usr/libexec/webmin/changepass.pl /etc/webmin root changeme |
Now go back to browser and try to login with the new password, it should work.
If the given user does not exist in webmin, it would say that the user does not exist and list out all the users in the webmin system.
|
[root@livrona webmin]# /usr/libexec/webmin/changepass.pl /etc/webmin admin password |
