• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by whytefyre

  1. W

    Backup file download problem :/

    Have you tried setting the split limit in IDM to only 1? Part of the reason I think it's happening is the requests made by IDM are unique, hence Plesk is thinking it needs to create unique files based on the number of requests sent by IDM.
  2. W

    Server extremely slow due to PHP-FPM cpu

    I'm not a WordPress expert but ran into a similar problem. It may have to do with the permalink structure and the current .htaccess / nginx rules. By the way, I've found OPCache (in PHP 7.x+) to be a lot better than other caching plugins.
  3. W

    how to install cron job

    On the surface, it looks like a personal preference. wget is installed by default on ubuntu distros. lynx is a text-based browser that has to be installed. Personally, I would recommend wget to avoid installing extra packages, but that's just personal opinion.
  4. W

    all domains unreachable

    Additionally, check your iptables rules when you are able to login via ssh. # iptables -L > iprules.txt # nano iprules.txt
  5. W

    when creatinng default skin package -> custom.css is blank

    So close..... Default has to be default. Thus the full command: user@computer:~# plesk bin branding_theme -p name default -destination /tmp/default.zip
  6. W

    Unable to see Health Monitor on Plesk 12.5.30 (#15)

    If you have access to ssh on the server and root access, you can install snmp support from this link (https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-an-snmp-daemon-and-client-on-ubuntu-14-04) Note, I did not follow the article exactly. I created an OpenVPN...
Back
Top