====== Webmin ======
webmin(うえぶみん と呼びます)は、webベースのUNIX用のシステム管理ツールです。
===== 構築 =====
==== Perl Net::SSLeay インストール ====
# yum -y install perl-Net-SSLeay
==== iptables設定 ====
# 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
==== 最新版のダウンロード ====
公式:http://www.webmin.com/
# 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.
==== Webmin 起動 ====
# /etc/rc.d/init.d/webmin start
==== 自動起動設定 ====
# chkconfig webmin on
==== ブラウザからアクセス ====
http://test.example.com:10000
(https://test.example.com:10000
※opensslなどがインストールされていれば、httpsでアクセス)
システムのユーザー、パスワードでログイン。
====== Cloudmin ======
公式: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