• Home
  • Ubuntu 16.04
    • Whats New ?
    • Install JAVA 8
    • Setup LAMP Stack
    • Install LEMP Stack
    • Install Node.js
    • Install Git
    • Move Unity Launcher to Bottom
  • FeedBack
  • Funny Tools
  • Tutorials
    • Linux Distributions
      • CentOS
      • Debian
      • Fedora
      • LinuxMint
    • Monitoring Tools
      • Monit
      • Nagios
      • NRPE
    • Network Services
      • DHCP
      • DNS
      • FTP
    • Databases
      • MySQL
      • MariaDB
      • MongoDB
      • PostgreSQL
      • SQL Server
    • Amazon Web Services
  • Submit Article
  • About Us
TecAdmin.net
  • Home
  • Ubuntu 16.04
    • Whats New ?
    • Install JAVA 8
    • Setup LAMP Stack
    • Install LEMP Stack
    • Install Node.js
    • Install Git
    • Move Unity Launcher to Bottom
  • FeedBack
  • Funny Tools
  • Tutorials
    • Linux Distributions
      • CentOS
      • Debian
      • Fedora
      • LinuxMint
    • Monitoring Tools
      • Monit
      • Nagios
      • NRPE
    • Network Services
      • DHCP
      • DNS
      • FTP
    • Databases
      • MySQL
      • MariaDB
      • MongoDB
      • PostgreSQL
      • SQL Server
    • Amazon Web Services
  • Submit Article
  • About Us
03 October 2015

How to Install Latest Webmin on CentOS/RHEL 7/6 and Fedora 27/26/25

Written by Rahul K. | October 3, 2015
Control Panel Conrol Panel, cpanel, hosting, Webmin

Webmin is a web hosting control panel like Cpanel which provides easy to use interface for managing Unix-like systems. It provides options to setup user accounts, Apache, DNS, file sharing and much more. It is the best web control panel which is freely available.

install latest webmin

This article will help you to install and configure Webmin on CentOS, RHEL, and Fedora systems. Kindly go through below steps. At the time of the last update of this article Webmin 1.860 is the latest available version to download and install.

Download Webmin RPM

Webmin RPMs are available on its official site. Download it from there or use below command to download. Webmin provides noarch file, so I can be easily installed on any architecture system. Also, download GPG key for Webmin

cd /opt
wget http://www.webmin.com/jcameron-key.asc
wget http://www.webmin.com/download/rpm/webmin-current.rpm

Install Latest Webmin

After downloading latest Webmin rpm, use the following command to install or update it. You must import PGP key before installing Webmin packages on your system.

rpm --import jcameron-key.asc
rpm -Uvh webmin-*.rpm

Access Webmin in Browser

Webmin by default works on port 10000. Access your server on port 10000 using FQDN or IP, and log in with username root and system root password.

https://localhost:10000

Install Latest Webmin

FAQs:-

How to Start/Stop Webmin Service

Webmin provides an init script to start or stop its service. Use below commands to do it.

/etc/init.d/webmin start
/etc/init.d/webmin stop
/etc/init.d/webmin restart
/etc/init.d/webmin status

How to Change/Reset Webmin root Password

In order to change Webmin root account password use following command. ( Note: It will not change your systems root password )

/usr/libexec/webmin/changepass.pl /etc/webmin root secretpassword

How to Change Webmin default Port

If you do not want to run Webmin with default port, use below steps to change the default port.

Login Webmin as root >> Webmin >> Webmin Configuration >> Ports and Addresses… you can change port there.

Share it!
Share on Facebook
Share on Twitter
Share on Google+
Share on Reddit
Share on Tumblr
Rahul K.
Rahul K.
Connect on Facebook Connect on Twitter Connect on Google+

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

Related Posts

  • How to Install Redis on cPanel

  • How to Start a Successful Blog

  • Tips for Finding a Good Web Hosting Service

  • How to Install Latest Webmin on Ubuntu, Debian And Linuxmint

  • How to Install cPanel & WHM on CentOS/RHEL and CloudLinux

15 Comments

  1. David Reply to David
    December 2, 2017 at 2:12 pm

    It is helpful. Thanks

  2. Ammy Reply to Ammy
    November 2, 2017 at 7:31 am

    Thanks

  3. Jorge Reply to Jorge
    July 21, 2016 at 1:57 am

    Parabéns, e muito obrigado ajudo bastante.

  4. seumula Reply to seumula
    March 19, 2016 at 9:45 am

    ok thank yu… nice…. !!!

  5. hoby Reply to hoby
    August 19, 2015 at 10:53 am

    Thanks for this excelente tutos

  6. Andisheh Reply to Andisheh
    August 6, 2015 at 4:24 am

    for clean centos firstly run this commend :

    yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty

    • Houssine Oul Reply to Houssine
      June 19, 2016 at 12:56 pm

      Thank You 😉

  7. Anthony Reply to Anthony
    August 3, 2015 at 5:56 pm

    What is the best way to set this up as an httpd/apache vhost so its managed by apache instead of webmin service?

    Thanks for the good article. Very simple.

  8. Marco Reply to Marco
    June 26, 2015 at 3:05 pm

    dnf install perl-Net-SSLeay
    must be launched BEFORE this tutorial, or a dependency check will fail.

  9. pramod Reply to pramod
    April 29, 2015 at 7:03 am

    SSL is not working. i can login only normally. Any help?

  10. Dede Erik Reply to Dede
    December 21, 2014 at 12:38 am

    Finally, webmin installed on my server, This tutorial is very helpful.

  11. Ganesh Pal Reply to Ganesh
    December 9, 2014 at 8:58 am

    This article is very helpful me.

  12. Dean Reply to Dean
    July 14, 2014 at 10:56 am

    Good tutorial. Only suggestion would be to add a note about disabling the firewall temporarily to allow access to view Webmin in the browser. Once in, change the port from 10000 and check the box to “Open new ports on firewall”, then enable the firewall again and all will be good.

  13. Jana Reply to Jana
    May 5, 2014 at 3:31 pm

    Great One, Helped Me A Lot . Thanks 🙂

  14. Fabio Reply to Fabio
    November 7, 2013 at 11:19 am

    Excelente tutorial,obrigado!

Leave a Reply

Cancel reply

Popular Posts

  • How to Install JAVA 8 on Ubuntu 16.04/14.04, LinuxMint 18/17
  • How to Install s3cmd in Linux and Manage Amazon s3 Buckets
  • How to Install AnyDesk on Ubuntu, Debian and LinuxMint (Alternative of TeamViewer)
  • How to Setup Selenium with ChromeDriver on Ubuntu 16.04
  • How to Install MySQL on macOS Sierra and High Sierra
All rights reserved. © 2013-2018 TecAdmin.net. This site uses cookies. By using this website you agree our term and services