• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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