Skip to content

Commit db9083d

Browse files
committed
wip
1 parent 8e83ee3 commit db9083d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# hcpp-ispprotect
22
A plugin for Hestia Control Panel (via hestiacp-pluginable) that installs ISPProtect and BanDaemon.
33

4+
## Installation
5+
HCPP-ISPProtect requires an Ubuntu or Debian based installation of [Hestia Control Panel](https://hestiacp.com) in addition to an installation of [HestiaCP-Pluginable](https://github.com/virtuosoft-dev/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`.
6+
7+
First, switch to root user:
8+
```
9+
sudo -s
10+
```
11+
12+
Then simply clone the repo to your plugins folder, with the name `ispprotect`:
13+
14+
```
15+
cd /usr/local/hestia/plugins
16+
git clone https://github.com/virtuosoft-dev/hcpp-ispprotect ispprotect
17+
```
18+
19+
Note: It is important that the destination plugin folder name is `ispprotect`.
20+
421
## TODO:
522
* Install BanDaemon
623
* Configure script to cycle through clients and perform optimized scan/ban analysis.

0 commit comments

Comments
 (0)