Ubuntu Main Menu
| How to Setup Webmin |
|
|
|
Written by myOltrans
Sunday, 26 July 2009 14:59
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Before installing Webmin you need to prepare your system. In terminal run: sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl Download the latest version of Webmin. Check the version at the Webmin download page and download it: wget http://prdownloads.sourceforge.net/webadmin/webmin_1.480_all.debInstall it: sudo dpkg -i webmin_1.480_all.deb You should now be able to login to Webmin at the URL https://localhost:10000/ If you want to change root password in webmin use this included Perl script: sudo /usr/share/webmin/changepass.pl /etc/webmin root
|


