webmin(うえぶみん と呼びます)は、webベースのUNIX用のシステム管理ツールです。
# yum -y install perl-Net-SSLeay
# vi /etc/sysconfig/iptables
以下の行を追加
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 10000 -j ACCEPT
サービス再起動
/etc/rc.d/init.d/iptables restart
# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.650-1.noarch.rpm
# rpm -Uvh webmin-1.650-1.noarch.rpm warning: webmin-1.650-1.noarch.rpm: 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 https://test.example.com:10000/ as root with your root password.
# /etc/rc.d/init.d/webmin start
# chkconfig webmin on
(https://test.example.com:10000
※opensslなどがインストールされていれば、httpsでアクセス)
システムのユーザー、パスワードでログイン。
公式:http://www.webmin.com/cloudmin.html
# wget http://cloudmin.virtualmin.com/gpl/scripts/cloudmin-gpl-redhat-install.sh # chmod +x cloudmin-gpl-redhat-install.sh # ./cloudmin-gpl-redhat-install.sh