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

no access plesk panel

R

reloaded-

Guest
Good morning to all,

I have a problem with my Plesk 9.2 with Ubuntu.

In plesk settings, I have indicated that only one IP interface can connect to https: / / mydominio.com: 8443 and login.

Recently my internet company, has changed my physical IP address of the company output.

And the plesk system, will not let me because it only allows access to the previous fixed ip.

I have SSH access without problems, but do not know how to tell that the IP of the office has changed to take control of it.

Any ideas? editing some file? I looked in the plesk firewall, but the file is not found that setting.

I guess it will be in the database, someone who can help me? this is serious for my company. We need to regain access to the system.

Thank you very much for everything
 
Login via ssh, go to psa database with

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

and check content of 'cp_access' table. Remove record about your previous IP from this table if it is necessary.
 
Back
Top