A plugin for Hestia Control Panel (via hestiacp-pluginable) that installs ISPProtect and BanDaemon.
HCPP-ISPProtect requires an Ubuntu or Debian based installation of Hestia Control Panel in addition to an installation of HestiaCP-Pluginable to function; please ensure that you have first installed pluginable on your Hestia Control Panel before proceeding. Switch to a root user and simply clone this project to the /usr/local/hestia/plugins folder. It should appear as a subfolder with the name ispprotect
, i.e. /usr/local/hestia/plugins/ispprotect
.
First, switch to root user:
sudo -s
Then simply clone the repo to your plugins folder, with the name ispprotect
:
cd /usr/local/hestia/plugins
git clone https://github.com/virtuosoft-dev/hcpp-ispprotect ispprotect
Note: It is important that the destination plugin folder name is ispprotect
.
Be sure to logout and login again to your Hestia Control Panel as the admin user or, as admin, visit Server (gear icon) -> Configure -> Plugins -> Save; the plugin will immediately start installing ISPProtect and depedencies in the background. A notification will appear under the admin user account indicating "ISPProtect plugin has finished installing" when complete. This may take awhile before the options appear in Hestia. You can force manual installation via root level SSH:
sudo -s
cd /usr/local/hestia/plugins/ispprotect
./install
touch "/usr/local/hestia/data/hcpp/installed/ispprotect"
- Install BanDaemon
- Configure script to cycle through clients and perform optimized scan/ban analysis.