Skip to main content

cpanel logins log file

Comments

4 comments

  • postcd
    on server are two related files: cat /usr/local/cpanel/logs/login_log cat /usr/local/cpanel/logs/access_log i think login_log is better for this: last 100 entries: cat /usr/local/cpanel/logs/login_log | grep hisusername | tail -n100 add all user entries to a file cat /usr/local/cpanel/logs/login_log | grep hisusername > user_loginlog
    0
  • cPanelMichael
    Hello :) Yes, the cPanel access log and login log are likely the best log files to check in order to verify if this happened: /usr/local/cpanel/logs/access_log /usr/local/cpanel/logs/login_log Thank you.
    0
  • MaRiOsGR66
    Thank you both for the replies!!! Is there any kind of log or function inside cpanel to show what actions were done by the client? for example on date -30/10/2014 username example created an email -29/10/2014 username example deleted a mysql database etc etc, is there something like that ?
    0
  • cPanelMichael
    There are no such features within cPanel or WHM. You would have to review the log files through the command line. You are welcome to submit a feature request for that type of functionality: Submit A Feature Request Thank you.
    0

Please sign in to leave a comment.