How to Install Virtualmin on Centos 7
In this tutorial i will show you how to install virtualmin on centos 7. First of all let’s see what is virtualmin.
What is VirtualMin..?
Virtualmin is a powerful and flexible web hosting control panel for Linux and UNIX systems based on the well-known Open Source web-based systems management GUI, Webmin. Manage your virtual domains, mailboxes, databases, applications, and the entire server, from one comprehensive and friendly interface.
Read Also: How to install docker on centos?
Prerequisite for VirtualMin
Update your system
yum update -y
Install perl package by following command
yum install perl -y
Install VirtualMin
Step 1 : Download the VirtualMin installer by running the following command:
wget http://software.virtualmin.com/gpl/scripts/install.sh
Step 2 : Install VirtualMin by executing the script before change the permission of the script:
chmod +x install.sh
sh install.sh
Step 3 : When you are prompted for License agreement press Y and then Enter
Setup Virtualmin
1. To access Virtualmin Console type ip address of your server as follows:
ipaddress:10000
2. Login with user root and password of root user of your server
If you have any issue using this tutorial feel free to comment below..
Read Also: How to install piwik analytics tool on centos 7?
Leave a Reply