Archive for the tag 'reset password linux'

If you Forgot your webmin password but you’re still able to login to the server via SSH you still may be in luck.
There is a webmin utility that will let you to reset the current webmin admin password in easy way.
Look for a file called changepass.pl as part of the webmin download.

At the prompt type:

  1. # /usr/libexec/webmin/changepass.pl /etc/webmin username newpassword

replacing /etc/webmin with the path to the webmin config files, username with your username, and newpassword with your new password.