CentOS 5
Sponsored Link

Install Webmin2008/08/15

  Install Webmin that you can operate your server from web browser.

[1] Install Net::SSLeay first
[root@ns ~]#
yum -y install perl-Net-SSLeay
[2] Install Webmin
[root@ns ~]#
wget http://downloads.sourceforge.net/project/webadmin/webmin/1.490/webmin-1.490-1.noarch.rpm


[root@ns ~]#
rpm -Uvh webmin-1.490-1.noarch.rpm

Preparing...
################################# [100%]

Operating system is CentOS Linux
   1:webmin
################################# [100%]

Webmin install complete. You can now login to https://ns.server-linux.info:10000/
as root with your root password.
[root@ns ~]#
vi /etc/webmin/miniserv.conf


# at the bottom: IP address you allow

allow=127.0.0.1 192.168.0.0/24


[root@ns ~]#
/etc/rc.d/init.d/webmin restart

Stopping Webmin server in /usr/libexec/webmin
Starting Webmin server in /usr/libexec/webmin
[3] Access to 'https://(your hostname or IP address):10000' with web browser. Following screen is shown, Login with root.
 
[4] You can operate your server on here.
 
Matched Content