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

    Question How to manage a website from Plesk when installed over terminal?

    Hello, I guess the following steps can help: Add a subdomain navidrome.mydomain.de Uncheck Proxy mode option at Domain > navidrome.mydomain.de > Apache and Nginx Settings. Configure Nginx location / { proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; proxy_pass...
  2. A

    Question How to edit the Custom URL Plesk login page?

    Hello, if I understand you right you need a customized Plesk URL https://support.plesk.com/hc/en-us/articles/12377745012247-How-to-customize-Plesk-URL
  3. A

    Question How to deploy React app?

    It's hard to say because I don't know how a PrestaShop website was implemented but I think you can rename the websites. In this case, you can always restore the old website.
  4. A

    Issue 403 Errror after import demo theme

    Hello, It might be related to the wrong file permissions, you can fix them by running the command plesk repair fs example.com
  5. A

    Question How to deploy React app?

    no, any file inside of the document root can be served, for instance, you can put the test.txt file and it will be available on example.com/test.txt node.js no need because you upload the compiled application with all prepared files (js, CSS, HTML) no, a React app is just a bunch of HTML, JS...
  6. A

    Issue COMException (0x8007054b). Urgent, please help

    I guess you can run the plesk repair web example.com command to fix some known issues
  7. A

    Question How to deploy React app?

    yes, you need to put your index.htm (and other files) directly into the document root folder
  8. A

    Question Docker for Plesk makes me confused.

    https://docs.plesk.com/en-US/obsidian/administrator-guide/web-hosting/using-docker.75823/#using-remote-docker
  9. A

    Question Docker for Plesk makes me confused.

    Hello, it's a free extension but if you want to use remote nodes, you need to buy a license
  10. A

    Issue COMException (0x8007054b). Urgent, please help

    Hello What does this mean? do you have the same site on the other server without plesk? I can suggest checking system event logs, maybe there is detailed information about the error
  11. A

    Question How to deploy React app?

    When you add a subdomain it has its own document root folder so you can't break other sites
  12. A

    Question How to deploy React app?

    In this case, you can just put the content of the build folder inside the document root folder
  13. A

    Question Domain forwarding, no Lets Encrypt?

    Hello, you can choose a certificate in the Hostting settings section
  14. A

    Question How to deploy React app?

    Hello, do you have a backend for your React application?
  15. A

    Question Plesk Email Security: domain-specific settings

    Hello, I don't see any per-domain basis settings
  16. A

    Issue Plesk update error

    Hello, please check that http://autoinstall.plesk.com is available on the server, for instance by the command curl -I http://autoinstall.plesk.com/
  17. A

    Question NodeJS Websocket Nginx with process.env.PORT?

    I hope this thread is quite similar to your issue and it can help Resolved - Cannot make nodejs application listen on different port
  18. A

    Question Disabled "Hosting performance settings management" is ignored when using .user.ini

    yes, please submit a bug report but also I've found a feature request Setup global PHP-FPM settings Tools & Settings > PHP Settings
  19. A

    Question NodeJS Websocket Nginx with process.env.PORT?

    Hello, I guess this article can help https://support.plesk.com/hc/en-us/articles/12377246437399-Does-Node-js-on-Plesk-support-WebSockets-socket-io
Back
Top