Articles in this section

How to list all system users on a Plesk server?

Plesk for Windows kb: how-to Plesk for Linux

Applicable to:

  • Plesk for Windows
  • Plesk for Linux

Question

How to list all system users on a Plesk server?

Answer

  1. Connect to a server via SSH or RDP
  2. Execute the following command in the command-line interface:

    CONFIG_TEXT: plesk db "select name, login from domains join hosting on domains.id=hosting.dom_id join sys_users on hosting.sys_user_id=sys_users.id"
    +--------------+-------+
    | name         | login |
    +--------------+-------+
    | example1.com | user1 |
    | example2.com | user2 |
    +--------------+-------+

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.