Short description: Automated installer that sets up the BE Client on your VPS or dedicated server with minimal interaction.
DISCLAIMER: This is powerful security software and should be used responsibly. 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.
- One-command style setup
- Handles common dependencies and system wiring for you
- Best option if you don’t need step-by-step manual control
Manual install alternative: ../be-client/README.md
- Linux server (VPS or Dedicated)
- Shell access (bash) with sudo/root privileges
- tar installed (to extract the archive)
- Copy the installer archive to your server and extract it:
cd /path/where/you/placed/the/archive
ls -lh be-client-install-script.tar.gz
sudo tar -xzf be-client-install-script.tar.gz
cd be-client-install-script*/- Run the installer script:
chmod +x be-install
sudo ./be-install- Follow the prompts. The script will:
- Install required components (as needed)
- Configure and start the BE Client
- Print where to check status/logs
Run every 5 minutes via cron:
Without logging:
*/5 * * * * /absolute/path/to/your/be-client >/dev/null 2>&1With logging:
*/5 * * * * /absolute/path/to/your/be-client >>/var/log/be-client.log 2>&1Use absolute paths; create /var/log/ directory if missing.
- Verify the service status (the installer will indicate how)
- Keep the script folder for re-runs or reference
- For advanced/fully manual control, see: ../be-client/README.md
Install the script with the automated installer or set it up manually—both provide the same blocking functionality. Below is example screenshot showing the BE Client installation process:
The be-install script guides you through the setup, installing dependencies and configuring the BE Client to detect and block abusive traffic automatically.
