Immediate Threat Protection
Boteraser.com provides immediate protection against bots, scrapers, and attacks. Our cybersecurity solutions ensure your website remains secure and performs optimally. With Boteraser, you gain peace of mind knowing your online assets are shielded from malicious activities, allowing you to focus on growing your business. Start protecting your website today!
Boteraser WordPress Plugin (latest)
Protect your WordPress website from bots, scrapers, and attacks with the Boteraser plugin. Download now and enjoy immediate threat protection.
Boteraser Automatic Install Script (latest)
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-install.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, ensuring your server is quickly and effectively secured.
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-install.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, ensuring your server is quickly and effectively secured.
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! Boteraser client will now run every 5 minutes and protect your website automatically.
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! Boteraser client will now run every 5 minutes and protect your website automatically.