Install Webmin at Ubuntu Server
Webmin is a tool that can be used to administer the system via the web,so webmin will be very easy for us to handle the system configuration,such as setup dns, apache, squid, file sharing, sarg, and much more.Webmin by default running on port 10000 https protocol.
To learn more about webmin http://www.webmin.com/ please read on and to download please visit http://www.webmin.com/download.html.
The following step-by-step how to install webmin at Ubuntu Server :
I. Create an installation location
Here I install webmin on the folder /opt/webmin, so the first step is we need to create folders webmin, steps:
root@server:~# cd /opt
II. Download Webmin
Here I will install webmin-1.360 and to download webmin-1360 through the console please do the following :
root@server:/opt# wget http://internode.dl.sourceforge.net/sourceforge/webadmin/webmin-1.360.tar.gz
root@server:/opt# tar -xzvf webmin-1.360.tar.gz
III. Install additional modules required
Webmin-1360 after we downloaded, the next step is we need to install the packages needed by webmin :
root@server:/opt# apt-get install libauthen-pam-perl libnet-ssleay-perl libpam-runtime openssl perl perl-modules openssl perl-modules
After doing the above commands install webmin next steps:
root@server:/opt# cd webmin-1.360
root@server:/opt/webmin-1.360# . /setup.sh
Please answer the questions as needed, and the installation is finished !