This video tutorial will help you to install Virtualmin on CentOS 7.
How to install Virtualmin on CentOS 7.x
1) Update all of your currently installed packages to their latest available versions:
yum -y update
2) Install Dependencies
yum -y install perl
3) To check hostname of the server.
hostname
4) Set a new hostname for the server.
hostnamectl set-hostname [hostname which you want to set]
5) Download VirtualMin
wget http://software.virtualmin.com/gpl/sc... -O /tmp/virtualmin-install.sh
6) Make the script file executable
chmod +x /tmp/virtualmin-install.sh
7) Install Virtualmin through script.
sh /tmp/virtualmin-install.sh
8) Change Webmin's root password
/usr/libexec/webmin/changepass.pl /etc/webmin root [newpassword]
9) Restart Webmin service
/etc/rc.d/init.d/webmin stop
systemctl start webmin
Get in touch with us for your hosting queries:
https://bit.ly/3CvxLCy
Email: [email protected]
Twitter: / accuwebhosting
Facebook: / accuwebhosting
Phone: 8777674678
#virtualmin #centos #install #controlpanel