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

    Resolved HTTP 3 is not used despite NGINX Only hosting

    Am I the only one having this problem?
  2. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    I just found one thing, see screenshot: Only the following is present in the file Why is this?
  3. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    Does anyone else have this problem?
  4. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    Hi! Many thanks for your response. I tried to do a check via CURL, unfortunately without success. When I look at the Plesk site I see an Alt-SVC header, when I open my website I don't get such a header. So it definitely doesn't work, the browser can do it too. I don't have an external...
  5. F

    Resolved HTTP 3 is not used despite NGINX Only hosting

    I saw that HTTP 3 is now possible for NGINX. All my servers have NGINX only hosting. Now I wanted to activate it according to the instructions, i.e.: Plesk Guide I also installed the firewall etc. but the HTTP 3 protocol is not being used for me, various test sites also show that it is not...
  6. F

    Issue Paid SSL Certificate not working for Mailserver

    I checked it with the following one: CheckTLS TestReceiver Result: [000.386]STARTTLS command works on this server [001.484]Cannot convert to SSL (reason: SSL connect attempt failed error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error) [001.484]Note: This same test with...
  7. F

    Issue Paid SSL Certificate not working for Mailserver

    Update: If I connect via ssh and execute following command while activating the lets encrypt certificate: echo | openssl s_client -servername xxx.com -connect xxx.com:465 2>/dev/null | openssl x509 -text I get the output what I expect (the certificate data) Certificate: Data...
  8. F

    Issue Paid SSL Certificate not working for Mailserver

    Update: I committed myself above, it is not a wildcard SSL certificate but a basic which is also prepared by the manufacturer to protect email traffic. Receiving emails works now but sending them still doesn't work. In the log I get the following error with the paid certificate (with the free...
  9. F

    Issue Paid SSL Certificate not working for Mailserver

    I have a wildcard SSL certificate which secures my domain, I have imported this normally and everything works well so far, but if I now try to select the same certificate for sending an email, then when I send an email I only get the message that the email cannot be delivered. If I then select...
  10. F

    Issue Plesk Mobile Auth not Working

    I installed the plesk mobile extension on my Server. I installed plesk mobile on my phone. The login credentials are correct, checked it many times. The problem is, the domains that are stored are displayed there, as soon as I go to "Info" or "Services" I get the error: Authorization error...
  11. F

    Resolved Plesk Command not found when running over sheduled task

    Do you know the full path of plesk itself? I tried to find it but couldn't.
  12. F

    Resolved Plesk Command not found when running over sheduled task

    I created a shell script that creates a plesk database and assigns the permissions directly. Code: plesk bin database -c test -domain test_host -type mysql -add_user test_user -passwd test_pw -add-access 'localhost' -remove-access '%' -set-privileges '..','..'' If I now connect via SSH and...
  13. F

    Question SSHFS - Remote storage - Auto Mount on Restart

    Due to my server structure, I have to connect Plesk to an SSHFS remote storage of mine in order to be able to create backups. For that I use the Plesk Extension "SSHFS - Remote Storage" Unfortunately, the problem is that when I restart my server, the mount status is back to unmounted and I have...
  14. F

    Question Limit bandwidth only for Plesk Backups

    Is it possible to reduce the bandwidth of the server but only for the backup process?
  15. F

    Resolved [SSH] Create Database User with SSH and deactivate remote access

    Solved with this code: plesk bin database --create "test" -domain "mysql.example.com" -type mysql -add_user "test" -passwd "T3stP4@@w0rd!" -add-access 'localhost' -remove-access '%'
  16. F

    Resolved General error: 1021 Disk full while backing up all data from server [Obsidian 18.0.35]

    Add another Disk to your server (min. the size of the main disk), change the dump and the dump_d Folder to the new partition, and try again
  17. F

    Resolved [SSH] Create Database User with SSH and deactivate remote access

    At the moment I am trying to create a database with SSH and an associated user. This user should only be available locally and not from outside. In the Plesk web panel under Database users, there is the setting "Only allow local connections". Is it possible to activate this via the command...
  18. F

    Resolved General error: 1021 Disk full while backing up all data from server [Obsidian 18.0.35]

    Free inodes are good, and your command didn't work for me with ssh: File or directory not found
Back
Top