Facebook Twitter Gplus RSS
 
 
Home » CentOS 6 Tutorials » CentOS 6 Webmin Install
formats

CentOS 6 Webmin Install

Published on July 23rd, 2011

Webmincentos This brief yet effective tutorial will instruct you on how to install Webmin, a web-based interface for system administration for Linux, on CentOS 6

The assumption for this CentOS 6 Webmin tutorial is that you are running as root and have a basic understanding of the software required but if you follow this tutorial you should be able to complete the task successfully.

Learn more about Webmin: http://www.webmin.com/

Install the Webmin YUM Repository

# cat > /etc/yum.repos.d/webmin.repo << EOF
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
EOF

Add the GPG Key and Install Webmin

# rpm --import http://www.webmin.com/jcameron-key.asc

# yum install webmin

or if you prefer using an editor

# vi /etc/yum.repos.d/webmin.repo

1
2
3
4
5
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1

Installing Webmin

# yum install webmin

Finally browse to your machine on port 10000

http://centos01.how2centos.com:10000

 
  • Sggigante

    before yum install is always a good idea do yum update

  • Tobbe

    In the “Add the GPG Key and Install Webmin” section there is a small typo.
    Instead of:
    # rpm –import http://www.webmin.com/jcameron-key.asc

    it should say
    # rpm –-import http://www.webmin.com/jcameron-key.asc

    Just wanted to point it out, if someone else gets stuck in the same place :)
    Great work! Thanks!

  • Anonymous

    Thanks for the heads up!

  • Amit Rhce

    TThanks so much for this step-by-step process, http://meralinux.in

  • Bayu

    net module can not work on centos 6 64bit

  • Forgegeek85

    nice work man..:)
    http://www.forgegeek.com

  • Csemrm

    Hello

    i have install my server . installation ok but problem is when i try to access my webmin using port its show The connection has timed out.   any one can help me?

  • Glen Huey

    Same problem here.  This was attempted on a minimal install of CentOS so there may be some dependencies that are missing.

  • How2CentOS

     Try this on the webmin machine:

    # telnet localhost 10000

    If it connects then check your firewall settings

  • How2CentOS

     See telnet response above

  • Davor Radic

    what is deafult login 

  • How2CentOS

     Your servers root username and password

© [How2CentOS]
credit