• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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