< All Topics
Print

How to install Webmin on Centos 7 Linux?

Webmin is considered as a free hosting control panel that comes with easy and simple installation. It would only take 5-10 minutes with easy configuration.

Fresh CentOS 6 or 7 must be installed on your server.

  • Sign in to your server via SSH Client by using the root account

Enter these 4 commands first

yum install wget -y
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.860-1.noarch.rpm
yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect
rpm -U webmin-1.860-1.noarch.rpm

Note: its installation will take just a few minutes and may depend on the speed of the server. Once it gets completed, you may receive a message with the Webmin admin URL.

webmin-step1-installation-guide

  • Open WebMin in your browser https:// ip-address here:10000

webmin-step-2-installation-guide

  • On CentOS 7, if your URL is not working, then it means you need to open port 10000. You can do it by running this command:
    firewall-cmd –zone=public –add-port=10000/tcp –permanent
    firewall-cmd –reload

webmin-loginurl

The dashboard of WebMin will open and the new design will look really nice.

webmin-dashboard-design

Scroll to Top