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

    Question How to manage DNS in Cloudflare while domain is hosted in Plesk

    Hi, I actually already told above. Do not use Cloudflare add-on for Plesk (even uninstall if present). Disable DNS for this domain in Plesk. Enter Cloudflare nameservers after disabling. It should work fine. But remember, every change in SSL, subdomains and as such, you need to make the same...
  2. T

    Question How to use SSL for mail insatead of STARTTLS?

    Hi Dave. Thanks for the response. I think I didn't make it clear enough. This is not a port issue as far as I can see. When I test it through telnet, it still asks me to issue STARTTLS first.
  3. T

    Question How to use SSL for mail insatead of STARTTLS?

    Hi, I have set an SSL for mail and done settings properly. I can use my mail from outside through SMTP. But as far as I can see, it forces to use STARTTLS. There is a web client I have to use which is not compatible with STARTTLS and it has to use SSL. I don't see a place to set it in Plesk. Do...
  4. T

    Question How to manage DNS in Cloudflare while domain is hosted in Plesk

    Yeah that's what I already did. My registrar is also Cloudflare (and thus I can't anyway change the NS). I uninstalled Cloudflare add-on from Plesk and disabled DNS for the domain; now production is fine and working.
  5. T

    Question How to manage DNS in Cloudflare while domain is hosted in Plesk

    Update: Although Plesk queries the name server and comes up with an error saying that name server doesn't resolve the domain, it works. I tried to switch the production server today; moved the files and the databases and it worked along with DNS managed completely in Cloudflare and not in Plesk.
  6. T

    Question How to manage DNS in Cloudflare while domain is hosted in Plesk

    Editing the DNS settings of the domain. As you see, I have disabled DNS and defined Cloudflare name servers only. As in the screenshot, tooltip near the name server reads as "Test DNS zone in the name server" and when clicked, it tries to survey the name server and returns with a result like...
  7. T

    Question How to manage DNS in Cloudflare while domain is hosted in Plesk

    Hi. I have transferred a domain to Cloudflare registrar and have been managing DNS from Cloudflare since then. It is right now hosted in a manually managed dedicated server, in a couple of days I will be moving the host to a Plesk instance. Today I tried to test if I could add the domain to...
  8. T

    Resolved Plesk is so slow

    Whenever Plesk warns me about the license period; they update the settings; let Plesk update the license file and then revert it back.
  9. T

    Resolved Plesk is so slow

    @Guillermo Rey, it's in /var/log/plesk/panel.log @WSNHosting Yes I have that error in the log and the datacenter who set this VPS up told me that they disabled automatic license retrieval because of abusive usage they've seen and when the renewal time comes; they do it manually. I don't know...
  10. T

    Resolved Plesk is so slow

    Here is something interesting; login page loads so fast in less than a second. But the login process takes about 15 seconds.
  11. T

    Question Using nginx to proxy a server other than Apache

    Yes it has it's own server running on a different port; but the server itself recommended to be proxied by nginx for security. It also needed to have port 80 be forwarded so I could browse it without having to type the port number. Plus; I also run some PHP software that needs these directives...
  12. T

    Question Using nginx to proxy a server other than Apache

    So you say if I want to proxy any other servers that are not present in Plesk; I wouldn't create a subdomain in Plesk; rather I would place it's configuration file in conf.d?
  13. T

    Resolved Changing root/MySQL passwords

    No, I think something is not clear here. I followed that guide and it restores the password to what Plesk knows. That means, my changing password of the MySQL admin is reverted; so it's the old password now. This way I can get into Plesk OK; but I can't login to MySQL from shell. (Access...
  14. T

    Resolved Changing root/MySQL passwords

    Then how can I sync the .psa.shadow with the newly changed MySQL admin password?
  15. T

    Resolved Changing root/MySQL passwords

    That command updates the Plesk's password. So what I conclude from this is; MySQL admin password must always be the same with the Plesk admin password. Is that right? Edit: --set-password switch gives an access denied error. So it doesn't work.
  16. T

    Resolved Changing root/MySQL passwords

    I also tried that; it didn't work. After 5 minutes or so; now retrying, this time I can login to MySQL using mysql -uadmin -ppassword; but can't login to Plesk, because psa.shadow is not synced. It says access denied in Plesk login page. How can I sync the .psa.shadow so it can use the same...
  17. T

    Resolved Changing root/MySQL passwords

    I use the commands you recommend and change the admin password; it succeeds. But still cannot login using the new password. UPDATE user SET password=PASSWORD('NEWPASSWORD') where user LIKE 'admin'; Query OK, 1 row affected (0.01 sec) Rows matched: 1 Changed: 1 Warnings: 0 Then I exit and...
  18. T

    Question Using nginx to proxy a server other than Apache

    Placing "server" directive in any configuration file always fired a compilation error saying that server directive is not allowed to be used there; because it was used elsewhere once. I tried this in vhost conf files before. I will give it a try putting it in conf.d but I don't understand how...
  19. T

    Question Fail2ban: Cloudflare API

    There is already a Cloudflare module (not extension) loaded in Plesk so that your server could catch "real IPs" of the requesters. That means you already ban actual IPs with fail2ban wihout needing a Cloudflare action. Secondly, as @trialotto stated, it's kind of obsolete to create a Cloudflare...
  20. T

    Question Using nginx to proxy a server other than Apache

    Hi. I am using an application server on port 3065 and when I get to http://host:3065 it works. I would like to use nginx to proxy this server so it could serve that app. The application suggests the following settings for nginx; upstream backend { server 127.0.0.1:8065; }...
Back
Top