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

Question Sime Import for a Domain proxied through Cloudflare

sefhah

New Pleskian
Server operating system version
Ubuntu 22
Plesk version and microupdate number
18.0.71
Hello,

How can I do a Site Import via the IP instead of providing the source domain? The domain resolves to a cloudflare IP which prevents the site import.
 
Hi, @sefhah . What you can do is edit the /etc/hosts on the destination server and add the following entry to the bottom:

Code:
xx.xx.xx.xx example.com

Where xx.xx.xx.xx is the IP address of the source server. That will force the destination server to resolve the domain name directly on the defined IP address bypassing Cloudflare. Once the migration is completed, you need to remove the entry from the file. I hope that helps.
 
Back
Top