[ad_1]
Is there a way to see the IP addresses of who have logged into a wordpress dashboard? My user setting is full admin.
I’m not looking for just the username or associated email, but the IP address. I have a client that is very loose with his willingness to share login credentials.
And if I can stretch the request further, I’d love to see what they visited even if no site changes were made.
[ad_2]
If you have Wordfence installed you can go to “Tools” and filter traffic by “Registered Users”.
Other security plugins likely display traffic logs too.
I don’t think there is anyway to check user activity logs from the WP dashboard without a plugin.
You should be able to see logs in your Cpanel, if you have Cpanel hosting.
Edit: you could try “WP Activity Log” plugin, not sure if it will load data from before it was installed though.
If you know how to use the CLI, you can check the Nginx or Apache access logs directly by logging into your server via SSH.
You could run a grep command such as:
`grep ‘”POST /wp-admin/ HTTP/2.0″ 200’ YourWebsiteFolderName_access.log`