Question : step by step webmin configuration in centos 6?
Question : how to access linux on web browser ?
IP - 10.20.2.33
Hostname - khandwa.lokesh.com
OS - CentOS 6
PORT - 10000
Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk management, Network, Iptables ( Firewall ), Cron, Apache, DNS, File sharing and much more
step 1
Download webmin for official site
http://www.webmin.com/download.html
http://prdownloads.sourceforge.net/webadmin/webmin-1.760-1.noarch.rpm
step 2
Go to directory and install webmin
[root@khandwa webmin]# mkdir /data/webmin
[root@khandwa webmin]# cd /data/webmin
[root@khandwa webmin]# rpm -ivh webmin-1.760-1.noarch.rpm
step 3
Start Wabmin service
[root@khandwa webmin]# service webmin restart
[root@khandwa webmin]# chkconfig webmin on
Now go to the browser & type https://your_IP_or_hostname:10000
Ex - https://10.20.2.33:10000
# Webmin is secure so use https protocol#
Login webmin : username - root
Pwd : your root password
Webmin demo |