Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Unix system management tool Webmin in CentOS

2025-01-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "how to install Unix system management tool Webmin in CentOS". In daily operation, I believe that many people have doubts about how to install Unix system management tool Webmin in CentOS. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the doubt of "how to install Unix system management tool Webmin in CentOS". Next, please follow the editor to study!

Webmin is the most powerful Unix system management tool based on Web at present. The administrator accesses various management functions of Webmin through the browser and completes the corresponding management actions. At present, Webmin supports the vast majority of Unix systems, which include AIX, HPUX, Solaris, Unixware, Irix and FreeBSD in addition to various versions of linux.

1. Download http://download.webmin.com/download/yum/ Select: webmin-1.700-1.noarch.rpm installation package

Wget http: ``/`` / ``download.webmin.com`` / ``download`` / ``yum`` / ``webmin``-``1.700``-``1.noarch`.rpm

2. Install rpm-ivh webmin-1.700-1.noarch.rpm

3. Reset password / usr/libexec/webmin/changepass.pl / etc/webmin root redhat description: root is the user name of webmin, not OS's redhat is the password / etc/webmin is the configuration directory of webmin

4. Modify the port number of the webmin service (for security purposes)

Modification method:

Vim / etc/webmin/miniserv.conf # modify port

Change port=10000 to a different port number, such as port=18888

5. Restart webmin

/ etc/webmin/restart # restart

/ etc/webmin/start # start / etc/webmin/stop # stop

5. The firewall releases port 10000 (or the modified port number 18888).

Firewall-cmd-zone=public-add-port=10000/tcp-permanent # configure the firewall to open port 10000 firewall-cmd-reload # Update the firewall configuration firewall-cmd-zone=public-list-ports # View the port numbers that have been opened

7. Log in to webmin http://ip:10000 to access the new password redhat with your root account and reset

8. Display Chinese

Img

Security recommendations:

For the sake of safety, please do the following two points:

1. Keep the password of webmin's root account

2. Change the 10000 port number of webmin to another port number, and add the firewall development port again.

Modification method:

Vim / etc/webmin/miniserv.conf # modify port

Change port=10000 to a different port number, such as port=18888

/ etc/webmin/restart # restart webmin

Firewall re-releases the new port number

Firewall-cmd-zone=public-remove-port=10000/tcp-permanent # configure firewall to close port 10000

Firewall-cmd-zone=public-add-port=18888/tcp-permanent # configure firewall to open port 18888

Firewall-cmd-reload # update firewall configuration

Firewall-cmd-zone=public-list-ports # View the port numbers that are already open

At this point, the study on "how to install Unix system management tool Webmin in CentOS" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report