Webmin is a free hosting Cpanel with an easy installation. It takes only five to ten minutes and the configuration is also very simple.
What are the requirements?
– Fresh CentOS 7, installed on your VPS/Server.
How to install Webmin?
Step 1: First you will need to login to SSH Client using your root account.
Then insert these 4 commands:
yum install wget -y
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.860-1.noarch.rpm
yum -y install Perl Perl-Net-SSLeay openness Perl-IO-Tty Perl-Encode-Detect
rpm -U Webmin-1.860-1.noarch.rpm
Note: Installation can take a few moments and will depend on your server speed. Once it is done, you will see a message with your Webmin admin URL.
Step 2: Next, open Webmin in a browser, https:// IP-address here:10000
On CentOS 7, if the URL doesn€™t work, it means that you use to open port 10000. You can do it so by running this command:
firewall-cmd –zone=public –add-port=10000/tcp –permanent
firewall-cmd –reload
The Webmin Dashboard will open. The New Design of Webmin looks really nice.