★ wanayoo — archive 1999 http://webmin.com/webmin/faq.htmlNouvelle recherche | Portail wanayoo
Frequently Asked Questions

  1. How do I change my Webmin password if I can't login?

    Included with the Webmin distribution is a program called changepass.pl to solve precisely this problem. Assuming you have installed Webmin in /usr/local/webmin-0.74, you could change the password of the admin user to foo by running

    /usr/local/webmin-0.74/changepass.pl /etc/webmin admin foo
    

  2. My browser reports 'Document contains no data' after turning on SSL

    If you are using SSL, make sure you connect to a URL like https://myhost:10000/ instead of http://myhost:10000. Without the https, your browser won't use SSL mode and thus will display this error.

  3. How do I run setup.sh?

    After extracting the Webmin tar file, cd into the webmin-0.74 directory and type ./setup.sh. Because the root user on many system does not have the current directory in his path, just typing setup.sh will not work.

  4. Where can I get the Perl MD5 module from?

    The Webmin Users and Groups module supports the encryption of passwords with the MD5 algorithm, if your system supports it. However, this depends on the Perl MD5 module, which can be downloaded from

    Once downloaded, enter the following commands to install the module :


Return to index