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

Recent content by peteeeeeee

  1. P

    Question [Laravel] How to serve the laravel-websockets in Plesk

    I am using beyondcode/laravel-websockets and pusher/pusher-php-server to serve web socket with Laravel. Additional nginx directives location /app/ { proxy_pass http://127.0.0.1:6001; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection...
  2. P

    Question What is the best practice for cloning a Plesk instance on AWS ec2

    My site is hosted in AWS ec2, after a certain amount of time, the site traffic growing up, so I decided to add one more ec2 and site behind a load-balancer to distribute network or application traffic. I create an image from the original ec2 and create the second ec2 instance, it is working...
  3. P

    Question Renew Let's encrypt cert failed after added inbound rule for aws ec2

    I am hosting Plesk in aws ec2, recently added some security group inbound rules, and let's encrypt seems cannot renew. As it is an internal site, so 80/443 port is not accessible to the public. May I know what should I do to renew the Let's Encrypt cert? What IP/ port should I configure in...
  4. P

    Question Install last version of Apache

    Same here, I manually updated to the latest apache version (2.4.54) and got the below error message. Does anyone have a solution for this?
  5. P

    Resolved Error when create new subscription/ domain. usermng: Failed to set password for user 'xxx'

    Turns out the issue is caused by McAfee antivirus software which running on my server. Problem sloved after disable IDS_AP_RULE_PREVENT_MODIFICATION_PASSWORDFILES_LINUX. [disabling the default Access Protection rules]
  6. P

    Resolved Error when create new subscription/ domain. usermng: Failed to set password for user 'xxx'

    Yes, I checked this article, but there is a bit different. He successfully create domain & user before, the error happens when he changes the password. In my case, I am creating domain, the user does not yet exist (I guess), so cannot reset the password for a non-exist user. Am I...
  7. P

    Resolved Error when create new subscription/ domain. usermng: Failed to set password for user 'xxx'

    I got an error when creating a new subscription/ domain, tried Diagnose & Repair but no luck.
Back
Top