Saturday, May 17, 2014

Installing webmin and virtualmin on NGINX


Webmin and Virtualmin:

Webmin is a web based control panel software which helps to administrate linux server as well as web server software easily. Virtualmin is a webmin module which helps to manage virtual hosts.



Requirements:

You need to fresh install Debian 6 32 bit OS (32 bit for less RAM, if you have more RAM, go for 64 bit). Clean install is required for avoiding unexpected errors.

Procedure: 

Installing webmin and virtualmin:

1. At first, login in your server with your preferred SSH client as root.
2. Download the easy installation script in your server
wget http://software.virtualmin.com/gpl/scripts/install.sh
3. Give this script the necessary permissions
chmod 744 install.sh
4. Run the script to start installation procedure
./install.sh
5. Press "Y" and "Enter" when necessary

Done. This will install webmin along with virtualmin module.

No comments:

Post a Comment