Skip to content

Commit 89cdbba

Browse files
committed
wip
1 parent db9083d commit 89cdbba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ git clone https://github.com/virtuosoft-dev/hcpp-ispprotect ispprotect
1818

1919
Note: It is important that the destination plugin folder name is `ispprotect`.
2020

21+
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:
22+
23+
```
24+
sudo -s
25+
cd /usr/local/hestia/plugins/ispprotect
26+
./install
27+
touch "/usr/local/hestia/data/hcpp/installed/ispprotect"
28+
```
29+
2130
## TODO:
2231
* Install BanDaemon
2332
* Configure script to cycle through clients and perform optimized scan/ban analysis.

0 commit comments

Comments
 (0)