Webmin Installation for graphically administrating your Linux Server
Webmin can be used to graphically for Linux system administration work. You can find more about Webmin in my previous post on webmin here.
Webmin is available free of cost and you can simply download from its site and is licensed under GPL. For Redhat/CentOS/Fedora you can download it in either rpm or tar.gz package. Now to install Webmin just follow the steps given below.
Installing WEBMIN:-
Step by Step Guide
- Firstly login as the root user or atleast you should have root privilege(sudo).
- Download the latest version of webmin from http://www.webmin.com/download.html and save it on the desktop.
- Now if you have downloaded .tar.gz version you need to extract the original file using gunzip and if you have downloaded the rpm version that just use the following command
# cd /root/Desktop
# rpm -ivh webmin-1.510.noarch.rpm
# gunzip webmin-1.510.tar.gz
# tar –xvf webmin-1.510.tar
If you installed through the rpm than you can leave the next step but if you have use tar file than continue to next point.
- Now a directory webmin-1.510 will be created move inside the directory and do ls. There will be a setup.sh file which is a script you need to run to install the webmin.
#cd webmin-1.510
#ls
# ./setup.sh


