Tuesday, February 25, 2014

How to install webmin 1.670 control panel in ubuntu

Webmin control panel is a web-based interface for system administration and provides a user friendly interface using which you can setup user accounts, Apache, DNS, file sharing and much more, To install Webmin control panel in ubuntu Operating system follow the steps below.

SSH your server 

If you are not a super user make your self super user using command sudo.


  • Firstly update your server
  • apt-get update
  • apt-get upgrade
  • apt-get dist-upgrade
  • Time to Install webmin control panel
  • wget http://prdownloads.sourceforge.net/webadmin/webmin_1.670_all.deb
If there are errors then type the following commands to resolve these errors.
  • sudo dpkg -i webmin_1.670_all.deb
Run the following command to install webmin control panel.
  • sudo apt-get install -f
  • http://yourip:10000/
*Note 10000 is port no of Webmin control panel.

No comments:

Post a Comment

Do Write about the Blog and Welcome to the world where open source is every thing :-)