How to install virtualmin on Centos?
VirtualMin:
Virtual min is the control panel which is used to manage the virtual hosts. It provides many services like BIND DNS , Mysql, Apache etc.It provide webbase interface. using that user can access from anywhere in the world.
Step 1: First update the Centos System.
# yum update -y
Step 2: Check hostname
# hostname -f
Step 3: Set proper hostname.
# hostname server.scalebuzz.com
Step 4: Download virtualmin package by using below mentioned link.
#wget https://software.virtualmin.com/gpl/scripts/install.sh
Step 5: Now install the virtualmin by using below mentioned command.
# ./install.sh
Step 6: By default it use port number 10000
after installing go to your web browser url and type
https://Your_server_IP:10000
To know more visit Ideastack.
Last Edited: 06/05/2020

