• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. M

    Resolved Roundcube 1.6.4 is released. When will plesk upgrade to it?

    @Peter Debik this Roundcube update is urgently needed. Can you escalate this internally? I will also open a ticket tomorrow. Please also see: https://www.welivesecurity.com/en/eset-research/winter-vivern-exploits-zero-day-vulnerability-roundcube-webmail-servers/
  2. M

    Issue Plesk panel says update available, CLI says server already has the latest version

    Apologies for reviving this old thread but I am having sort off the same issue as @Visnet. We have about 40 Plesk servers. Most of our Plesk servers update to newer versions just fine, but some don't. On updating server A we see: [2023-08-10 04:22:57.365742] The getBestBuild function has...
  3. M

    Question How to set defaults for WP Toolkit "Updates Settings"

    Some improvements on the above script (can't edit post..): added hostname variable to be easily deployable to multiple servers added better logging # Don't work to quick sleep 5 # Set some variables hostname=`hostname` # Get the WordPress ID for id in $(plesk ext wp-toolkit --list | grep...
  4. M

    Resolved Default plesk-wordpress fail2ban doesn't work

    I think I figured it out! We have another WAF that is already blocking the requests, lmao.
  5. M

    Resolved Default plesk-wordpress fail2ban doesn't work

    Thanks for your reply! Unfortunately it did not help. In my situation the wordpress jail/filter is not triggered. Here is some more information: we have piped logs enabled we see WARNINGS in fail2ban.log which might give a clue: Please check jail has possibly a timezone issue. Line with odd...
  6. M

    Resolved Default plesk-wordpress fail2ban doesn't work

    Did you ever manage to fix this?
  7. M

    Question How to set defaults for WP Toolkit "Updates Settings"

    Allright , thank you very much @Kaspar ! To enable automatic core, plugin and theme updates in Plesk: Get a API Key and at step 2 replace YOURAPIKEY: plesk bin secret_key -c Create a file called /usr/local/psa/bin/auto_updates_wordpress.sh with the following content: # Don't work to quick...
  8. M

    Question How to set defaults for WP Toolkit "Updates Settings"

    I know, I wrote it ;-) Does anyone know where in the database Plesk stores the "Autoupdate all plugins" and "Autoupdate all themes" settings?
  9. M

    Question How to set defaults for WP Toolkit "Updates Settings"

    The above solution is far from perfect. It only works for currently installed plugins and themes. So quite pointless. I'm going to dig further to see how we can influence "Autoupdate all plugins" and "Autoupdate all themes" via CLI.
  10. M

    Question How to set defaults for WP Toolkit "Updates Settings"

    To enable automatic plugin and theme updates in Plesk: Create a file called /usr/local/psa/bin/auto_updates_wordpress.sh for domain in $(plesk ext wp-toolkit --list | grep "${NEW_DOMAIN_NAME}" | awk {'print $1'}); do plesk ext wp-toolkit --wp-cli -instance-id $domain -- plugin...
  11. M

    Important New Plesk webmail / SOGo Webmail extension

    I was being dumb. The test domain within Plesk was configured for different IP addresses :rolleyes:
  12. M

    Important New Plesk webmail / SOGo Webmail extension

    We installed SOGo on Plesk 18.0.50. On one domain SOGo works fine but on a additional domain we are greeted with a 404 error. I am not sure how to start debugging this issue. Anyone has any idea what the cause of this might be?
  13. M

    Issue Fail2ban bans users accessing websites

    By the way this is our custom plesk-wordpress filter: [Definition] failregex = ^<HOST>.* "POST .*(wp-login.php|xmlrpc.php)([/\?#\\].*)? HTTP/.*" 200|401 ignoreregex =
  14. M

    Issue Fail2ban bans users accessing websites

    I am seeing the same issues on one of our servers. On that server Plesk was updated to 18.0.50 Update #2 after not being updated for 12 months or so. @fliegerhermi Did you find a solution yet?
  15. M

    Issue Advanced ModSecurity Rules by Atomicorp missing in plesk control panel

    It seems Atomic Standard (free) is still not available on Plesk on Ubuntu 20.04.5 LTS. Anyone have an idea on how to get Atomic Standard (free) to work on Plesk on Ubuntu 20? Should we copy the tortix folder from a working server? Or should we perhaps install aum?
Back
Top