How to Install Virtualmin on Amazon EC2 Ubuntu
In this tutorial i will show you how to install virtualmin on Amazon EC2 Ubuntu. 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 Virtualmin on Centos 7
Prerequisite for VirtualMin
Update your system
apt update -y
Install perl package by following command
apt 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 that you want to create and password user for 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