Monday, October 31, 2016

Install webmin Centos

[1]Install required packages first.
[root@dlp ~]# 
yum -y install perl-Net-SSLeay
[2]install Webmin. Make sure the latest Webmin before.
[root@dlp ~]# 
yum -y install http://download.webmin.com/download/yum/webmin-1.740-1.noarch.rpm
[root@dlp ~]# 
vi /etc/webmin/miniserv.conf
# add follows to the end (IP addess you allow to access)

allow=127.0.0.1 10.0.0.0/24
[root@dlp ~]# 
/etc/rc.d/init.d/webmin restart 

Stopping Webmin server in /usr/libexec/webmin
Starting Webmin server in /usr/libexec/webmin
Pre-loaded WebminCore
[3]Start Web browser on localhost or on another client on the network and access to "https://(server's hostname or IP address):10000/". Then, Webmin site is displayed, login with root account.


EmoticonEmoticon