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

Need Urgent Help

C

Cora C

Guest
I am unable to access my control panel. The control panel partially loads and then goes to page cannot be display. My hosting company told me that I need to update the Plesk database, psa, to load your server IP address via SSH or make sure that the domain has an A records that resolves to your server.

Can anyone help me with the command or direction of how to perform this task.
 
Try to check IP in A DNS record for your domain with

dif a your_plesk_domain.tld

After that make sure that this IP is really assigned to server where your Plesk installed.
In psa database you can try to find IP for your domain with something like

select * from dns_recs where type='A' and host like '%your_domain.tld';

Make sure that this IP exists in IP_Addresses table.
 
Still having problem with the commnad

It says invalid command when I use

dif a your_plesk_domain.tld
 
Back
Top