Skip to main content

WEBMIN ON CENTOS


Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk managemet, Network, Iptables (Firewall), Cron, Apache, DNS, File sharing and much more .

 Install all dependencies
# yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty


#wget http://prdownloads.sourceforge.net/webadmin/webmin-1.860-1.noarch.rpm

Install webmin pakage
#yum install webmin* -y 

Disabled firewalld and selinux

Now for our convenience we can disable firewalld and selinux
Open the selinux config file and make the following entry
#vi /etc/selinux/config
SELINUX=disabled
Now the next step is to disable firewalld
#service firewalld stop
If we want to disable firewalld from on reboot
#chkconfig firewalld off

Start the webmin service
Start the service and make it start automatically(optional)
#chkconfig webmin on
Start the webmin service
#service webmin start


Now, open http://ip.add.re.ss:10000 in your browser and enter yor root username and password:




Image result for webmin login images