Webminインストール。
必要なモジュールをインストールします。
root@www:~# apt -y install python3 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/webmin-current.deb root@www:~# dpkg -i webmin-current.deb
root@www:~# vi /etc/webmin/miniserv.conf
allow=127.0.0.1 192.168.1.1/24
keyfile=/etc/letsencrypt/live/ubuntuserver.jp/privkey.pem
certfile=/etc/letsencrypt/live/ubuntuserver.jp/fullchain.pem
root@www:~# systemctl restart webmin
起動確認。
Webブラウザを起動し、Webmin へアクセスし, root ユーザーでログインします。
Webmin :https://ubuntuserver.jp:10000/
コメント