Webmin is a free hosting control panel with easy installation. It takes only 5 to 10 minutes, and the configuration is very simple.
What will you need to install Webmin ?
Fresh CentOS 7 or 8, installed on your VPS/Server.
How can you install Webmin ?
1- At first, you should access to SSH Client by using your root account.
After that enter these four instructions:
yum install wget -y
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.941-1.noarch.rpm
yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect perl-Data-Dumper unzip perl-Encode-Detect
rpm -U webmin-1.941-1.noarch.rpm
Notice: Installation may continue for a few minutes and that will be belonged to your server speed. As soon as it has finished, it will be displayed a message
with your Webmin admin URL.
2- Then,open Webmin in a browser, https://ip-address here:10000
On CentOS 7/8, In case of the URL does not work, you will need to open port 10000. You can do that by running this command:
firewall-cmd --zone=public --add-port=10000/tcp --permanent
firewall-cmd --reload