Home Internet How to install webmin on ubuntu

How to install webmin on ubuntu

How-to-install-webmin-on-ubuntu

How to install webmin on ubuntu :-

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 , Squid proxy Server , PHP Configuration , Linux Firewall 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.

Open the terminal and enter the following command to download the Debian version of WebMin.

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.660_all.deb

How-to-install-webmin-on-ubuntu1

then run the following command

dpkg –install webmin_1.660_all.deb

 How-to-install-webmin-on-ubuntu1

then it will give you, your path to login. https://YourHostName:10000/

If you want to access with Windows machine, check the IP-address with ifconfig command.

How-to-install-webmin-on-ubuntu1

Now open the command prompt on windows machine and ping the Ubuntu machine .

How-to-install-webmin-on-ubuntu1

Now open your web-browser and navigate to https://Ubuntu IP-address:10000/ and login with your root credentials.

How-to-install-webmin-on-ubuntu1

Now you are able to manage Linux server from GUI interface.

How-to-install-webmin-on-ubuntu1

Enjoy GUI interface for your Server administration.

If Debian complains about missing dependencies, you can install them with the command :-

apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python

Hope you like my post.How to install webmin on ubuntu. Please Share with others.

Previous articleWhat is Advantage of Rooting Android Phone
Next articleHow to Install and Configure Webmin on CentOS