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

    Resolved Is it safe to remove psa-courier-unicode ?

    Please don't use --nodeps or even rpm for removal. This way you don't guarantee package system consistency. Just use yum remove instead and review other packages (if any) that would be removed.
  2. V

    Resolved Is it safe to remove psa-courier-unicode ?

    You may remove the package as long as Plesk Installer reports Dovecot is in use (rather than Courier-IMAP).
  3. V

    Issue task-async-executor

    Did you perform a dist-upgrade from Debian 8 recently? What's your output of apt-cache policy systemd? Make sure systemd package is upgraded. See also the KB.
  4. V

    Resolved Unable to update plesk18.0.39

    In general you should likely have more log messages detailing the error. You may also want to make sure that port 8447 isn't occupied before starting Plesk Installer from UI. As a workaround, you may install the update in console mode by running plesk installer via SSH.
  5. V

    Issue Plesk docker image doesn't work

    Well, I assume there's no cgroups tree mounted at /sys/fs/cgroup (see mount | grep cgroup) on Windows. That's most likely the issue in your case. The image will not work without it.
  6. V

    Issue Plesk docker image doesn't work

    Please make sure you're using the correct and full docker run command from the image description. Don't use plesk/plesk:tests — it is obsolete and is not maintained anymore.
  7. V

    Issue Cannot disable plesk-ssh-terminal

    That's not a good way at all. The proper way is to just remove the extension from UI (as advised above) or via plesk bin extension -u ssh-terminal if you or your clients don't need it.
  8. V

    Resolved Plesk Firewall DHCP Client Rule

    Yes, it's new. It's useful only if your server obtains any of its IP addresses via DHCP (i.e. serves as DHCP client).
  9. V

    Resolved Plesk update From 18.0.36 To 18.0.37 Update #2 Stuck On === Configuring ProFTPD Server

    Wait. Seriously, don't ever use ch.origin.autoinstall.plesk.com as installation source. It is slow. It is acceptable to use it only for mirroring.
  10. V

    Issue how to update plesk core and plugin via proxy ?

    This is for Plesk Installer only, i.e. for downloading system packages. AFAIK, Extension Catalog packages do not support downloading over proxy. But you could probably set up some transparent proxy by doing some iptables magic. I'm not going to provide specific instructions here.
  11. V

    Issue how to update plesk core and plugin via proxy ?

    plesk installer has the following relevant options (from --help-options): Download options: --source <URL or absolute path> Installation source: a mirror URL or an absolute path to a directory containing top-level products.inf3 file...
  12. V

    Issue php: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by php)

    Just make sure /lib/x86_64-linux-gnu/libm.so.6 and /lib/x86_64-linux-gnu/libc.so.6 are up-to-date in your chroot environments.
  13. V

    Question SSH Terminal

    This is resolved with the latest update of SSH Terminal.
  14. V

    Resolved Rejecting Plesk SSH Connection

    This is resolved with the latest update of SSH Terminal.
  15. V

    Input Support for PHP 8.0 in Plesk

    xmlrpc extension is no longer available (upstream discontinued its support). ionCube loader extension is not available yet (no version compatible with PHP 8). imagick extension is not available yet (no version compatible with PHP 8).
  16. V

    Input Support for PHP 8.0 in Plesk

    Moreover, many popular applications do not work on PHP 8 yet.
  17. V

    Resolved mail account can not be crated - ERROR:__main__:mails.domain_id may not be NULL

    Check the article Igor posted above. If the last symptom is not present, this might be a previously unknown issue, in which case you're advised to address Plesk support.
  18. V

    Issue Update Plesk not possible Version 18.0.28 -> 18.0.31

    To update to the latest Obsidian you may run: plesk installer upgrade plesk release To install the latest update in scope of the same 3-digit version: plesk installer update Updating to next versions on unsupported OSes (such as Debian 8, which has reached EOL) is unsurprisingly not possible.
  19. V

    Question phpmyadmin 5.0.2 and php 7.4

    Sorry, but no. If you wish to have a customized phpMyAdmin installation (including any supported PHP version), you are free to install it manually on a domain. However, among other things you'll loose functionality of automatic login from Plesk.
Back
Top