• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Locked my self out!

Rasmus

New Pleskian
Hello Plesk users!

I'm new to the forum and a bit new to Plesk and linux. However, I have plesk setup and installed.

But my problem is that, I have restrictions, so only a special IP can login on the admin account.

But today I got a whole new router, because the old one was buggy and had a lot of problems. This means that I got a new IP. I did not think of that, so now I'm locked out from my Panel and have no idea how to whitelist my new IP.

I'm using Plesk Centos 6!:)

Warm Regards.
 
In command line issue the commands:

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "DELETE from cp_access"
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "UPDATE misc set val='allow' where param='access_policy'"
 
In command line issue the commands:

mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "DELETE from cp_access"
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "UPDATE misc set val='allow' where param='access_policy'"

Thank you very much, sir!

That worked like a charm!:)

I got another problem tho, if you maybe know what the issue is. The problem is that, I can access my website www.mydomain.com, and /forum etc, but I cannot access www.mydomain.com/fastdl/deathrun, which only cotains files.

I'm reciving this error when trying to access that directory: http://prntscr.com/9y1jfb.

I have tried to change the permissions to 777 on all files and directory inside /fastdl, but that didn't help.

Warm Regards.
 
I solved the problem.

I created a .htaccess with this in it:

Options +Indexes

That fixed my problem!
 
Back
Top