How to Install Webmin on Ubuntu 11.10/11.04/12.0

How to Install Webmin on Ubuntu 11.10/11.04/12.04


Webmin is a 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, control the 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.

We have already discussed how to install ubuntu 12.04 LAMP server now we will install webmin for easy ubuntu server administartion
Preparing your system
Open the terminal and run the following command
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
Now you need to dpwnload webmin deb package using the following command
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.deb
Install downloaded package using the following command
sudo dpkg -i webmin_1.580_all.deb
This will install webmin now you need to access https://ubuntu-serverip:10000

你可能感兴趣的:(server,AS,browser,interface,Accounts)