Automated Threat Mitigation
Boteraser is designed to provide automated threat mitigation against bots, scrapers, blacklisted IPs, and other unwanted network traffic, helping protect websites and servers from security risks
Boteraser WordPress Plugin (latest)
Enhance protection for your WordPress site against bots, scrapers, and online attacks with the Boteraser plugin.
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Download now to better manage threats and maintain a safer digital presence.
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Download now to better manage threats and maintain a safer digital presence.
Boteraser Automatic Install Script (latest)
Help protect your dedicated server or VPS from unwanted bots, scrapers, and attacks with our shell install script.
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Run the following command in your terminal to install Boteraser:
curl -fsSL https://github.com/sofset-dev/boteraser/raw/refs/heads/main/be-client-install-script/be-install.sh | sudo bash
curl -fsSL https://github.com/
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.
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Download be-client-latest.tar.gz to your preferred location (recommended: /opt):
cd /opt
wget https://github.com/sofset-dev/boteraser/raw/refs/heads/main/be-client/be-client-latest.tar.gz
Extract the archive and enter the directory:
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.
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Download be-client-latest.tar.gz to your preferred location (recommended: /opt):
cd /opt
wget https://github.com/
Extract the archive and enter the directory:
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="
Set up automatic execution every 5 minutes using cron. Open the crontab editor:
crontab -e
Then add this line at the end:
*/5 * * * * /your/
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.
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Run the following command in your terminal to install Boteraser PRO:
curl -fsSL https://github.com/sofset-dev/boteraser/raw/refs/heads/main/be-client-pro-install-script/be-install-pro.sh | sudo bash
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Run the following command in your terminal to install Boteraser PRO:
curl -fsSL https://github.com/
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.
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Download be-client-pro-latest.tar.gz to your preferred location (recommended: /opt):
cd /opt
wget https://github.com/sofset-dev/boteraser/raw/refs/heads/main/be-client-pro/be-client-pro-latest.tar.gz
Extract the archive and enter the directory:
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="auto" to use the first detected interface, "any" for all interfaces except loopback, or specify one directly (e.g., eth0). Example:
API_KEY_PRO="<YOUR API KEY>"
INTERFACE="auto"
Save and exit
Create a systemd service file using a text editor such as nano or vi:
vi /etc/systemd/system/be-client-pro.service
Then add this in the file:
[Unit]
Description=Boteraser PRO Client
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/be-client-pro
ExecStart=/opt/be-client-pro/be-client-pro
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
Save and exit
Reload systemd, enable the service, and start it:
systemctl daemon-reload
systemctl enable be-client-pro
systemctl start be-client-pro
Check the service status and view logs:
systemctl status be-client-pro
journalctl -u be-client-pro -f
✅ That's it! The Boteraser PRO client will now run every 5 minutes and help protect your server automatically.
DISCLAIMER: This is powerful security software that runs with elevated privileges and modifies your system. It is provided "AS-IS" and "AS-AVAILABLE" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, or non-infringement. Your use of the software is at your own risk. By downloading, installing or using this software, you agree to our Terms of Service and Privacy Policy.
Download be-client-pro-latest.tar.gz to your preferred location (recommended: /opt):
cd /opt
wget https://github.com/
Extract the archive and enter the directory:
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="auto" to use the first detected interface, "any" for all interfaces except loopback, or specify one directly (e.g., eth0). Example:
API_KEY_PRO="<YOUR API KEY>"
INTERFACE="auto"
Save and exit
Create a systemd service file using a text editor such as nano or vi:
vi /etc/systemd/system/be-client-pro.service
Then add this in the file:
[Unit]
Description=Boteraser PRO Client
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/be-client-pro
ExecStart=/opt/be-client-pro/be-client-pro
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
Save and exit
Reload systemd, enable the service, and start it:
systemctl daemon-reload
systemctl enable be-client-pro
systemctl start be-client-pro
Check the service status and view logs:
systemctl status be-client-pro
journalctl -u be-client-pro -f
✅ That's it! The Boteraser PRO client will now run every 5 minutes and help protect your server automatically.