• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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