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

Recent content by budiantoip

  1. B

    Issue Can't connect via FTPS

    I've encountered a similar issue and figured out what happened. Check my solution here: Issue - How do I enable FTPS? Hope this helps.
  2. B

    Resolved How do I enable FTPS?

    I’ve figured out the issue and wanted to share my findings here in case it helps anyone facing the same problem. It turns out that my internet provider was blocking FTPS access. Once I connected through a VPN, the restriction was lifted, and this error was resolved.: 504 Command not...
  3. B

    Resolved How do I enable FTPS?

    According to this documentation, if I run this command within the server, I'll get a certificate: openssl s_client -connect 127.0.0.1:21 -starttls ftp
  4. B

    Resolved How do I enable FTPS?

    # cat /etc/proftpd.conf ... <IfModule mod_tls.c> # common settings for all virtual hosts TLSEngine on TLSRequired on TLSLog /var/log/plesk/ftp_tls.log TLSRSACertificateFile /opt/psa/admin/conf/httpsd.pem TLSRSACertificateKeyFile...
  5. B

    Resolved How do I enable FTPS?

    Thank you for your suggestion. I like it. I'll definitely use that option as a last resort. Honestly, I'm tasked with disabling the plaintext authentication, and then secure the FTP access with encryption via a TLS certificate. So, I'd like to proceed with FTPS for now. Currently, I'm still...
  6. B

    Resolved How do I enable FTPS?

    Unfortunately, I can’t use WinSCP. Do you know of any other FTP clients for Mac?
  7. B

    Resolved How do I enable FTPS?

    Hey! When trying to connect FTP over TLS via FileZilla, I got this output: 02:51:25 Status: Disconnected from server 02:51:25 Status: Connecting to 1.2.3.4:21... 02:51:25 Status: Connection established, waiting for welcome message... 02:51:26 Response: 220 ProFTPD...
  8. B

    Question Rate limiting on Ngnix

    @Paulo_o your solution makes sense. But, will it be discarded upon Plesk version updates? If true, this will trigger an error when it happens. I believe there's a reason why @IgorG asked for a vote
  9. B

    Question How is the server.conf file generated?

    Thank you, @AYamshanov. That article was the final piece of the puzzle for me. I also want to thank everyone who contributed to this thread. I’ve successfully modified the custom templates for server.conf. Here's what I did: # Modify this file to define the rate limit zone vim...
  10. B

    Question How is the server.conf file generated?

    If you review the configuration file, the server.conf file I shared earlier is not related to virtual hosts. The virtual host files are stored under /etc/nginx/plesk.conf.d/vhosts/ Is there a custom template available to modify the server.conf file?
  11. B

    Question How is the server.conf file generated?

    Hello, I have Plesk Obsidian installed on CentOS 7.9 and have the following Nginx configuration file: /etc/nginx/plesk.conf.d/server.conf The file content is as follows: #ATTENTION! # #DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY, #SO ALL YOUR CHANGES WILL BE LOST THE NEXT...
Back
Top