Skip to main content

How know DATE of [last login - FTP] of users ?

Comments

3 comments

  • cPanelMichael
    You will need to review the log files to determine when login attempts occurred. FTP logs are stored in /var/log/messages and cPanel access logs are available in /usr/local/cpanel/logs/access_log. Thank you.
    0
  • 000
    But if 50 users logIN x day... Multiple times... This is a LOT of logs... Then no is possible know LAST DATE of X user logIN ?
    0
  • cPanelMichael
    You can simply search for specific usernames with the "grep" command. EX: grep username /var/log/messages
    Thank you.
    0

Please sign in to leave a comment.