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

    Question How to activate http/2 for Plesk panel

    HTTP/2 (also known as HTTP/2.0 and HTTP 2.0) is the second major version of the HTTP network protocol used by the World Wide Web. Ratified in May 2015, HTTP/2 was created to address some significant performance problems with HTTP 1.1. The advantages of this protocol can be found here. Currently...
  2. m3lezZ

    Issue Update Manager Error

    This issues can appear in case that you use non-standart kernels on your server. Have a look here: How to change default boot kernel permanently or temporarily on CentOS - Ask Xmodulo
  3. m3lezZ

    Resolved Local SPF-Rules

    Here the new link: DKIM, SPF, and DMARC Protection
  4. m3lezZ

    Question Install the Cron Job :))

    Here are two types of cron tasks in Plesk: Customer cron tasks. This type of tasks can be created by both Customers and Administrators. They are executed on behalf of a system user. Such tasks do not provide access the filesystem outside of the document root of the web site. Administrator cron...
  5. m3lezZ

    Issue Plesk Onyx broken after auto update, repair installation fails

    "Bitte kontaktieren Sie den technischen Produktsupport." - Please contact the technical customer support Submit a request – Plesk Help Center
  6. m3lezZ

    Issue Using the Plesk extension,

    Does the domain have a correct A-Record? The DNS-Settings are correct? Have you an dedicated ip-adress for the domain in plesk? Have a look here: How to switch an IP address for a domain in Plesk
  7. m3lezZ

    Resolved Plesk Onyx 17.8.11 Update #22 with Error 500 Plesk Exception Database

    In this order: You could first try # plesk repair db -y Then, if that did not solve the issue, # plesk repair installation If that still did not solve the issue: # plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
  8. m3lezZ

    Resolved composer phar has a broken signature

    Hello Edi, try to reinstall composer with these steps: # cd /usr/lib/plesk-9.0/ # php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" # php -r "if (hash_file('SHA384', 'composer-setup.php') ===...
  9. m3lezZ

    Question Help with backups

    At first it's not good to save backups locally. Local backups are not backups. It is advisable to back up to an FTP store externally. And have a look here: How to restore Plesk installation on a new Linux server after disaster
  10. m3lezZ

    Question installing version 17.3

    Plesk Onyx 17.8 supports Debian 9. :)
  11. m3lezZ

    Question installing version 17.3

    # wget https://autoinstall.plesk.com/plesk-installer # chmod +x plesk-installer ./plesk-installer --all-versions Try to install with these commands, othervise use this: ./plesk-installer --select-product-id plesk --select-release-id PLESK_17_5_3 --installation-type Typical
  12. m3lezZ

    Resolved Can't enable permanent 301 redirect

    Are you an admin at your server? Othervise you can setup an https redirect via .htaccess or Additional directives for HTTP. In Plesk, go to Domains > example.com > Apache & nginx Settings and paste the following directives to the Additional directives for HTTP field: <IfModule mod_rewrite.c>...
  13. m3lezZ

    Resolved Local SPF-Rules

    Finally, there were 2 more questions on this topic I share here in addition: In our case, the DNS management takes place externally and not via the Plesk system itself where SPF entries have been defined. Therefore, Plesk would not have to be defined as the external access? In this case, there...
  14. m3lezZ

    Resolved Local SPF-Rules

    Plesk-Support answered my questions, here to share information with you: #1 What are local SPF rules and what are their implications? SPF fights return-path address forgery and makes it easier to identify spoofs. The rules are set in the DNS records and you decide how you would like to setup...
  15. m3lezZ

    Question file sharing among different subscriptions

    All uploaded files are stored within a specific subscription's webspace. If you want to change the location where the uploaded files are stored, go to Tools & Settings > File Sharing Settings (in the General Settings group). You can both select a different subscription to host the shared files...
  16. m3lezZ

    Issue Cannot access Plesk Control Panel 12.5 (504 Gateway Time-out nginx)

    Lock management is a common cluster-infrastructure service that provides a mechanism for other cluster infrastructure components to synchronize their access to shared resources. In a Red Hat Enterprise Linux cluster, DLM (Distributed Lock Manager) is the lock manager. A lock manager is a...
  17. m3lezZ

    Issue Cannot access Plesk Control Panel 12.5 (504 Gateway Time-out nginx)

    No that should be all, if you have any further questions, let me know.
  18. m3lezZ

    Issue Cannot access Plesk Control Panel 12.5 (504 Gateway Time-out nginx)

    Are there multible lockfiles? find /var/run/lock/lmlib/container_locks As a workaround, remove the lockfiles: # rm -f /usr/local/psa/var/cache/SharedLockManagerStorage* Repair plesk-installation: plesk repair installation
  19. m3lezZ

    Issue Cannot access Plesk Control Panel 12.5 (504 Gateway Time-out nginx)

    Try repair for web and just a single domain for testing: plesk repair web yourdomain.com -y It would still be interesting, how busy your system is. Open a second shell and watch with top or htop after your load.
  20. m3lezZ

    Issue Cannot access Plesk Control Panel 12.5 (504 Gateway Time-out nginx)

    plesk repair all -y or for single domain: /usr/local/psa/admin/sbin/httpdmng --reconfigure-domain example.com
Back
Top