• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. O

    Question Redis

    Hello @AYamshanov , Yes, I have already seen article you sent me, but as the date of publication is old, I just wanna be sure before install anything. Thank you for the confirmation.
  2. O

    Question Redis

    Hello, Can I install Redis trough Docker ? Is it worth it ? Is the license are required for Docker ? I have this notice also in my WP Dashboard: Performance You should use a persistent object cache A persistent object cache makes your site’s database more efficient, resulting in faster load...
  3. O

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Quick update: I have upgraded to MariaDB 10.11 and all works fine.
  4. O

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    Hello, I'm looking to upgrade MariaDB from 10.3.39 to 10.11 through Plesk UI. Is it safe ? I have already backup all config + files locally. Thanks.
  5. O

    Resolved Plesk Firewall [Do I have to open all ports when switching from another firewall to Plesk Firewall?]

    Update Plesk to the latest update then. This feature is only available on Plesk 18.0.52 and higher.
  6. O

    Resolved Plesk Firewall [Do I have to open all ports when switching from another firewall to Plesk Firewall?]

    You need to choose DENY (DENEGAR) instead of ALLOW (PERMITIR) ;)
  7. O

    Resolved Plesk Firewall [Do I have to open all ports when switching from another firewall to Plesk Firewall?]

    Take a look here: https://support.plesk.com/hc/en-us/articles/12377285410839-How-to-block-or-whitelist-specific-countries-through-Plesk-
  8. O

    Resolved Plesk Firewall [Do I have to open all ports when switching from another firewall to Plesk Firewall?]

    With the Plesk firewall, you can block a bunch of countries using the ISO 3166 country codes , all ports (incoming) and place the deny rule at the top. This way, you will block incoming traffic for the websites and email.
  9. O

    Resolved Plesk Firewall [Do I have to open all ports when switching from another firewall to Plesk Firewall?]

    You need to use the Plesk Firewall. Yes, the Workaround I is not available anymore, as the extension is not available anymore. For more information regarding the Plesk Firewall: (Plesk for Linux) The Plesk Firewall
  10. O

    Resolved Plesk Firewall [Do I have to open all ports when switching from another firewall to Plesk Firewall?]

    To install the Plesk Firewall, take a look here: https://support.plesk.com/hc/en-us/articles/12377540171799-How-to-install-Plesk-Firewall To block a country through the Plesk Firewall, take a look here...
  11. O

    Resolved Plesk Firewall [Do I have to open all ports when switching from another firewall to Plesk Firewall?]

    Maybe because the Workaround II, it only blocks the access to the Website, not mail. You must use the Plesk firewall.
  12. O

    Resolved Upgrading from MariaDB version 10.3.39 to MariaDB version 10.11.5

    Try: MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin
  13. O

    Resolved Log Browser | Plesk | Extension/wp-toolkit

    I can confirm that the problem has been resolved by following the steps mentioned here: https://support.plesk.com/hc/en-us/articles/14193588345495 I can also confirm that I skipped step 7 and passed directly to the step 8, but I have executed only the first cmd: DELETE FROM Instances where...
  14. O

    Resolved WAF / Security of VPS

    Hello, You can close this thread. I'm using OWASP + ModSecurity 3.0 and it works fine at the moment.
  15. O

    Resolved Log Browser | Plesk | Extension/wp-toolkit

    I am attaching all the errors for you to better understand the problem. They are mainly linked to WP installations (temporary domain name), which no longer exist in Plesk.
  16. O

    Resolved Log Browser | Plesk | Extension/wp-toolkit

    Ok @Peter Debik I have tried this as mentionned, but I'm stuck in the step 7 When I copy/paste this cmd select instanceId from InstancesDomains where domainId=XXX; in order to get the instanceId, nothing happen (no output is showing). :/
  17. O

    Resolved Log Browser | Plesk | Extension/wp-toolkit

    Error messages: 0; Warnings: 0; Errors resolved: 0 Apparently there is no problem here.
  18. O

    Resolved Contact Form WP / SPF record

    Sure. In my case, I use WP as CMS. So, I added this on functions.php: // Send email via SMTP add_action('phpmailer_init', 'send_smtp_email'); function send_smtp_email( $phpmailer ) { $phpmailer->isSMTP(); $phpmailer->Host = SMTP_HOST; $phpmailer->SMTPAuth = SMTP_AUTH; $phpmailer->Port =...
  19. O

    Resolved WAF / PHP-FPM served by NGINX [will it work?]

    @Peter Debik , sure. I have have enabled Modsecurity 3.0 and I'm using everytime PHP-FPM served by nginx, no problem at all. For the predefined set of values, I have choose FAST as the 2 others parameters cause a lot of troubles (false/positives)
Back
Top