• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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