mage-os/module-admin-activity-log

The Admin Activity extension makes it easy to track all admin activity and revert changes.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 85

Type:magento2-module

pkg:composer/mage-os/module-admin-activity-log

dev-main 2025-10-14 03:57 UTC

This package is auto-updated.

Last update: 2025-10-14 03:57:35 UTC


README

Latest Stable Version License Total Downloads

A comprehensive admin activity logging extension for Mage-OS and Magento 2 that provides complete audit trails for administrative actions, login attempts, and page visits.

Huge thanks to KiwiCommerce for publishing this extension, and for their support and contributions. This extension is a fork of the original Magento Admin Activity Log by KiwiCommerce.

✨ Key Features

  • Admin Action Logging: Track all admin activities including add, edit, delete, print, view, and mass update operations
  • Login Monitoring: Record successful and failed login attempts with detailed information
  • Field-Level Changes: Track specific field modifications with before/after values
  • IP Address Logging: Capture IP addresses and user agent information for security analysis

📋 Requirements

Component Version
Magento Open Source 2.4.x
Mage-OS 1.0+
PHP 8.1+

🚀 Installation

composer require mage-os/module-admin-activity-log
php bin/magento setup:upgrade

⚙️ Configuration

Basic Configuration

Navigate to Stores → Configuration → Advanced → Admin → Admin Activity

General Settings

  • Enable Module: Enable/disable the extension
  • Enable Login Logging: Track login and logout activities
  • Enable Page Visit History: Monitor admin page navigation
  • Log Retention Period: Set how many days to keep logs (default: 90 days)

Module-Specific Logging

Configure which modules to monitor:

  • Orders: Track order-related activities
  • Products: Monitor product changes
  • Categories: Log category modifications
  • Customers: Track customer data changes
  • System Configuration: Monitor config changes
  • Admin Users: Log user management activities
  • CMS Pages & Blocks: Track content changes

📖 Usage Guide

Viewing Activity Logs

Navigate to System → Admin Activity → Admin Activity Logs

Click View on any log entry to see detailed info.

Login Activity Monitoring

Go to System → Admin Activity → Admin Login Logs