How to install Webmin in CentOs

 

Installing webmin using YUM repository

  • Create a .repo file using a command # nano /etc/yum.repos.d/webmin.repo
  • Add the following content in the file and save it

            [Webmin]name=Webmin Distribution Neutral

           #baseurl=http://download.webmin.com/download/yum

           mirrorlist=http://download.webmin.com/download/yum/mirrorlist

           enabled=1

  • Fetch and install the GNG (GNU Privacy Guard) key which is used to sign the webmin package

           wget http://www.webmin.com/jcameron-key.asc

           rpm --import jcameron-key.asc

  • Finally to install webmin and imported dependencies use the command 

           yum install webmin 

Start webmin and enable it on system boot

  • To start webmin use the command 

           service webmin start

  • To enable webmin on system boot use the command 

           chkconfig webmin on 

Webmin allows you to set up user accounts, configure the Apache web server, manage DNS, configure the Postfix mail server, configure the Dovecot IMAP and POP3 mail server and many other things. It has a list of standard modules which you can install and use for your own purposes.  

Accessing Webmin

  • To access Webmin, open your favorite web browser, enter HTTPSas protocol, enter your server IP address and use 10000 as a port number.

https://YOUR-IP-ADDRESS:10000

By default, Webmin uses a self-signed SSL certificate so your web browser will warn you that the connection is not secure. You can accept the self-signed SSL certificate and proceed to the log in screen.

The administration username which you can use to sign in is set to root and the password is your current root password. In the Webmin dashboard, you can see some basic information about your system and recent logins. The modules and services which you can manage through Webmin are listed on the left panel.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to add IP Address to servers

1.Login to the server via RDP. 2.In the Run window type NCPA.CPL. 3.In the network properties...

How to configure IP's on Ubuntu 18?

To configure a static IP address on your Ubuntu 18.04 server you need to modify a relevant...

How to install Wordpress in webmin

  The following steps are followed for installing Wordpress in Webmin   Open File Manager in...

How to install Virtualmin in webmin

  Steps for Installing Virtualmin on Webmin (Ubuntu):   Setting the hostname and FQDN For...

How to Install Duplicati Client in Centos

Duplicati Installation in Centos :   As Duplicati depends on other software, we need to install...