Friday 23 May 2014

How to install WEBMIN in ubintu 12.4 LTS

Prior to installing Webmin we need to install a few pre-requisites. Type the following command below to install the required modules:

# sudo apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl apt-show-versions libapt-pkg-perl -y
cd /root
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.630_all.deb
dpkg -i webmin_1.630_all.deb
Webmin install complete. You can now login to https://12.34.56.78:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.

Logging In

You are now ready to log into your Webmin console. To do this point your web browser to https://12.34.56.78:10000/ where you will be prompted with a login screen (be sure to change 12.34.56.78 to your server's IP). On your first login use the username root and type in your root password.

No comments:

Post a Comment