• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Locked myself from Plesk Admin

zeroday01

New Pleskian
Hey there,

i accidentally locked myself from the Plesk Admin Panel. I wanted to make Plesk Login available from a subdomain like "plesk.example.com" and changed a setting. Unfortunately it immediately redirected me. I changed "Default site" to my domain. Now whenever i try to access the Plesk Admin via IP adress it redirects me to example.com. I searched on the internet for a way to change the setting via command line / cli / config file but without success so far.

I found an article but it didn't help me so far because when i type in "plesk bin subscription_settings –set-default example.com" Linux is telling me "-set-default command not found"

I am using Plesk Obisidian latest on an Ubuntu Server 20.04

Hope someone can help o_O

1649838240463.png
 
"plesk bin subscription_settings –set-default example.com" Linux is telling me "-set-default command not found"
The correct command is

# plesk bin subscription_settings --set-default example.com
 
Admin Panel should be available for you at https://your_ip:8443 or https://your_hostname:8443
 
The # plesk bin admin --disable-access-domain command sets the control panel to be accessed on port 8443 using either the IP or hostname of your server.

Also, there might be some browser caching which prohibits you from accessing Plesk on the right url.
 
The # plesk bin admin --disable-access-domain command sets the control panel to be accessed on port 8443 using either the IP or hostname of your server.

Also, there might be some browser caching which prohibits you from accessing Plesk on the right url.
Hi Rasp, i think that helped! I am able to access the Plesk again. Thanks a lot!
 
sorry, probably I didn't understand you.
you used to login to the Plesk Panel using url like https://yourdomain.name (and it used default port 443).
after you have changed the default site to somedomain.tld you have redirected right after trying to open https://yourdomain.name. right?

I'd suggest you to open https://yourdomain.name:8443 (port 8443, this is not mistake), and remove default site binding via UI.
did you try this ?
No the config is:
https://IPADRESS:8443 -> Plesk Admin Panel
https://IPADRESS -> Plesk default page
https://mydomain.com -> wordpress installation
 
Back
Top