Install EHCP (Easy Hosting Control Panel) in RHEL/CentOS/Fedora and Ubuntu/Debian/Linux Mint

EHCP (Easy Hosting Control Panel) is an open source and very effective Hosting Control Panel that offers you to host any websites, create ftp accounts, email accounts, sub domains and so on. Ehcp is the only first hosting control panel was written using PHP programming language and available for free.

It offers all major hosting control panel features such FTP Accounts, MySQL Databases, Panel Users, Resellers, MailBox with Squirrelmail and Round Cube etc. It is the only first control panel that provides built in support for Nginx and PHP-FPM with completely throw out Apache and gives better performance for low end servers or VPS.

EHCP Features

  1. Complete php, free opensource, easily customizable and more free templaes.
  2. Unlimited resllers, user accounts, ftp accounts, email accounts, mysql and domains.
  3. Management of DNS, domains, subdomains, ftp, mysql, email etc.
  4. Domains password protected, Email forwarding, autoreply etc.
  5. Website analytics with webalizer and ftp with net2ftp.
  6. One click third party script install.
  7. User Disk quota control, SSL suport, custom http redirects, domain aliases, domain redirect.
  8. Different langauge support and template supports with few languages.
  9. Server backup and restore including files and databases.
  10. More details here.

This article will help you to install and setup Easy Hosting Control Panel on RHEL, CentOS, Fedora, Ubuntu, Linux Mint and Debian systems. Please note ehcp can be installed on a fresh installation of Linux. The ehcp installation is quite simple and easy, a new user won’t face any issues while installing it at the first time.

How to Install EHCP (Easy Hosting Control Panel)?

First, login as root user using ssh and download the latest EHCP (current available version is 0.32) source tarball package using wget command.

# wget http://www.ehcp.net/ehcp_latest.tgz

Next, extract the ehcp source tarball using following tar command.

# tar -zxvf ehcp_latest.tgz

Change to ehcp directory, then execute install.sh script.

# cd ehcp
# ./install.sh

Go through the installation setup and read the instructions carefully. The install script will install all needed packages including Apache, MySQL, PHP, Postfix and so on. During installation it will ask you to enter some information to configure services and set ehcp admin passwords. The installation setup takes up-to 50-60mins, depending upon the internet speed.

It is highly, recommended you to set a MySQL ‘root‘ password for MySQL administration.

ehcp mysql root password

Repeat MySQL password for ‘root‘ user.

ehcp-2

Please select the best mail server configuration that suits your needs. In my case, I’ve selected ‘Internet site‘, mails are sent and receive using SMTP service.

ehcp-3

Set the system mail domain name.

ehcp-4

Create directories for web-based mail administration. Click on ‘Yes‘.

ehcp-5

Create SSL certificate for POP and IMAP. Click on ‘Ok‘.

ehcp-6

Please select your web server that automatically configured to run phpMyAdmin.

ehcp-7

Configure phpMyAdmin database.

ehcp-8

Set MySQL ‘root‘ password for phpMyAdmin.

ehcp-9

Please give a phpMyAdmin password to register with database server.

ehcp-10

Password confirmation.

ehcp-11

Next, configure roundcube database.

ehcp-12

Please select the database type that used by roundcube. In my scenario, I’ve selected MySQL database for roundcube.

ehcp-13

Please provide MySQL password for roundcube.

ehcp-14

That’s it, installation finished.

ehcp-17

Now navigate to the Web browser window and enter IP address of your server.

http://youripaddress/

OR

http://localhost

Click on the link that says ‘Click here for the control panel on your server‘.

ehcp-18

Enter ehcp login details, default admin username is ‘admin‘ and default admin password is ‘1234‘. If you’ve set new admin password during installation enter that password.

ehcp-19

Ehcp Control Panel Dashboard.

ehcp-20

Reference Link

Official EHCP Website

Ravi Saive
I am an experienced GNU/Linux expert and a full-stack software developer with over a decade in the field of Linux and Open Source technologies

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

30 thoughts on “Install EHCP (Easy Hosting Control Panel) in RHEL/CentOS/Fedora and Ubuntu/Debian/Linux Mint”

  1. please help how i can fix this???????
    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/new/ehcp/config/adodb/drivers/adodb-mysql.inc.php on line365

    Reply
    • Add the following line to /etc/php.ini file to get rid of php errors. Make sure to restart after making changes.

      error_reporting = E_ALL ^ E_DEPRECATED
      
      Reply
  2. Hello , I have installed EHCP using alesbd.com domain according to this guideline. I have configured dns as well. I can host another domain . But I could not upload my website under the domain alesbd.com . It shows EHCP default page always. Now what should i do ?

    thanks

    Reply
    • What apt-get error you getting on the screen? can post the error output here? it will help us to identify the problem.

      Reply
  3. on the page http://*.*.46.4/ehcp/ write error:
    “Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/www/new/ehcp/config/adodb/drivers/adodb-mysql.inc.php on line 370”

    Why is this error, how to fix it? Please help me

    Reply
    • Add the following line in /etc/php.ini to get rid of such errors. Make sure you restart Apache after making changes to php.ini file.

      error_reporting = E_ALL ^ E_DEPRECATED
      
      Reply
  4. Bad, bad, bad.

    I follow the instructions on the web ONLY to find out when the install.sh runs that install.sh SHOULD NOT be run on CentOS systems.

    Why didn’t you say this BEFORE saying to invoke install.sh? Now I don’t have a clean CENTOS and possibly cant install this manually?

    Yes, no warranty. But a WARNING would have been nice. I’m struggling with CentOS as it is, this just added more frustration on me.

    Reply
  5. Hi Ravi,

    I have just installed LAMP on my cloud server from RackSpace using Cent Os 6.4. I am confused which CPanel I should use between EHCP or Webmin?

    PS: I was using big rock share hosting previous to this. Can you please help me choosing which is best for managing multiple domains??

    Thanks

    Reply

Leave a Reply to Ravi Saive Cancel reply

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.