Follow step by step guide to install webmin on Ubuntu 14.04 LTS Server
Follow step by step guide to install webmin on Ubuntu 14.04 LTS Server
Step 1: Install all the dependencies of webmin .sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions pythonStep 2 : To install always stable and latest release of webmin, use the following given URL. Here, we will download by using wget command in server.
wget http://www.webmin.com/download/deb/webmin-current.debStep 3 : Now install the downloaded webmin package.
sudo dpkg -i webmin-current.debStep 4 : In this section , we will learn how to manage the webmin service.
To start webmin
sudo service webmin start
To stop webmin
sudo service webmin stop
To restart webmin
sudo service webmin restart
To check status of webmin
sudo service webmin status
Step 5: Set root password of Ubuntu system.
For this you have to become superuser first and set the password.
sudo su - passwd rootStep 6: To access the webmin on web browser before this you should check if webmin service is running or not.
The webmin service should be running in your server. You can get info to start webmin with command line from above given Step 4 command.
The webmin use the by default port no. 10000.
The webmin web interface will open in HTTPS.
Open the web browser and access webmin in https with server ip address followed by 10000 (port no.)
Example:
https://192.168.122.111:10000
Login with superuser or root of server. If you have not set root password, follow it from Step 5.
Comments