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

    Resolved Email Issues upon Reboot

    Is the service enabled? # systemctl status dovecot ● dovecot.service - Dovecot IMAP/POP3 email server Loaded: loaded (/etc/systemd/system/dovecot.service; >>>>enabled<<<<; vendor preset: enabled) Active: active (running) since Mon 2024-09-30 20:02:01 EEST; 2 months 4 days ago Main...
  2. R

    Question Limit access by ip to Plesk

    Go to Tools & Settings > Firewall. Click on the Plesk administrative interface rule and set it to be allowed from specific IP addresses. Do the same for the Plesk installer rule. Last step, apply the change. These are only INPUT rules. Plesk updates are not affected.
  3. R

    Question How is the server.conf file generated?

    Keep in mind that you should compare the default and custom templates every few Plesk upgrades because new features might be introduced and not be available with your custom templates.
  4. R

    Question How is the server.conf file generated?

    You can also use the WebServer Hook to dynamically add directives to Nginx/Apache virtual hosts when they are generated by Plesk. I think you can also use the Additional Nginx directives sections to load rate-limit zones.
  5. R

    Question Getting X-Forwarded-For IP address from behind a nginx proxy server

    On the Nginx server, in the location block that forwards to the Plesk server you need the following headers sent to the Plesk server: proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header...
  6. R

    Issue Plesk is not detecting new extension updates

    If you go to Extensions > Updates > Check Now, do you get the same version/update to the latest extension version?
  7. R

    Issue 403 Error Nginx TLS/SSL

    plesk.iamalive.store is passed trough Cloudflare and they usually use several IP addresses to send requests to the origin server. Plesk, by default, doesn't accept IP address changes during a session. That is why you get logged out and sent back to the login page. Go to...
  8. R

    Resolved Upgrading MariaDB on New AlmaLinux Server

    https://mariadb.com/kb/en/mariadb-package-repository-setup-and-usage/ curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version=mariadb-10.6 --skip-maxscale
  9. R

    Resolved Upgrading MariaDB on New AlmaLinux Server

    This should help you. However, I always upgraded via SSH. Add the desired MariaDB repository, yum update Maria DB*, then MYSQL_PWD="$(cat /etc/psa/.psa.shadow)" && mysql_upgrade -uadmin
  10. R

    Resolved Upgrading MariaDB on New AlmaLinux Server

    Upgrade to MariaDB 10.6 on the new server. It is the longest supported MariaDB version.
  11. R

    Issue 403 Error Nginx TLS/SSL

    403 on robots.txt. Check the mod security log, since the Nginx error log doesn't have any entries. I would also set up mod_realip in nginx so that the real visitor IP gets logged: Module ngx_http_realip_module
  12. R

    Issue Plesk is not detecting new extension updates

    Extension updates are controlled from the extension catalog URL set in panel.ini. Furthermore, extensions might not be available on older Plesk or OS versions. You can curl the Plesk extension catalog on each server to see what versions are returned for both your servers. The output will be...
  13. R

    Question Problem with Backup/Restore during Linux-update

    Interesting. You might be facing this issue: https://support.plesk.com/hc/en-us/articles/12376955103511-Migration-to-another-Plesk-server-fails-Unable-to-restore-DNS-zone-from-a-backup-Incorrect-DNS-record-values-were-specified-example-com-IN-Record-Type-example-com-ttl-0
  14. R

    Question Problem with Backup/Restore during Linux-update

    So, on the new server adding a new temporary domain doesn't have the DNS settings? How did you install the DNS service?
  15. R

    Issue 403 Error Nginx TLS/SSL

    Any security plugin like Wordfence or security application like modSecurity or Imunify360?
  16. R

    Issue 403 Error Nginx TLS/SSL

    Check at the exact date and time in the error log. Checking the log file directly might be easier. The log entry will not say 403. It will say something else, why do you get a 403.
  17. R

    Issue 403 Error Nginx TLS/SSL

    That is from the access log, not from the error log. The error log will contain additional information regarding the 403 request. It might also be in the php-fpm error log (/var/log/plesk-php83/error.log)(replace 83 with the PHP version)
  18. R

    Issue Help, Please! Redirecting to login_up.php

    Do you send the traffic from Cloudflare to the correct IP address?
  19. R

    Issue 403 Error Nginx TLS/SSL

    Check the corresponding entry in the domain error log or in the global php-fpm log
  20. R

    Resolved It's possible to install Chatwoot on a Plesk server?

    The provided link has a docker-compose how-to. However, Plesk Docker extension is not yet compatible with docker-conpose. The article also says how to build the Docker nodes manually (Docker Chatwoot Production deployment guide | Chatwoot). You will need 2 empty folders and in each folder a...
Back
Top