Userminインストール
必要なモジュールをインストールします。
root@www:~# apt -y install python apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
Userminモジュールをインストールします。
root@www:~# curl -L -O http://www.webmin.com/download/deb/usermin-current.deb root@www:~# dpkg -i usermin-current.deb
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/ubuntuserver.jp/privkey.pem
certfile=/etc/letsencrypt/live/ubuntuserver.jp/fullchain.pem
起動します。
root@www:~# systemctl restart usermin
起動確認
Webブラウザを起動し、「https://ubuntuserver.jp:20000/」へアクセスし、ユーザーでログインします。
クリックします。
クリックします。
「Usermin」→「Change Language」を選択して、日本語化します。
「Display in language:」→「Japanese(JA_JP,UTF-8)」を選択して、「Change」をクリックします。
「F5」キー押下して、「日本語表示」を確認します。
コメント