diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index bd8afd3..e7669c2 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -2,3 +2,10 @@ * Only **user** given permission at time of the installation can **access** the Webmin login interface * To login to webmin, use root and root password * Webmin will **update itself** when system updates are run. So no need to **run upgrade script** once installed. + +### Fix username and password + +If you can't connect you can fix the password of the user running: +``` +/usr/share/webmin/changepass.pl /etc/webmin root newpassword +```