When something breaks on a WordPress site, the first question is usually: what changed? WP Engine’s activity log answers that question. It records every significant action taken through the WP Engine dashboard — backups, deploys, environment changes, user logins, and more — with timestamps and the user account that triggered each action. For agencies managing client sites, it is also a client-facing accountability tool.
What the WP Engine Activity Log Records
The activity log captures actions at the WP Engine platform level, not WordPress-level changes. Events recorded include:
- Backup creation and restoration (manual checkpoints and automatic daily backups)
- Staging pushes (pushing staging to production or pulling production to staging)
- PHP version changes
- Domain additions, removals, and SSL activations
- Smart Plugin Manager update runs and results
- WP Engine dashboard user logins
- Environment creation, deletion, and configuration changes
- SFTP and SSH credential changes
What the activity log does not record: changes made inside WordPress itself (post edits, plugin installations, theme changes, WordPress user creation). For WordPress-level change tracking, a plugin like WP Activity Log handles that separately.
How to Access the Activity Log
Log in to the WP Engine dashboard at my.wpengine.com. Navigate to your specific environment. In the environment sidebar, look for Activity Log. The log displays in reverse chronological order with the most recent events at the top. Each entry shows the timestamp, the type of action, and the user account that performed it.
The log can be filtered by date range and action type if you need to find a specific event in a longer history. For environments with a lot of activity — frequent backup restorations, multiple team members, regular Smart Plugin Manager runs — filtering by action type speeds up finding what you need.
Practical Uses for the Activity Log
Post-incident diagnosis. Site broke after a Friday afternoon deployment? The activity log shows exactly who deployed what and when. Combined with the WordPress-level error log (see How to Read and Debug WordPress Error Logs), you can pinpoint what changed and when the problem started.
Verifying backup health. The log shows when automatic backups ran and whether they completed successfully. If you need to restore from a specific point, the log confirms which backup checkpoints exist and when each was created.
Client transparency. For agencies managing client sites, sharing activity log access (by giving the client Partial dashboard access) provides a visible record of maintenance work performed: Smart Plugin Manager runs, backup confirmations, deployment history. This strengthens the value case for a maintenance retainer.
Security audit. Unexpected logins or configuration changes in the log that were not performed by your team are a flag for account compromise. Regular review of the activity log catches unauthorized dashboard access that would otherwise be invisible.
WordPress-Level Change Tracking: WP Activity Log Plugin
WP Engine’s activity log covers platform-level actions. For a complete picture of everything that happens inside WordPress itself, the WP Activity Log plugin (available free from the WordPress repository) tracks post edits, plugin activations and deactivations, user logins and logouts, theme changes, settings modifications, and WooCommerce order changes.
Running both gives you full coverage: WP Engine’s log for hosting-level changes, WP Activity Log for WordPress application-level changes. When diagnosing an issue, you can cross-reference both to establish a complete timeline of what changed and when. This combination is particularly valuable for sites with multiple users or clients who have direct WordPress admin access.
Frequently Asked Questions
How far back does the WP Engine activity log go?
WP Engine retains activity log history for a rolling period. For most practical troubleshooting purposes, recent history covering the past several weeks is available. For longer audit trail requirements, export or record significant events as they occur rather than relying on the platform log alone.
Can clients see the WP Engine activity log?
Clients with Partial user access to their environment in the WP Engine dashboard can view the activity log for their environment. This is a useful transparency feature for maintenance retainer clients. Users with Partial access see only the activity log for environments they have been granted access to, not the full account history.
Does the WP Engine activity log show WordPress plugin installations?
No. Plugin installations, activations, and deactivations done from the WordPress admin are WordPress-level events, not WP Engine platform events. The WP Engine activity log covers platform-level actions only. For WordPress application-level tracking, use the WP Activity Log plugin.





