WHM ServerProtection Plugin
📦 Install BitNinja into WHM
To install the BitNinja WHM plugin, run the following command in your Linux terminal:
wget -q https://get.bitninja.io/bitninja-whm.tar.gz; \
mkdir bitninja-whm; \
tar -zxvf bitninja-whm.tar.gz -C ./bitninja-whm && \
./bitninja-whm/install --license_key=****your_license_key****
🔑 Where to get your License Key?
You can obtain your custom license key by logging in to the BitNinja Admin Dashboard, then:
- Click "Add Server", or
Look for your license_key= — that's your license key.
♻️ WHM Plugin Only (Skip Full BitNinja Install)
If you already have BitNinja installed and just want to add the WHM plugin, use the --no_install_bitninja
flag:
wget -q https://get.bitninja.io/bitninja-whm.tar.gz; \
mkdir bitninja-whm; \
tar -zxvf bitninja-whm.tar.gz -C ./bitninja-whm && \
./bitninja-whm/install --no_install_bitninja
🌐 Alternative with curl
If you prefer using curl
instead of wget
, you can run: