Website and Server
Our Website and Server Security Solutions mitigate unwanted bots and IP threats, providing protection optimized for your online services
Our Mission & Values
At Boteraser.com, our mission is to provide top-tier website and server security solutions that help businesses manage online risks. We prioritize integrity, innovation, and customer focus. Our services let you monitor and support your website and server security, helping reduce unwanted bot and IP activity. With Boteraser, you get more than a tool—you get a trusted partner.
Boteraser helps enhance website and server security by filtering harmful bots, blocking unwanted IPs, and reducing automated attacks, supporting site speed, security, and accessibility. With continuous updates and monitoring, it helps keep your security measures up to date and manage unwanted bot and IP activity.
With Boteraser, your website and server security is strengthened by reducing unwanted bot activity and harmful IPs, while supporting legitimate user access and maintaining performance. Its real-time filtering and simple setup provide tools to help manage online security and limit unwanted bot and IP activity.
Boteraser offers numerous ways to help protect your website and server security by reducing unwanted bot activity, harmful IPs, and automated attacks. These threats can affect site performance, compromise data, and impact reputation, but Boteraser provides tools to help address them. Real-time filtering supports legitimate user access, while easy setup and continuous updates assist in managing security and mitigating unwanted bot and IP activity.
At Boteraser, we believe every website deserves a safer online environment. We help protect your website and server security by reducing unwanted bot activity, harmful IPs, and unwanted traffic. By supporting legitimate user access and assisting in maintaining site performance, Boteraser provides tools to help manage security challenges with real-time monitoring, easy setup, and continuous updates.
Why Boteraser is the Best Choice for Your Business
At Boteraser, we believe every website deserves a safer online environment. We help enhance website and server security by reducing unwanted bot activity, harmful IPs, and unwanted traffic that can negatively impact your site and reputation. By supporting legitimate user access and helping maintain performance, Boteraser provides tools to assist in managing website and server security challenges related to unwanted bots and IPs.
Expertise and Innovation
Robust Security Solutions
Customer Satisfaction
Choose Your Plan
Choose the cybersecurity plan that best fits your needs. All subscriptions are securely processed via Paddle.com
![]()
STANDARD MONTHLY
Helps enhance your website’s security by helping reduce the impact of unwanted bots, suspicious IPs, and automated attacks, with a 7-day free trial and 14-day money-back guarantee for peace of mind
$20/month
STANDARD ANNUAL
Delivers year-round continuous protection, billed annually, with a 7-day free trial and 14-day money-back guarantee, designed to help minimize unwanted bots, suspicious IPs, and automated attacks
$149/year
PRO MONTHLY
Unlocks advanced tools to help monitor and reduce unwanted bots and IP threats, billed monthly, with a 7-day free trial and 14-day money-back guarantee, keeping your site more secure
$40/month
PRO ANNUAL
Annual protection with premium support, including a 7-day free trial and a 14-day money-back guarantee, designed to help reduce the impact of unwanted bots, IP-based attacks, and other automated threats.
$349/year
Boteraser WordPress Plugin (latest)
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)
curl -fsSL https://github.com/
Boteraser Manual Install
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
This creates /opt/boteraser containing be-client, be.conf and be-client.service.
Edit the configuration file. Open be.conf with a text editor:
nano be.conf
or
vi be.conf
In be.conf, enter:
CONSENT_ACCEPTED="yes" – required; the client will not start until this is set to "yes"
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:
CONSENT_ACCEPTED="yes"
API_KEY="<YOUR API KEY>"
LOG_PATH="
Save and exit.
Install the systemd service:
sudo cp /opt/
sudo systemctl daemon-reload
If you extracted the files somewhere other than /opt/boteraser, edit the WorkingDirectory and ExecStart paths in /etc/systemd/system/be-client.service to match your location.
Start it and enable it on boot:
sudo systemctl enable --now be-client
Verify it is running:
sudo systemctl status be-client
sudo journalctl -u be-client -f
✅ That's it! BE-Client now runs continuously in the background and protects your server automatically.
Boteraser PRO Automatic Install Script (latest)
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
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
This creates /opt/boteraser-pro containing be-client-pro, be-pro.conf and be-client-pro.service.
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:
CONSENT_ACCEPTED="yes" – required; the software will not start until this is set to "yes"
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:
CONSENT_ACCEPTED="yes"
API_KEY_PRO="<YOUR API KEY>"
INTERFACE="auto"
Save and exit
Install the bundled systemd service file (it is included in the package and already contains the correct settings):
cp be-client-pro.service /etc/
systemctl daemon-reload
If you extracted the files somewhere other than /opt/boteraser-pro, edit the WorkingDirectory and ExecStart paths in /etc/systemd/system/be-client-pro.service to match your location.
Enable and start the service (it will also start automatically on boot):
systemctl enable --now be-client-pro
Check the service status and view logs:
systemctl status be-client-pro
journalctl -u be-client-pro -f
✅ That's it! BE-Client PRO now runs continuously as a background daemon, monitoring your server's network traffic and automatically blocking unwanted IPs at the firewall level.
Bot and IP Security Blog
Welcome to the Boteraser blog, focused on bot and IP security, where we share insights on cybersecurity, DDoS defense, and unwanted traffic to help secure websites and servers.
🤖Block Bad Bots to Safeguard Your Website🚫
Intro In today’s digital landscape, websites have become prime targets for automated bots—ranging from legitimate
Block Harmful Traffic and Keep Your Website Safe🛡️🌐
Learn effective strategies for blocking harmful traffic and keeping your website safe from cyber threats.
How to Stop Malicious Bots Before They Damage Your Site 🤖🚫
Learn effective strategies to detect, block, and prevent malicious bots from harming your website and


