• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. R

    Question DNS error for all domains after adding an IP

    Hi, Check the panel.log at the time of the first action. It should contain information regarding what went wrong. The button and CLI command do the same thing. You can also check the syslog regarding bind errors after the Reread IPs button was pushed. In order to be able to use new IP...
  2. R

    Issue Plesk Task Manager

    What do you have in that file? If it exists, back it up and replace the content with: cat /usr/local/psa/admin/conf/task-manager.yml # Copyright 1999-2024. WebPros International GmbH. All rights reserved. concurrency: limits: # Maximum number of concurrent tasks # This limit will not...
  3. R

    Issue Server Error 403-Forbidden You do not have permission to access this document.

    What do you have in the error log when you try to access the website?
  4. R

    Question Blocked IP and Country ISO Code

    Hi, Do you pass your website via a CDN like Cloudflare? In that case, your server Firewall will see only Cloudflare IP addresses. If you don't use a CDN, then perhaps the firewall didn't get applied because of the long time needed to load all the IP addresses in the IP lists.
  5. R

    Question SSH user can see other subdomain directories even with chrooted shell?

    Please have a look at Resolved - Domain (SSH) user can see other directories
  6. R

    Issue Server almost full

    Can you restart the server? Was it recently restarted?
  7. R

    Issue Server almost full

    You might have bind mounts on the system which cause du and df to count twice the same used disk space. Try: du -xcsh /* 2>/dev/null | grep G to see actual used disk space What do you have mounted? mount | grep -vE "tmpfs|tracefs|rpc_pipefs|binfmt_misc|sys|boot|proc|dev/pts|mqueue|hugepages"...
  8. R

    Question Why Plesk controls my self-installed (FTP upload) Wordpress installation since last update

    You get 2 instances because you have the entire WordPress or just parts of it in the document root and in some other folder (in the document root or in the webspace). WordPress Toolkit will scan all the folders for wp-config.php (this is my assumption) and will show in the interface all the...
  9. R

    Question Why Plesk controls my self-installed (FTP upload) Wordpress installation since last update

    Hi, Simply detach the WordPress installs you don't want to manage via WordPress Toolkit. Click on ...Mehr Why don't you want the WordPress install to be manageable via WordPress Toolkit?
  10. R

    Issue DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    Sorry for the previous command. Please try the following: journalctl -n100 --no-pager -xeu mariadb
  11. R

    Issue DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    The issue is above line 54. Your screenshot has only the shutdown part. You might have an InnoDB corruption.
  12. R

    Issue DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    Try this comand and provide the output: journalctl --output=cat -xeu mariadb
  13. R

    Issue Roundcube: Connection failed to imap or storage server

    Can you ping localhost from your server? Does localhost resolve to 127.0.0.1?
  14. R

    Issue Problems Issuing a Let's Encrypt Certificate

    Try to access the challenge URL from a different IP address than your usual IP. Your IP address might be whitelisted in the hardware firewall.
  15. R

    Issue Problems Issuing a Let's Encrypt Certificate

    Do you allow http:// via the hardware firewall? Let's Encrypt will try to access the challenge URL via HTTP.
  16. R

    Question Server Error 500 Plesk\Exception\Database

    Hi, The error indicates all connection slots to the database service have been used up. By default, that is 200 connections and 150 per any single database user. If plesk db fails then you need to restart MariaDB systemctl restart mariadb
  17. R

    Issue Unable to connect to FTP via

    Check the passive ports set in Proftpd: grep Passive /etc/proftpd.* -r /etc/proftpd.conf:PassivePorts ????? !!!!! Check the Plesk firewall if the ports are enabled: iptables -S INPUT | grep <?????? = first port from the previous step> -A INPUT -p tcp -m tcp --dport ?????:!!!!! -j ACCEPT The...
  18. R

    Issue Unable to connect to FTP via

    Are the passive ports opened in the firewall?
  19. R

    Issue Issue creating backup FTP/Local

    Can you share a screenshot of the options that are selected? Do you get anything logged in /var/log/plesk/panel log when the backup fails?
  20. R

    Issue Issue creating backup FTP/Local

    Those are not a problem. What did you select in the Backup Manager when the backup was created? Do new backups trigger the same error?
Back
Top