Skip to main content

Where can I see account access logs?

Comments

3 comments

  • JaredR.
    /usr/local/cpanel/logs/access_log is where all access to cPanel, the WebHost Manager, and Webmail is logged. It is an Apache-style log, so the IP address, timestamp, browser, and exact link requested are logged. However, interpreting it requires correlating the links called with specific features in the control panel, and that is not always easy. What are you looking for, that is not in that log? I may be able to point you in a better direction if I know that.
    0
  • cascer1
    Hey there, What I'm looking for is in those logs, but it has entries for all accounts, what I'm looking for is a per-account log that I can easily access and send to customers.
    0
  • JaredR.
    Access to Web sites is broken down per domain in /usr/loc/apalache/domlogs, with one log file per domain or subdomain, but access to the cPanel/WHM/Webmail interfaces is not broken down in a similar fashion. All you can do is use grep to search the cPanel access_log for a username or IP address, and pipe the results to a file. /var/cpanel/accounting.log logs some additional information about creation and termination of (and other modifications to) accounts, but it also is a single file, not broken down on a per-domain basis.
    0

Please sign in to leave a comment.