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

    Resolved Mariadb 10.1 on ubuntu 16.04

    The installation seems not so successful Check /var/log/mariadb/mariadb.log Run /usr/sbin/mysqld to find the problem
  2. EugeneKazakov

    Issue Plesk Onyx, Horde and the Backup of 12.5

    According to your issues with horde: The webmail config's layout was changed That means your customisations do not work any more, you have to adapt it again. And that is expected, because we cannot implement any new feature without touch of webserver configs. For example, in webmail SSL...
  3. EugeneKazakov

    Resolved Mariadb 10.1 on ubuntu 16.04

    Hello, The error means Plesk could not connect to the database. Please, make sure the MariaDB service is running: # systemctl status mariadb.service
  4. EugeneKazakov

    Resolved Letsencrypt fails to secure domain (and plesk panel)

    Hi there! According to the log Plesk hangs on the API call for more than 10 minutes: <packet><certificate><remove><filter><name>Lets Encrypt exampledomain.de</name></filter><site>exampledomain.de</site></remove></certificate></packet> As a workaround you can remove the certificate manually or...
  5. EugeneKazakov

    Resolved Let's encrypt does not renew any more

    Hi, As you may notice the extension was not updated since 2016-05-25. Just in case, was something modified in server-wide settings. Try to put the file manually and check it in your browser.
  6. EugeneKazakov

    Issue Slave DNS Manager does not work for subdomains?

    Hello John, According to the error message the master server had changed SOA format from date (2016070807) to timestamp (1468157910). Zones on slave servers should be either removed (and then synced from master) or manually updated with new SOA numbers (e.g. any timestamp in the past).
  7. EugeneKazakov

    Add Notify manually

    If you want to implement your own DNS "notifier", take a look at 3d-party DNS services topic in our documentation: http://docs.plesk.com/en-US/12.5/extensions-guide/integration-with-thirdparty-dns-services.72158/
  8. EugeneKazakov

    Issue with Slave DNS Manager

    Hey @Colb The error "rndc: slave.config does not exist" is related to the non existing config path in your CLI execution: rndc -c /usr/local/psa/var/modules/slave-dns-manager/slave_10.58.104.114.conf addzone mydomain.tld '{ type slave; file "mydomain.tld"; masters { xxx.xxx.xxx.xxx; }; };' Where...
  9. EugeneKazakov

    Let's Encrypt extension

    Hello Eddie, It is a valid use case, take a look at the following configuration steps: https://github.com/plesk/letsencrypt-plesk/wiki/Secure-Mail-Server
  10. EugeneKazakov

    Vote Let's Encrypt support

    This is a bug in Plesk, check out https://github.com/plesk/letsencrypt-plesk/issues/51#issuecomment-168589261 for details how to fix it.
  11. EugeneKazakov

    SSL Support

    Hey! First of all you should understand that letsencrypt upstream utility won't work on the server with Plesk out of the box: it writes apache/nginx configuration files, the same Plesk does - only the one master is required ;) The idea of the letsencrypt-plesk plugin is fully delegate to Plesk...
  12. EugeneKazakov

    Problem

    Hello Eduard, Please, always specify the version of Plesk with microupdate number. Show the list of files: find /usr/local/psa/admin/conf/templates/ -type f Add "[log] priority=7" in /usr/local/psa/admin/conf/panel.ini and run "plesk sbin httpdmng --reconfigure-all" If the problem has been...
  13. EugeneKazakov

    Plesk 12 full of bugs / migration problem / database inconsistency

    This script is not applicable for Plesk 12.5 You should use built-in utility "plesk repair db"
  14. EugeneKazakov

    Migration Issues Plesk 12.5.30 MU2

    I do not think switching lockmanager in panel.ini is a good idea. I'd suggest to remove this option and use "plesk repair db" tool for repair psa database.
  15. EugeneKazakov

    Upgrade default PHP

    As for me it stable enough to upgrade all my own VPS.
  16. EugeneKazakov

    Upgrade default PHP

    Hello Bogdan, Do you use Plesk 12.5 and our new integration with composer applications in panel UI? If not, I strongly recommend to upgrade Plesk and try it. If you use composer from command line, you should add correct path to php binary in PATH env. For example, my system php is 5.5: $ php...
  17. EugeneKazakov

    Please make it possible to assign multiple databases to a single user!!

    CLI allows to create database and database user http://download1.parallels.com/Plesk/Doc/en-US/online/plesk-unix-cli/40244.htm But if I understand correctly you do not want to create it, just register in Plesk existent entities, don't you? For that purpose try commands '--register' and...
  18. EugeneKazakov

    Can Plesk work with LDAP, Shibboleth, and/or CAS?

    Yes, the authentication method was introduced in Plesk 12 SDK, it provides an ability to check Panel credentials bypass common machinery and use anything you'd like. The extension is just an example of usage: we could not imagine all suitable cases. It is suggested to take the extension and...
  19. EugeneKazakov

    Dropbox Backup Extension for Plesk 11.5

    Hi laylac, Please provide more details about your issues.
  20. EugeneKazakov

    Dropbox Backup Extension for Plesk 11.5

    Dropbox Backup 2.0 was recently released. It is available in the Extensions Catalog at http://ext.plesk.com/packages/9f3b75b3-d04d-44fe-a8fa-7e2b1635c2e1-dropbox-backup Major features: Server-wide backup Ability to import backup Windows support Localization support Read more in...
Back
Top