आइये देखते हैं की centos 7 पर webmin को कैसे install करें
webmin एक फ्री web बेस्ड administration टूल है जिससे system admin अपने सर्वर को manage कर सकते हैं
Prerequisite
1.centos 7 server
2.root access
packages and repository पहले अपडेट कर लीजिये following कमांड से
# yum -y update
Install Dependencies
webmin install करने से पहले हमें Dependencies install कर लेनी चाहिए

Install webmin
open vi /etc/yum.repos.d/webmin.repo और following लाइन को add करिए लाइन्स add करनेकेलिए ” I ” pressकरिए
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1

उसके बाद फाइल सेव कर बाहर निकलिए लीजिये shift +wq से
उसके बाद following कमांड यूज़ करें GPG key install करने के लिए
# wget http://www.webmin.com/jcameron-key.asc
# rpm –import jcameron-key.asc

अब हम webmin install कर सकते हैं
# yum -y install webmin

अब हम firewall configure करेंगे
webmin 10000 पोर्ट को यूज़ करता है अगर आपके सर्वर पर firewall run कर रहा है तो 10000 पोर्ट को firewall से allow करना पड़ेगा जिससे की आप outside नेटवर्क से webmin को access कर सकें
# firewall-cmd –zone=public –add-port=10000/tcp –permanent
# firewall-cmd –reload
Acess Webmin
browser se webmin को access करने के लिए
https://your-linux-server-ip:10000

जब आप लॉग इन करोगे तो first स्क्रीन इस टाइप दिखेगी .

अगर आपको कोई module install करना है तो un-used module पर जाएँ module सेलेक्ट करें click here पर click करें
