Installing ehcp
Go to their site and follow their simple, easy to follow instruction.
- Download tar
- run install script
And follow instructions that pop on your screen.
Enter your username(admin) and password(1234). You are ready to use ehcp cpanel
Issuse:
You may forget your password. This will help you to recover it
I installed and failed to login to ehcp admin panel due to some reason
Here is the workaround to reset your ehcp admin password.
Steps to recover ehcp admin login pass:
* connect your server by ssh
* on command line,
$ mysql -p$ use ehcp;
$ update panelusers set password=md5('1234') where panelusername='admin';
This way, you should be able to login to your ehcp using password 1234
Uninstall ehcp:
To uninstall ehcp from your server/computer,
just remove files at /var/www/ehcp ??
and files at /var/lib/mysql/ehcp ??
Why did i uninstall it?
Reason being, i found Virtualmin more friendly.
No comments:
Post a Comment