If you are new to Unixmen, you may want to subscribe : ![]()
![]()
![]()
![]()
|
21 June 2010
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. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely you can also create backups for the system and restore.
Today we will show you how to install webmin in Ubuntu 10.04 Lucid Lynx.
1- Before to install webmin we need first to install some dependencies
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
For libmd5-perl install it manually :
Download libmd5-perl
wget http://ftp.debian.org/pool/main/libm/libmd5-perl/libmd5-perl_2.03-1_all.deb
Install libmd5-perl:
sudo dpkg -i libmd5-perl_2.03-1_all.deb
2- Now download webmin from this Link
3- Install the downloaded package using the command :
dpkg -i webmin_1.510-2_all.deb
4- Now start webmin
sudo /etc/init.d/webmin start
5- To access webmin, open your browser and type :
https://localhost:10000 or https://your-ip:10000
Login using your root password
If you have a Tip, tutorial, Idea or anything you want to share with unixmen readers, you can send it to : tips[a]unixmen.com or use our contact form Thanks.
Related Articles By Tags:
Related Articles By Tags:
-
2010-07-13 00:33:26 | Billy Bennett - SSL

I really appreciate this tutorial as I'm loading up multiple virtual machines with different setups. I do have a question though.
I get a warning every time I load the page in chrome. Any idea what that could be?
-
2010-07-13 00:41:25 | Billy Bennett

I had a really nice comment here but I failed the captcha and it reloaded it blank. I appreciate this tutorial very much. I do have a question though. Any idea how to remove the ssh warning when opening webmin admin with chrome?






it should be https://localhost:10000 like in the screenshot