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

external login

4PSA Central Login might work for you, especially if you have multiple Plesk servers.
 
Create a form on your website and redirect it to your plesk server:

<form name='klantenlogin' method='post' action='https://XXX.XXX.XXX.XXX:8443/login_up.php3' target='_blank'>

<table border='0' cellpadding="0" cellspacing="0" width='90%' align='left'>
<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;<b>Login: </b></td><td><input name="login_name" type="text" class="small" size="30" /></td></tr>
<tr><td >&nbsp;<b>Password: </b></td><td><input name="passwd" type="password" class="small" size="30" /></td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td align='right'><i>Log in</i>&nbsp;<input class="contact" value="&nbsp;&nbsp;&nbsp;&nbsp;" name="Submit" title="Klantenlogin" align="middle" type="image" />&nbsp;</td></tr>
</table>

If you have multiple servers you can do it in two steps by do an nslookup via php and use the output to fill in the server address.

I'm using this on http://www.upstream.be/plesklogin.php
- step 1 : filling in the domain
- step 2 : username and password
 
Back
Top