安装:
# cd /opt # wget http://www.webmin.com/jcameron-key.asc # wget http://www.webmin.com/download/rpm/webmin-current.rpm
# rpm --import jcameron-key.asc # rpm -Uvh webmin-*.rpm
依赖的服务:
#yum -y install openssl perl perl-Net-SSLeay
启服务:
# /etc/init.d/webmin start # /etc/init.d/webmin stop # /etc/init.d/webmin restart # /etc/init.d/webmin status
访问地址:
http://IP:10000
修改root密码:
/usr/libexec/webmin/changepass.pl /etc/webmin root secretpassword