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

Bailed On Initial Configuration

N

nick coronado

Guest
Hi all,

I just setup Plesk on a fresh server 9.5.2. According to the install doc I went to https:<server IP:8443>. I accepted the license agreement, and went through some setup steps just to check functionality. I bailed in the middle of it because some of the information the web admin. had to fill in. As long as it worked when I typed the address everything was fine. Or so I thought....when I typed in the address again I got this:

This webpage is not available.

The webpage at https://localhost.localdomain:11444/relay might be temporarily down or it may have moved permanently to a new web address.

How can I ever get back to the initial configuration page now???
 
Go to psa database with

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

and update 'misc' table with something like:

update misc set val = 'false' where param = 'psa_configured';
 
Thanks!

I will try that now, and let you know how it goes.
 
Didn't Work

I tried it, but the same screen came up. I even restarted apache and mysql after making the change. Any other ideas? I would hate to have to reinstall this thing.
 
Back
Top