AlmaLinux8:Usermin設定

Userminインストール.

必要な パッケージをインストールします。

[root@www ~]# dnf -y install perl-Net-SSLeay perl-Encode-Detect wget

Userminをダウンロードします。

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

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

[root@www ~]# dnf -y install usermin-1.841-1.noarch.rpm

ファイルを設定します。

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

最終行についきします。

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

起動します。

[root@www ~]# systemctl restart usermin

起動確認.

Webブラウザを起動し、「Usermin」へアクセスし、ユーザーでログインします。

Usermin:https://linuxserver.jp:20000/

「Sign in」でログイン

クリックします。

「Sign in」でログイン

クリックします。

「Sign in」でログイン

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

Usermin

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

「Change」をクリック

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

日本語表示

コメント

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