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

  1. P

    Getting the Admin Panel to only respond to ONE host, not ALL

    Oh, and I did find that it wasn't in Apache, but in nginx. After some searching around, I found the file /etc/sw-cp-server/conf.d/plesk.conf. It contained two lines that looked promising: listen 8443 ssl; listen 8880; So I went ahead and changed the first one to: listen sub.domain.com:8443 ssl...
  2. P

    Getting the Admin Panel to only respond to ONE host, not ALL

    The main reason is that I don't want it to be easy to find the admin panel. I'd prefer to have it on some obscure sub domain on a domain not used for anything else. I only discovered that this was even possible by accident, through Google. It had indexed the admin panel login - on one of my...
  3. P

    Getting the Admin Panel to only respond to ONE host, not ALL

    I'm trying to get my Parallels Plesk Admin Panel to only respond to one host, not every host that points to the machine. Can this be done? I assumed that I'd be able to configure this through the Apache http config files, but I haven't been able to locate where that might be. So to be...
Back
Top