• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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