• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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