• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Webmin on CentOS 7

1092

How to install Webmin on CentOS 7

Webmin is a free and open source Web based Control Panel tool used by system adminsitrators to configure LIinux applications. Webmin tool lets you to manage internal system configuration like HTTP, DNS, PHP or MySQL, file sharing and etc.

To Install Webmin

The installing of Webmin requires certain packages. Use the following command to complete the action.

[root@node1 ~]# yum install perl-Net-SSLeay -y
Loaded plugins: fastestmirror, langpacks
Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
base                                                                                                                                                                 | 3.6 kB  00:00:00     

 Current download cancelled, interrupt (ctrl-c) again within two seconds
to exit.

extras                                                                                                                                                               | 3.4 kB  00:00:00     
updates                                                                                                                                                              | 3.4 kB  00:00:00     
(1/4): extras/7/x86_64/primary_db                                                                                                                                    | 183 kB  00:00:01     
(2/4): base/7/x86_64/group_gz                                                                                                                                        | 155 kB  00:00:01     
(3/4): updates/7/x86_64/primary_db                                                                                                                                   | 1.2 MB  00:00:05     
(4/4): base/7/x86_64/primary_db                                                                                                                                      | 5.6 MB  00:00:17     
Determining fastest mirrors
 * base: mirror.fibergrid.in
 * extras: mirror.fibergrid.in
 * updates: mirror.fibergrid.in
Resolving Dependencies
-->  Running transaction check
.
.
.
ing transaction
  Installing : perl-Net-SSLeay-1.55-4.el7.x86_64                                                                                                                                        1/1 
  Verifying  : perl-Net-SSLeay-1.55-4.el7.x86_64                                                                                                                                        1/1 

Installed:
  perl-Net-SSLeay.x86_64 0:1.55-4.el7                                                                                                                                                       

Complete!

Now install the package for webmin using the following command.

[root@node1 ~]# yum install http://download.webmin.com/download/yum/webmin-1.750-1.noarch.rpm
Loaded plugins: fastestmirror, langpacks
webmin-1.750-1.noarch.rpm                                                                                                                                            |  25 MB  00:09:24     
Examining /var/tmp/yum-root-N_UXj4/webmin-1.750-1.noarch.rpm: webmin-1.750-1.noarch
Marking /var/tmp/yum-root-N_UXj4/webmin-1.750-1.noarch.rpm to be installed
Resolving Dependencies
-->  Running transaction check
--->  Package webmin.noarch 0:1.750-1 will be installed
-->  Finished Dependency Resolution

Dependencies Resolved
.
.
.
Operating system is CentOS Linux
  Installing : webmin-1.750-1.noarch                                                                                                                                                    1/1 
Webmin install complete. You can now login to https://node1.example.com:10000/
as root with your root password.
  Verifying  : webmin-1.750-1.noarch                                                                                                                                                    1/1 

Installed:
  webmin.noarch 0:1.750-1                                                                                                                                                                   

Complete!

Next it is required to edit miniserv.conf file

[root@node1 ~]# vim /etc/webmin/miniserv.conf

Add the below mentioned lines to the conf file.

allow=127.0.0.1 192.168.5.141


Once you are done with the configuraton, start and enable the service for webmin. Allow the default port 10000 on firewall.

[root@node1 ~]# service webmin start
[root@node1 ~]# chkconfig webmin on
[root@node1 ~]# firewall-cmd --permanent --add-port=10000/tcp
success
[root@node1 ~]# firewall-cmd --reload
success

The installation of Webmin is complete. You can open the web browser and call https://192.168.5.141:10000 to access webmin control panel web user interface.

You need to replace with your ip address on that link.

Webmin_Login_Page

Webmin_system_information

Tags:
jackson
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What does the error pam_ck_connector(webmin:session): cannot determine display-device mean?

A

If you see this error in /var/log/auth.log , edit the file /etc/pam.d/webmin and change the line @include common-session to @include common-session-noninteractive . Then run /etc/webmin/resta

Q

How do I change my Webmin password if I can't login?

A

Included with the Webmin distribution is a program called changepass.pl to solve erecisely this problem. Assuming you have installed Webmin in /usr/libexec/webmin, you could change the passw

Q

How do I install new modules in Webmin?

A

Download a new module as a .wbm file, enter the Webmin Configuration module and click on the Webmin Modules button. Then use the form at the top of the page to install the module either from the local filesystem of the server Webmin is running on, or uploaded from the client your browser is on.

Q

What effect will Webmin have on my existing configuration files?

A

Just installing Webmin will not cause any config file changes to be made. When you start to use it, only the config files related to the changes that you make in Webmin will be modified. For

Q

When I download the .tar.gz version of Webmin, why do I get a .tar file? Or why is the file so much larger than the size shown on the download page?

A

Your browser has automatically gunzipped the file for you. Just rename it to webmin-1.890.tar (if it hasn't been already) and skip the gunzip step in the install instructions.

Related Tutorials in How to install Webmin on CentOS 7

Related Tutorials in How to install Webmin on CentOS 7

How To Install AnyDesk on Centos 7
How To Install AnyDesk on Centos 7
Apr 2, 2018
How to install Tiki Wiki CMS Groupware on CentOS 7
How to install Tiki Wiki CMS Groupware on CentOS 7
May 31, 2018
How to install PHP ImageMagick on CentOS 7
How to install PHP ImageMagick on CentOS 7
Nov 4, 2017
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
Jun 4, 2019
How to install Apache from Source Code on CentOS 7
How to install Apache from Source Code on CentOS 7
Oct 21, 2017
How to enable or disable repositories in CentOS
How to enable or disable repositories in CentOS
Mar 28, 2018
How to install AWStats on CentOS 7
How to install AWStats on CentOS 7
Dec 8, 2017
How to install Apache JMeter in CentOS 7
How to install Apache JMeter in CentOS 7
Mar 24, 2017

Related Forums in How to install Webmin on CentOS 7

Related Forums in How to install Webmin on CentOS 7

CentOS
connor class=
How To Completely Remove Apache package On CentOS 7.6
May 14, 2019
CentOS
ceriaimmaculate class=
setfacl : command not found
Jan 3, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018
CentOS
landon class=
Command to find SNMP Version
May 28, 2018
CentOS
arjitharon class=
cannot start minio service help
Mar 10, 2018
Apache tomcat
AadrikaAnshu class=
Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program
Jun 17, 2019
gitlab
caden class=
Insufficient space in download directory /var/cache/yum/x86_64/6/base/packages
Jul 22, 2019
OpenVAS
frank class=
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"
Dec 20, 2018
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Elijah ?
Remote Desktop Connection Has Stopped Working

When accessing my remote machine server using remote desktop on a windows machine I am getting this error

forum (1)

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.