• 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. H

    Forwarded to devs Unable to reissue certificates for domain aliases only

    A workaround would be nice. Any ideas how to create certificates for aliases only, but without the main domain and without warnings about failed certificate requests?
  2. H

    Forwarded to devs Slowdown on backup transfers when using multivolume backup

    Did anyone ever find a solution to this slowdown of multi volume backups? I am affected by this problem too.
  3. H

    Question Restricted Mode Settings for php security setting and fail to ban

    Did you find a solution to this problem? I want to access fail2ban as an additional administrator account in Restricted Mode but I can not find an option for this.
  4. H

    Issue Prevent Postfix from delivering e-mails locally

    Did you find a solution to this problem?
  5. H

    Issue Plesk Let's Encrypt extension still leaves garbage behind in .well-known/acme-challenge/ directories

    There should be a cronjob configured to remove these files if they are older than 1 month: $ sudo crontab -l -u psaadm | grep "remove-expired-tokens" Output should be: 0 0 * * 0 /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php...
  6. H

    Resolved Create a postgres database with same name of user

    Why do you think that user and database need different names? Your quoted text of the postgresql documentation does not state this.
  7. H

    Input Prevent generating database passwords containing '#'

    You should not deny any characters used for passwords. Instead you have to properly escape the characters where needed. You have to use quotes around the password in .env files for example.
  8. H

    Question ws to wss with Plesk & Apache

    Maybe your mapping is wrong? This could be the correct mapping: ProxyPass /wss ws://127.0.0.1:8090/wss retry=0 keepalive=On ProxyPassReverse /wss ws://127.0.0.1:8090/wss retry=0
  9. H

    Issue Plesk server became unreachable.

    The server became unresponsive during or after an kernel update with dracut. Multiple services got stuck in a restart loop as monit was repeatedly starting services that were restarting already (because of the hot/online kernel update).
  10. H

    Issue Plesk server became unreachable.

    One of my plesk servers became completely unresponsive (but still running) two times in the last two months. It's also an CentOS 8 VPS. Reason absolutely unknown. Please report back if you find the culprit. I will do too.
  11. H

    Resolved Duplicates in apt

    You do not have to say sorry at all - I appreciate your help. Thank you very much! :)
  12. H

    Resolved Duplicates in apt

    I don‘t like to ignore unexplained warnings.
  13. H

    Resolved Duplicates in apt

    But they have identical sources listed and `apt` produces warnings on an update. Is it safe to delete one of it? If so, which one? # cat plesk-ext-site-import.list deb [arch=amd64] http://autoinstall.plesk.com/PMM_0.1.11 xenial all # cat plesk-ext-panel-migrator.list deb [arch=amd64]...
Back
Top