ISPProtect BanDaemon 2.0

Discussion in 'Installation/Configuration' started by Mark99Mark, Aug 14, 2025.

  1. Mark99Mark

    Mark99Mark New Member

    Having trouble with a suspected SYN attack I was hoping this would help on the websites being hosted on ISPConfig3.
    Please understand I was following the instructions as given, I am not a technical wizzard, at all.
    Things to note:
    The announcement mentions a New Service Helper which is not there in /opt/ so I cant uninstall.
    There is no --version command, odd, even --update reveals no clue to the installed version.
    The manual Complete User Guide 2.0 : Main Configuration File shows many differences than the installed one.
    Command: systemctl status ispprotect_bandaemon
    generates PHP Depreciated: Function strftime() etc...
    During update:
    Database query failed: SQLSTATE[HY093]: invalid parameter number SQL : SELECT DISTINCT 'ip', 'service' FROM 'ba
    that line is cutoff in terminal sorry.

    How to get this uninstalled, the website advises that ..paid registered.. can ask for help. Nice!!

    Mark
     
    Last edited: Aug 14, 2025
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    We added a version command in the last update.

    That's related to the PHP version of your system. It is not causing any issues, so the software still works perfectly fine. But we will address that in an update.

    The uninstall script was indeed missing in the current package. run:

    Code:
    ispprotect_bandaemon --update
    cd /opt/ispprotect_bandaemon/
    ./uninstall.sh
    We provide support to trial users too of course. From the website, ISPProtect BanDeamon page:

    No mention that you must have a paid license or be a registered user on the support portal page either:

    https://ispprotect.com/contact/
     
    Last edited: Aug 14, 2025
  3. Mark99Mark

    Mark99Mark New Member

    Thankyou for your helps Til
    On this page : ispprotect.com/ispprotect-bandaemon/ under
    Support & Resources
    It says Email support for licensed customers.
    Maybe include the words for Trial users too.
    I will update and remove and re-install then use the email and report back here.
    As I really need a cost effective solution to my issue. :) thankyou.
    During update line 362: syntax error near unexpected data token '}'
    Uninstall went well.
    1st reinstall failed to start service..uninstalled. 2nd reinstall with no error above. , service started.
    I sent an Email about the PHP errors Im guessing the reply was a good one: Ihre Nachricht wurde erfolgreich gesendet. Vielen Dank!, I googled it :), but ?solved? the problem after by.

    In the meantime i did a --report screen which said I was using an older version...that i just downloaded.. I ran --update
    then --report --screen and now no php errors when checking systemctl status.
    Indeed --version command now works! 2.0.4
    But.
    sudo iptables -L ispprotect-ban -n produces
    iptables v1.8.9 (nf_tables): chain 'ispprotect-ban' in table 'filter' is incompatablie, use 'nft' tool.
    I'm guessing I'm either further away or closer to the end of this. I will send another email.

     
    Last edited: Aug 15, 2025
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please use this command instead to view the iptables rules and chains:

    Code:
    iptables -t mangle -L -v -n
     

Share This Page