下载安装webmin工具。
本人一贯喜欢在centos上直接yum安装程序
http://www.webmin.com.cn/

[root@test ~]# rpm -Uvh http://cdnetworks-kr-1.dl.sourceforge.net/project/webadmin/webmin/1.570/webmin-1.570-1.noarch.rpm
Retrieving http://cdnetworks-kr-1.dl.sourceforge.net/project/webadmin/webmin/1.570/webmin-1.570-1.noarch.rpm
warning: /var/tmp/rpm-xfer.rXGHGm: Header V3 DSA signature: NOKEY, key ID 11f63c51
Preparing... ########################################### [100%]
Operating system is CentOS Linux
1:webmin ########################################### [100%]
Webmin install complete. You can now login to http://test:10000/
as root with your root password.
[root@test ~]# yum -y install webmin
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.btte.net
* extras: mirrors.btte.net
* updates: mirrors.btte.net
Setting up Install Process
Nothing to do
关键是两句:
rpm -Uvh http://cdnetworks-kr-1.dl.sourceforge.net/project/webadmin/webmin/1.570/webmin-1.570-1.noarch.rpmyum -y install webmin
这样就能默认端口10000访问站点
http://www.test.com:10000/

如果是访问不了,有可能防火墙在作怪
http://blog.youkuaiyun.com/bayaci/article/details/7008497
vim /etc/sysconfig/iptables
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 10000 -j ACCEPT就此,就可以简单的使用这个工具了~~
本文介绍如何在CentOS系统中通过两种方式安装Webmin工具:一是直接使用rpm命令安装指定版本;二是利用yum包管理器进行安装。安装完成后,默认可通过端口10000访问Webmin管理界面。
1110

被折叠的 条评论
为什么被折叠?



