• 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!
  • 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. Martin Dias

    Issue After changing root password and Plesk admin passwords, migration fails

    Check this one: https://support.plesk.com/hc/en-us/articles/213928585
  2. Martin Dias

    Issue After changing root password and Plesk admin passwords, migration fails

    Since it is a dump failing, it should be the source server. On the source server, check if the login works manually: MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin psa
  3. Martin Dias

    Question free trial period

    Yes, the trial does have reseller and customer management
  4. Martin Dias

    Resolved plesk system update tools 404error notification

    do you have a 3rd party mirror in use for Plesk?
  5. Martin Dias

    Resolved Can't remove php handler from list - the PHP handler "plesk-php56-fastcgi" is not found

    Try: /usr/local/psa/admin/bin/php_handlers_control --reread it should update the list correctly
  6. Martin Dias

    Question postfix vs qmail?

    Postfix is better due to SNI support etc: https://support.plesk.com/hc/en-us/articles/115001446174 But it's often also a choice of preference depending on your needs
  7. Martin Dias

    Issue Cronjob Issue

    https://support.plesk.com/hc/en-us/articles/115002120793--How-to-cancel-a-stuck-task-in-Plesk
  8. Martin Dias

    Resolved phpMyAdmin reject 200

    yes on that folder there should be a php_error file
  9. Martin Dias

    Issue DNS 9.9.4 ( named service ) can not be started

    What does the service fail with?
  10. Martin Dias

    Resolved phpMyAdmin reject 200

    Not same error code but try to increase the memory limit: https://support.plesk.com/hc/en-us/articles/360000448773-Unable-to-open-a-large-table-via-phpMyAdmin-in-Plesk-Error-in-Processing-Request also do you get in the Plesk log more information?
  11. Martin Dias

    Issue Port 3000 is closed and not listening

    then you have nothing on the server running on it, since it would show it like this: # netstat -tulpen | grep :80 tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 0 84096210 25418/nginx: worker tcp 0 0 192.168.1.10:80 0.0.0.0:*...
  12. Martin Dias

    Resolved install Let's Encrypt

    8447 is only for the Plesk Installer 8443 is the Plesk Interface https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/ports-used-by-plesk.64950/
  13. Martin Dias

    Issue Port 3000 is closed and not listening

    is that nodejs app running correctly on the port? netstat -tulpen | grep :3000
  14. Martin Dias

    Resolved Debian 11 / PHP 7.3

    https://support.plesk.com/hc/en-us/articles/115000497853--How-to-add-a-custom-PHP-version-in-Plesk-for-Linux-
  15. Martin Dias

    Resolved install Let's Encrypt

    as in the other post do use debug mode and check where it is stuck in the logs, then we can help further
  16. Martin Dias

    Input Plesk - Debian 10 to 11 Experience

    We will add it after all is tested and retested, to avoid issues :)
  17. Martin Dias

    Issue ERROR Lizenzschlüssel

    enable debug: https://support.plesk.com/hc/en-us/articles/213408889-How-to-enable-disable-Plesk-debug-mode try again and check the log, maybe there is more hints on what it gets stuck on
  18. Martin Dias

    Question Lizenzcode eingeben nicht möglich

    @Gl1tch what you mean with just loading? does it get stuck after you insert the command? or ssh in general?
  19. Martin Dias

    Question Can I update Plesk from the console?

    for kernel/firmware etc: apt update && apt upgrade
Back
Top