Linuxe--Introduction, installation and use of Webmin under Centos

Source: Internet
Author: User
Tags install perl


    • Introduction to Webmin under Centos

There are many systems and network management tools under Linux, some of which are from Linux, some of which need to be downloaded and installed. Powerful and easy to use, these software are the tools you need to learn about Linux systems.

Most people get headaches when configuring a variety of services for Linux because there are too many services under Linux, and each of these services doesn't look easy to configure. People familiar with configuring network services under Windows Server environments are generally not accustomed to writing profiles under Linux, and under Red Hat Enterprise Linux 6, you can use the Webmin tool for user accounts, performance, services, networks, Management of various operations such as scheduling and logging.


Webmin is an excellent unix/linux system management software, through the relevant configuration interface (supporting a variety of languages, including Simplified Chinese), can make it easy for users to manage the Linux system, and even can remotely configure all the services currently running on Linux, it supports the vast majority of unix/ Linux system and version, the default port is 10000, support SSL encryption, but also allows users to use the remote computer Browser, directly modify the system user account, Apache, DNS and Samba, NFS file sharing and other settings.


Webmin's management work is done through Web pages, all simple and intuitive, ideal for beginners.

In order to give users a good grasp of red Hat Enterprise Linux 6 System Management and various server configuration methods, this chapter first introduced the Webmin software itself.

    • Installation and use of Webmin under Centos


We often use FTP tools to manage the site, uploading, downloading, editing and other operations are not very convenient; here is a handy tool for managing remote servers just like local, just quick installation and simple use.

Method/Step
  1. Linux first has to be able to surf the Internet because we are installing the place through the network.

  2. Installation can be installed directly in the Local control window or via SSH (Putty.exe) We use Putty installation, the interface is as follows:


    650) this.width=650, "class=" Exp-image-default "alt=" Webmin installation and use on CentOS (rookie Class) "Src=" http://b.hiphotos.baidu.com/ Exp/w=500/sign=96cf4af39f16fdfad86cc6ee848e8cea/4034970a304e251fa4ea5520a586c9177e3e53cc.jpg "/>

    650) this.width=650, "class=" Exp-image-default "alt=" Webmin installation and use on CentOS (rookie Class) "Src=" http://f.hiphotos.baidu.com/ Exp/w=500/sign=944737f3b251f819f125034aeab54a76/09fa513d269759ee9038d113b0fb43166c22dffa.jpg "/>

  3. Install Webmin prior to installation, wget Perl; Wget is a download tool, because Webmin is Perl-compiled, so you need to install Perl support. installation command:

    Yum install wget perl &: Copy command Enter.


  4. Visit http://www.webmin.com/

    650) this.width=650, "class=" Exp-image-default "alt=" Webmin installation and use on CentOS (rookie Class) "Src=" http://e.hiphotos.baidu.com/ Exp/w=500/sign=a93c6135e51190ef01fb92dffe1a9df7/32fa828ba61ea8d3d116c5dc950a304e251f5835.jpg "/>

    650) this.width=650, "class=" Exp-image-default "alt=" Webmin installation and use on CentOS (rookie Class) "Src=" http://c.hiphotos.baidu.com/ Exp/w=500/sign=031f3ce679ec54e741ec1a1e89399bfd/d009b3de9c82d158ee9fe869820a19d8bd3e42cc.jpg "/>

Browser:/HTTP Server ip:10000

User name password is the same as root.

The access interface is as follows, if access is not available, it may be iptables block port.

You can use the following command to add a port allow 10000

[Email protected] init.d]# Cd/etc/sysconfig
[Email protected] init.d]# VI iptables

-A rh-firewall-1-input-p tcp-m state--state new-m TCP--dport 10000-j ACCEPT
: wq!

[[Email protected] sysconfig]# service Iptables Save
[Email protected] sysconfig]# service iptables restart


650) this.width=650, "class=" Exp-image-default "alt=" Webmin installation and use on CentOS (rookie Class) "Src=" http://b.hiphotos.baidu.com/ Exp/w=500/sign=faa81a6ad358ccbf1bbcb53a29d9bcd4/d788d43f8794a4c2346854f30cf41bd5ac6e399a.jpg "/>

5. Turn the interface into Chinese:

650) this.width=650, "class=" Exp-image-default "alt=" Webmin installation and use on CentOS (rookie Class) "Src=" http://g.hiphotos.baidu.com/ Exp/w=500/sign=9f90aa7f5bee3d6d22c687cb73146d41/37d3d539b6003af3f42a65b8372ac65c1138b652.jpg "/>

6. The following changes are just like windows, but there is also the Java plugin support (http://www.java.com/zh_CN/free Java download).

650) this.width=650, "class=" Exp-image-default "alt=" Webmin installation and use on CentOS (rookie Class) "Src=" http://c.hiphotos.baidu.com/ Exp/w=500/sign=93ccfd2739c79f3d8fe1e4308aa3cdbc/0eb30f2442a7d93392645cabaf4bd11372f0011d.jpg "/>

7. Webmin application

Enter the hostname (or host IP address) and port number in Mozilla Firefox browser on a local or other Linux system browser, and the system will open the Webmin login screen. Enter https://rhel6:10000 here, in the login screen of Webmin, enter the username (Admin) and password, as shown in 3-1. Note that if the user is an installed RPM package, you will need to enter the user name root and its password here.

650) this.width=650; "title=" 001.PNG "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/48/8E/ Wkiol1qjewxcvvwjaap2a1mlve4208.png "alt=" Wkiol1qjewxcvvwjaap2a1mlve4208.png "/>

Click the login button of the login to Webmin interface and the system will open "Webmin main interface", as shown in 3-2.

As you can see in the Webmin main interface, Webmin mainly includes Webmin, System, Server (Servers), Network (Networking), Hardware (Hardware), cluster (Cluster), and others (Others) A total of 7 components, the main part being webmin, systems, servers, hardware and others. As long as the user has mastered the use of Webmin, Red Hat Enterprise Linux 6 All the features and complex server configuration can be set through the Webmin related projects, very convenient, intuitive. Webmin content is very rich, powerful, not here to introduce, users can familiarize themselves with the content and practice operations.

650) this.width=650; "title=" 002.PNG "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/48/8C/ Wkiom1qjewdbyswqaawqjehoo8u632.png "alt=" Wkiom1qjewdbyswqaawqjehoo8u632.png "/>


Reference: http://jingyan.baidu.com/article/54b6b9c0db46682d583b4789.html

Http://book.51cto.com/art/201212/372136.htm

This article is from the "--" blog, please be sure to keep this source http://57388.blog.51cto.com/47388/1549397

Linuxe--Introduction, installation and use of Webmin under Centos

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.