Ehcp is a hosting control panel for hosting multiple domains, mysql, ftp, email etc on a VPS or dedicated server. Ehcp can even run&test inside Docker
Please note that, Ehcp not yet tested on Ubuntu 22.04 and newer versions !
You may download and install ehcp by opening the console and entering the following:
for Ubuntu 20.04 (Possibly can install on earlier versions also):
wget -O ehcp.tgz www.ehcp.net/ehcp_2004.tgz
tar -zxvf ehcp.tgz
cd ehcp
./install.shfor Ubuntu 16.04 and later:
wget -O ehcp.tgz www.ehcp.net/ehcp_1804.tgz
tar -zxvf ehcp.tgz
cd ehcp
./install.sh