Userminインストール.
必要な パッケージをインストールします。
[root@www ~]# dnf -y install perl-Net-SSLeay perl-Encode-Detect wget
[root@www ~]# wget http://download.webmin.com/download/yum/usermin-1.841-1.noarch.rpm
[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/
コメント