• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. brother4

    Question AbuseIPDB with Fail2Ban

    Feel free to use this shell script: Input - Plesk Fail2Ban: Integration for AbuseIPDB
  2. brother4

    Input Plesk Fail2Ban: Integration for AbuseIPDB

    If no output is desired except for errors: #!/bin/bash # Your AbuseIPDB API Key API_KEY="YOUR_ABUSEIPDB_API_KEY" # File where already reported IPs are stored REPORTED_IPS_FILE="/var/log/reported_ips.log" # If the file doesn't exist, create it [ ! -f "$REPORTED_IPS_FILE" ] && touch...
  3. brother4

    Input Plesk Fail2Ban: Integration for AbuseIPDB

    Hello! If you want to report the blocked Fail2Ban IPs from Plesk to the AbuseIPDB, you can do this with the following shell script I created. This increases the likelihood that hosters will become active and infected systems will be uncovered. It includes a check that already reported IPs are...
  4. brother4

    Issue Plesk Update: as repository 'http://autoinstall.plesk.com/pool/WPB_18.0.51_64 all InRelease' doesn't support architecture 'amd64'

    My Plesk crashed after the update finished. I restarted the server and the last error message was gone afterwards. Nevertheless, I am unsure how often there are problems after updates or even that Plesk hangs. The system has a lot of computing power, that won't be the reason.
  5. brother4

    Issue Plesk Update: as repository 'http://autoinstall.plesk.com/pool/WPB_18.0.51_64 all InRelease' doesn't support architecture 'amd64'

    The error seems to have been fixed in the current Plesk Obsidian version 18.0.54. The message no longer appears. There is now a new surprise for this:
  6. brother4

    Issue apt-update has errors [Web Presenence Builder, WPB, amd64 unsupported]

    The error seems to have been fixed in the current Plesk Obsidian version 18.0.54. The message no longer appears. There is now a new surprise for this:
  7. brother4

    Issue Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds

    Sometimes Plesk also shows that the rule was successfully recorded (message above). However, it does not appear in iptables and the status widget at the bottom right shows the quoted error I post at the first post. When I reload the firewall page, it is active and the rule is shown as active...
  8. brother4

    Issue Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds

    No, that's the only rule I wanted to add individually. I have already tried twice to first uninstall and then reinstall the firewall component and also to be on the safe side ran a plesk repair all -y. I recently reinstalled the system with Ubuntu 22. Fresh reinstallation. Then resumed the...
  9. brother4

    Issue apt-update has errors [Web Presenence Builder, WPB, amd64 unsupported]

    Apparently there are several with the same problem on completely new systems. I have the same error now. If you buy software and updates bring in bugs, don't make users pay to fix the bugs. This is obviously not about a special, individual case of a single user on a special system, but about a...
  10. brother4

    Issue Plesk Update: as repository 'http://autoinstall.plesk.com/pool/WPB_18.0.51_64 all InRelease' doesn't support architecture 'amd64'

    Hello, can someone tell me what's going on here? I don't have a SiteBuilder extension or similar installed? When updating I get the message:
  11. brother4

    Issue Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds

    Without the rule it also takes some time but works. But it should be possible to add your own rules. There is no other rule with port 8080.
  12. brother4

    Issue Failed to apply the firewall configuration - [ext-firewall] set to 40 seconds

    I've only one custom firewall rule I want to add: port 8080 incoming. I've already set [ext-firewall] confirmTimeout = 40; in panel.ini. But I get the error every time: Any ideas?
  13. brother4

    Issue Plesk Docker extension manual port fields not displayed

    Problem persists after following these tips and reinstalling: https://www.plesk.com/kb/support/docker-service-is-still-running-on-server-when-docker-extension-was-removed-from-plesk/ Docker can then be installed again, but the settings for the port are not visible
  14. brother4

    Issue Plesk Docker extension manual port fields not displayed

    If I remove the checkbox for automatically setting the port, I don't see the fields to enter a port manually like in the video: . After I removed and reinstalled the extension Plesk was no longer accessible (502 Bad Gateway) in the repair kit it says that the service sw-engine has stopped and...
  15. brother4

    Forwarded to devs Plesk Migrator Error (as warning) when Mail Service is turned off on the source subscription

    I can confirm this bug in: Version 18.0.50 Update #2 / Ubuntu 22.04.2 LTS
  16. brother4

    Issue Service plan server configuration is not applied

    Hello, I have added the following ngnix configurations to a service plan and applied them. The affected subscription is in sync mode and not locked. What could be reasons that it still only works if I store it directly in the domain settings? gzip_proxied any; location ~*...
  17. brother4

    Resolved SpamAssassin daily update cron exited with return code 4

    On our servers the same thing. I also tried your GPG.KEY snippet, but also don't work for us. config: warning: description exists for non-existent rule USER_IN_ALLOWLIST_TO channel: lint check of update failed, channel failed
  18. brother4

    Question Could not issue/renew Let`s Encrypt certificates from disabled SSL domains

    Plesk gave me a tip: It's probably related to "SSL it", which can be selected from additional services of the subscription or service package. I assumed that the option applies generally to the provision of Let's encrypt and not that SSL certificates are automatically retrieved.
  19. brother4

    Question Chrooted shell alternative that shows the actual path?

    Hello, I would like to give project users the possibility to perform certain actions via shell, as long as they stay in their project space. E.g. for backup routines, Git etc. I think the only way to do this is the chrooted shell. A bit confusing is that you don't really know in which directory...
  20. brother4

    Question Could not issue/renew Let`s Encrypt certificates from disabled SSL domains

    Hello, I have created some web projects / domains that currently do not point from the DNS to the new web server. Therefore I have not yet manually activated SSL regarding Let's encrypt. But now I still receive regular messages: Could not issue/renew Let`s Encrypt certificates. My last change...
Back
Top