• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question get-login-link does not exist for clients?

cherimosa

New Pleskian
Server operating system version
AlmaLinux 9.6 x86_64
Plesk version and microupdate number
Plesk Obsidian 18.0.70.2 (Pro)
Hi,

I am trying to generate an auto login url for a client/user
/usr/local/psa/bin/client --get-login-link username

But I get the following results
Unknown command: --get-login-link

Am I doing something wrong?
Because the admin version does work properly
 
The --get-login-link command belongs to the admin utility and does not exist for the client/customer utility. If you want to generate a login link for a client you can use admin command with the -user option, like for example: /usr/local/psa/bin/admin --get-login-link -user <user login>
 
Back
Top