Website and Server

Our Website and Server Security Solutions mitigate unwanted bots and IP threats, providing protection optimized for your online services

Dark server room with illuminated network racks

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.

0 + Innovations

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.

0 + Achievements

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.

0 + Reasons

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.

0 + Milestones

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.

A professional cybersecurity expert analyzing network traffic data on multiple monitors in a modern office setting, showcasing expertise and vigilance.
Expertise and Innovation
Boteraser is dedicated to addressing emerging cybersecurity threats. Its solutions are continuously improved to help enhance security and support businesses in managing evolving risks, providing reliable tools to navigate the changing threat landscape.
A visual representation of a shield protecting a website from a barrage of bot attacks, symbolizing robust security and resilience.
Robust Security Solutions
We offer a comprehensive suite of security services, including bot blocking, DDoS mitigation, and API security. Our solutions are designed to help address a wide range of online threats and support a more secure online environment
A satisfied client giving a thumbs-up in front of a secure website interface, representing customer satisfaction and trust in the service.
Customer Satisfaction
We prioritize customer satisfaction and aim to provide responsive support to our clients. Our support team is available to assist with questions or concerns, helping ensure a smooth and positive experience with our services.

Choose Your Plan

Choose the cybersecurity plan that best fits your needs. All subscriptions are securely processed via Paddle.com

Accepted payment methods: Visa, Mastercard, American Express, PayPal, Google Pay, Apple Pay

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

Security shield with keyhole over a circuit board

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.
Security shield over lines of code on a monitor

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
Security analyst monitoring network traffic data

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


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="/var/log/nginx/access.log"


Save and exit.

Install the systemd service:

sudo cp /opt/boteraser/be-client.service /etc/systemd/system/
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.
Padlocks over a network circuit board

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
Tablet displaying a shield and padlock protecting a website

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


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/systemd/system/
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.

Get in Touch

Fill out the form below or find us on the map.