How Can We Help?
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.
- Open WebMin in your browser https:// ip-address here:10000
- 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
The dashboard of WebMin will open and the new design will look really nice.