LoginSignup
5
8

More than 5 years have passed since last update.

CentOS7にWebminをyumインストールする方法

Last updated at Posted at 2017-12-06

yumでインストール出来るようにする。

commands
# vi /etc/yum.repos.d/webmin.repo
# yum install webmin
# rpm -qa | grep webmin
webmin-1.860-1.noarch
# cp /etc/webmin/miniserv.conf /etc/webmin/miniserv.conf.original
# vi /etc/webmin/miniserv.conf
# chkconfig webmin on
# service webmin start
webmin.repo
[webmin]
name=Webmin Repository
baseurl=http://download.webmin.com/download/yum/
gpgcheck=1
enabled=1
gpgkey=http://www.webmin.com/jcameron-key.asc
miniserv.conf
# 追記(アクセスを許可するネットワーク)
allow=127.0.0.1 192.168.0.0/16

WebブラウザでWebminにアクセスしてみる。
https://SERVER_ADDRESS:10000/

webmin.jpg

5
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
8