CentOS7:Usermin設定

Userminインストール

必要なモジュールをインストールします。

[root@www ~]# yum --enablerepo=epel -y install perl-Net-SSLeay perl-Authen-PAM

Userminモジュールをインストールします。

[root@www ~]# yum -y install http://download.webmin.com/download/yum/usermin-1.770-1.noarch.rpm

miniserv.confを設定します。

[root@www ~]# vi /etc/usermin/miniserv.conf

最終行についきします。

allow=127.0.0.1 192.168.1.1/24
denyusers=root
keyfile=/etc/letsencrypt/live/centserver.jp/privkey.pem
certfile=/etc/letsencrypt/live/centserver.jp/fullchain.pem

起動します。

[root@www ~]# /etc/rc.d/init.d/usermin start

起動確認.

Webブラウザを起動し、「https://centserver.jp:20000/」へアクセスし、ユーザーでログインします。

「Sign in」でログイン

クリックします。

「Sign in」でログイン

クリックします。

「Sign in」でログイン

「Usermin」→「Change Language」を選択して、日本語化します。

Usermin

「Display in language:」→「Japanese(JA_JP,UTF-8)」を選択して、「Change」をクリックします。

「Change」をクリック

「F5」キー押下して、「日本語表示」を確認します。

日本語表示

コメント

タイトルとURLをコピーしました