Sama seperti Kloxo yang merupakan produksi dari LX Center mempunyai versi Fork yang disebut dengan KLOXO-MR yang merupakan hasil kolaborasi dan modifikasi dari Mr. Mustafa Ramadhan begitu juga dengan EHCP Force Edition adalah versi Fork (Release Based on Yeni EHCP) dari Versi EHCP aslinya, yang mana versi asli dapat didownload dan diinstall dari www.ehcp.net.
EHCP Force Edition sedikit berbeda dari versi aslinya. Bahkan, kedua pengembang utama dari EHCP asli dan EHCP Force Edition bekerja sama dalam memperbarui EHCP dan memperbaiki bug. EHCP Force Edition saat ini berada pada versi 0.35.2 sementara bila kita menginstall versi EHCP dari hasil download ehcp_latest.tgz sudah berada pada versi 0.35.3.
Dan berikut ini merupakan Features dari EHCP Force Edition
- Manage and create other administrator, reseller, and user accounts.
- Easily add domains and create subdomains.
- Create user limits regarding the maximum number of email accounts, domains, MySQL databases & users, subdomains, bandwidth, and diskspace a particular user is allowed to use.
- Easily add, edit, and interface with MySQL databases and MySQL virtual users via PHPMyAdmin.
- Create different types of email accounts.
- Create and modify custom BIND DNS entries.
- Allow modifications to the Apache template for each particular domain (via a global security setting).
- Configure a domain to use slave DNS to sync website DNS entries between multiple servers.
- Creates and securely configures both custom and normal FTP accounts.
- Comes with a pre-configured SquirrelMail email interface to view emails sent to virtual email accounts.
- Backup all of your server’s files and databases by using the backup and restore function.
- EHCP can integrate into other applications through its API.
- Installs and integrates with Amavis, SpamAssassin, and ClamAV to help filter and protect against spam and malicious email. (optional)
- Installs and integrates with fail2ban to log and monitor network activity. fail2ban also takes action against logged attempted attacks.
- And more!
Cara Install EHCP Force Edition tidak jauh berbeda dengan EHCP versi aslinya. bila anda tertarik untuk mencobanya seperti saya silahkan lakukan perintah berikut untuk mencicipi kehebatan EHCP Force Edition.
1. Bila dari fresh Server / VPS :
Langkah pertama yaitu melalui download File EHCP Force Edition
wget -O "ehcpforce_stable_snapshot.tar.gz" -N http://sourceforge.net/projects/ehcpforce/files/ehcpforce_stable_snapshot.tar.gz/download
--2014-04-24 16:44:14-- http://sourceforge.net/projects/ehcpforce/files/ehcpforce_stable_snapshot.tar.gz/download Resolving sourceforge.net (sourceforge.net)... 216.34.181.60 Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://downloads.sourceforge.net/project/ehcpforce/ehcpforce_stable_snapshot.tar.gz?r=&ts=1398545054&use_mirror=softlayer-dal [following] --2014-04-24 16:44:14-- http://downloads.sourceforge.net/project/ehcpforce/ehcpforce_stable_snapshot.tar.gz?r=&ts=1398545054&use_mirror=softlayer-dal Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://softlayer-dal.dl.sourceforge.net/project/ehcpforce/ehcpforce_stable_snapshot.tar.gz [following] --2014-04-24 16:44:14-- http://softlayer-dal.dl.sourceforge.net/project/ehcpforce/ehcpforce_stable_snapshot.tar.gz Resolving softlayer-dal.dl.sourceforge.net (softlayer-dal.dl.sourceforge.net)... 67.228.157.232 Connecting to softlayer-dal.dl.sourceforge.net (softlayer-dal.dl.sourceforge.net)|67.228.157.232|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 9651604 (9.2M) [application/x-gzip] Saving to: `ehcpforce_stable_snapshot.tar.gz' 100%[======================================>] 9,651,604 7.55M/s in 1.2s 2014-04-24 16:44:16 (7.55 MB/s) - `ehcpforce_stable_snapshot.tar.gz' saved [9651604/9651604]
Selanjutnya Ekstrak file yang telah di download tersebut.
tar -zxvf "ehcpforce_stable_snapshot.tar.gz"
Masuk ke direktory ehcp
cd ehcp
Lakukan Penginstalan EHCP Force Edition
sudo bash install.sh
Karena langkah penginstallanya tidak jauh berbeda dengan versi EHCP maka anda bisa lihat di postingan ini.
2. Upgrade EHCP Force Edition dari EHCP versi Asli
sudo apt-get install subversion wait cd ~/Downloads if [ -e "ehcp" ]; then rm -Rf "ehcp" fi svn checkout svn://svn.code.sf.net/p/ehcpforce/code/trunk/ehcpforce/ ./ rm -Rf .svn cd ehcp sudo bash install.sh
Setelah selesai seperti biasa akses ipserver anda di browser
http://ipserver_anda/ehcp
Tampilan Login EHCP Force Edition default menggunakan tema Epic Version 2 seperti pada gambar berikut.
Klik disini untuk melihat gambar.
Dengan tampilan control panel utama seperti gambar berikut :
Klik disini untuk melihat gambar.