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

Just a little question

awaraleo

New Pleskian
Hi guys and admins,

I am new to here and Plesk. I have a question first up...

If some one logs in Plesk through admin login, can I see its log some where or system only have logs of SSH logins?

Actually this question means a lot to me because I will then design my security accordingly.

Thank you,
 
For example:

# mysql -uadmin -psetup psa -e "select * from sessions"
+----------------------------------+------+-------+----------------+---------------------+---------------------+
| sess_id | type | login | ip_address | login_time | click_time |
+----------------------------------+------+-------+----------------+---------------------+---------------------+
| b67542c4757c48999f188d11b79b692c | 1 | admin | 192.168.33.106 | 2010-09-01 08:30:28 | 2010-09-01 08:30:29 |
+----------------------------------+------+-------+----------------+---------------------+---------------------+
 
Back
Top