Immediate Threat Mitigation

Boteraser is designed to provide immediate threat mitigation against bots, scrapers, malicious IPs, and automated attacks, helping protect websites and servers from security risks

Boteraser WordPress Plugin (latest)

Protect your WordPress site from bots, scrapers, and attacks with the Boteraser plugin. Download now to help manage threats, support your site’s security, and maintain a safer online environment.

Boteraser Automatic Install Script (latest)

Help protect your dedicated server or VPS from malicious bots, scrapers, and attacks with our shell install script.
Download be-client-install-script.tar.gz to your preferred location:

cd /your/desired/folder
wget https://github.com/sofset-dev/boteraser/raw/refs/heads/main/be-client-install-script/be-client-install-script.tar.gz

After downloading the be-client-install-script.tar.gz file, run the following commands in your terminal:

tar -xzvf be-client-install-script.tar.gz
cd boteraser-install
./be-install

This script automates the installation process, helping to secure your server quickly and effectively.

Boteraser Manual Install

This is a quick manual on how to install and configure the Boteraser client on your server. You must run these steps as the root user.

Download be-client-latest.tar.gz to your preferred location:

cd /your/desired/folder
wget https://github.com/sofset-dev/boteraser/raw/refs/heads/main/be-client/be-client-latest.tar.gz


Unpack the archive:

tar -xzvf be-client-latest.tar.gz
cd boteraser


Edit the configuration file. Open be.conf with a text editor:

nano be.conf
or
vi be.conf

In be.conf, enter:

Your API KEY – you can get it at: https://user.boteraser.com/api.php
The full path to the access.log of the domain you want to protect

Example:

API_KEY="<YOUR API KEY>"
LOG_PATH="/path/to/your/access.log"


Set up automatic execution every 5 minutes using cron. Open the crontab editor:

crontab -e

Then add this line at the end:

*/5 * * * * /your/desired/folder/boteraser/be-client >/dev/null 2>&1

Save and exit

✅ That’s it! The Boteraser client will now run every 5 minutes and help protect your website automatically.

Boteraser PRO Automatic Install Script (latest)

The Boteraser PRO install script installs the client to help protect all server services.
Download be-client-pro-install-script.tar.gz to your preferred location:

cd /your/desired/folder
wget https://github.com/sofset-dev/boteraser/raw/refs/heads/main/be-client-pro-install-script/be-client-pro-install-script.tar.gz

After downloading the be-client-pro-install-script.tar.gz file, run the following commands in your terminal:

tar -xzvf be-client-pro-install-script.tar.gz
cd boteraser-pro-install
./be-install-pro

This script automates the installation process, helping to secure your server quickly and effectively.

Boteraser PRO Manual Install

This is a quick manual on how to install and configure the Boteraser PRO client to help protect all services on your server. You must run these steps as the root user.

Download be-client-pro-latest.tar.gz to your preferred location:

cd /your/desired/folder
wget https://github.com/sofset-dev/boteraser/raw/refs/heads/main/be-client-pro/be-client-pro-latest.tar.gz


Unpack the archive:

tar -xzvf be-client-pro-latest.tar.gz
cd boteraser-pro


Edit the configuration file. Open be-pro.conf with a text editor:

nano be-pro.conf
or
vi be-pro.conf

In be-pro.conf, enter:

Your API KEY – you can get it at: https://user.boteraser.com/api.php
Set INTERFACE="any" for all interfaces or specify one (e.g., eth0). Example:

API_KEY_PRO="<YOUR API KEY>"
INTERFACE="any"

Set up automatic execution every 5 minutes using cron. Open the crontab editor:

crontab -e

Then add this line at the end:

*/5 * * * * /your/desired/folder/boteraser/be-client-pro >/dev/null 2>&1

Save and exit

✅ That’s it! The Boteraser PRO client will now run every 5 minutes and help protect your server automatically..