1.Tambhkan repository
#vi /etc/yum.repos.d/webmin.repo
lalu tambahkan
[Webmin]2.Lalu install webmin GPG key
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
# rpm --import http://www.webmin.com/jcameron-key.asc
3.Update repository
#yum check-update
4.Install webmin
#yum install webmin -y
5.Lalu masukkan
#chkconfig webmin on
#service webmin start
6.Lalu tambahklan firewall agar bisa diakses
# firewall-cmd --add-port=10000/tcp
7.Lalu edit file /etc/webmin/miniserv.conf
#vi /etc/webmin/miniserv.conf
lalu ubah ssl=1 menjadi ssl=0 lalu simpan
8.Restart service webminya
#service webmin restart
9.Lalu buka browser dan ketikan ip server:10000,untuk login sama dengan username dan password server centos
0 komentar:
Post a Comment