Webmin isa web-based interface based on Perl for system administration under Unix-based systems. With Webmin, you can easily set up, via your web browser, new user accounts, manage disk quotas, configure files, controlthe Apache server as well as MySQL and PHP. In this guide, we will see how to install Webmin on a server running Ubuntu 11.04/11.10/12.04.
Webmin Installation
Before we start, you should first install the LAMP web server on your system. Now follow these instructions to install Webmin on Ubuntu:
1. Open the Terminal and run this command:
sudo gedit /etc/apt/sources.list
At the end of the file, add these two lines, then save and close:
deb http://download.webmin.com/download/repository sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
2. Update source list. sudo apt-get update
3. Install now Webmin with this command:
sudo apt-get install webmin
Accessing Webmin
To start Webmin, open this address using your web browser:
https://ubuntu:10000/
To login to webmin, you need to use your root account details. If you still haven't assigned a password to your root account, then create a root password using this command via the terminal:
sudo passwd
Enter a new password, then resubmit it to confirm. Then use your root account access details to login to webmin.
To restart Webmin, use this command:
sudo /etc/init.d/webmin restart
That's it!
How to install webmin on ubuntu 12.04 (Precise) server
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.