How To Install Webmin On CentOS 7

In this post, I will guide you on How To Install Webmin On CentOS 7. Install one of the most popular open-source hosting control panels.

Webmin is a web control panel for any Linux OS. It allows you to administer your server through a simple interface. With Webmin, you can change settings for common packages on the fly.

Steps To Install Webmin On CentOS 7

Prerequisites

  • CentOS 7 server.
  • Root user password on your system (To login to Webmin).

Install Webmin

1. Connect to your server via SSH.

ssh root@<your-ip-address> -p <your-port-number>

2. Download Webmin. The RPM package is suitable for RedHat, Fedora or CentOS systems.

wget https://prdownloads.sourceforge.net/webadmin/webmin-1.974-1.noarch.rpm

3. Install dependencies.

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

4. Install Webmin with RPM package.

yum install webmin-1.974-1.noarch.rpm

Once the installation finishes, you will see the output like this:

Install Webmin Complete

Adjust the Firewall

By default, Webmin listens for connections on port 10000. If your firewall running on your CentOS server, you’ll need to open the Webmin port.

Run the following commands:

sudo firewall-cmd --zone=public --add-port=10000/tcp --permanent
sudo firewall-cmd --reload

Access Webmin

To go to Webmin Web Interface, type your server’s hostname name or public IP address and the Webmin port 10000.

https://your_server_ip_or_hostname:10000/

Login with root user credentials after you can see the Webmin dashboard.

Webmin Dashboard

This is the end of the post.

Follow us for the more helpful posts!

We hope this is a useful post for you Magento 2 Show Count 0 On Mini Cart When No Product Is In Cart.

Thank you for reading!

4.3 3 votes
Article Rating

Aaron LX

Aaron is a passionate writer, crazy about shopping, eCommerce and trends. Besides his outstanding research skills and a positive mind, Aaron eagerly shares his experience with the readers.

Leave a Reply or put your Question here

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x