Userminインストール.
必要な モジュールをインストールします。
root@www:~# apt -y install python apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
root@www:~# curl -L -O http://www.webmin.com/download/deb/usermin-current.deb root@www:~# dpkg -i usermin-current.deb
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ブラウザを起動し、Userminへアクセスし、ユーザーでログインします。
Usermin:https://ubuntuserver.jp:20000/
コメント