How to Install Webmin on Ubuntu 13.04 & 12.04 Server

Last updated: August 20, 2013

webmin2

Want to manage your Ubuntu server remotely with a graphical user interface? Maybe webmin is good choice! Here I’m going to show you how to install it on Ubuntu 12.04 Server and higher.

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.

To install Webmin, follow the steps below:

1.) Run command to download the Deb package:

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

2.) Install the package:

sudo dpkg -i webmin_1.650_all.deb

3.) All dependencies can be resolved by this command:

sudo apt-get -f install

After webmin is installed, go to https://your-ubuntu-serverip:10000 in your web browser, login with an administrator account and password.

Webmin-login

Enjoy!

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to remind me outdated tutorial! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1