Monday, June 24, 2013

Install Easy Hosting Control Panel (EHCP) for Server


This is ( EHCP) Free, GPL, full open-source, full php which is use for web server control.

On ubuntu server 12.04 ehcp is very easy to install.
01.Login as root (#) in your Server Terminal.
And type in Terminal

server@server:~$ sudo -i

02.Download EHCP latest version from http://www.ehcp.net/download/ 
OR
server@server:~# wget -O ehcp.tgz http://www.ehcp.net/ehcp_latest.tgz

03.And extract the tar.gz file where you want to install
server@server:~# tar -zxvf ehcp.tgz

04.Change to the directory ehcp
server@server:~# cd ehcp

05.Then run install.sh script
server@server:~# ./install.sh

The install script will install all required packages including Apache, MySql and Postfix. You will need to provide information to configure SERVICE and set ADMIN passwords.
NOTE: Do not install any other software related to web application install only updates system files.
When the installer is finished. you will be provided with the ehcp login page in your Web browser window, if you are on your local machine, otherwise, you need to connect to your new webserver by entering the static IP address of you server.
http://your.server.ip.address/  Example: 192.168.1.2

Default admin username:''admin'' and default admin pass:''1234

After install your web browser look like this


No comments:

Post a Comment

Thank You.