The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Potentially Abandoned v1.1.5

Magento 2 - Admin Activity by Catgento

catgento/module-admin-activity

Easily track every admin activity, record login attempts and admin page visits, track field changes and give the ability to revert them.

87,587
Downloads
Below average
64
GitHub Stars
Below average
4y ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.1.5 on Magento 2.4.8-p3
Dec 15, 2025
v1.1.5 on Magento 2.4.8-p2
Aug 14, 2025
v1.1.5 on Magento 2.4.8
May 9, 2025
v1.1.5 on Magento 2.4.7-p4
Feb 15, 2025
v1.1.5 on Magento 2.4.7-p3
Oct 14, 2024
v1.1.5 on Magento 2.4.7-p2
Sep 7, 2024

+4 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

Magento 2 - Admin Activity by Catgento Magento compatibility status badge

README

Loaded from GitHub

This module was initially developed by by KiwiCommerce. The original repository has been archived and this is just a [long term] fork. No new features are planned, but if someone wants to improve the module, pull requests are welcome.

Magento 2 - Admin Activity

  • Easily track every admin activity like add, edit, delete, print, view, mass update etc.
  • Failed attempts of admin login are recorded as well. You get access to the user’s login information and IP address.
  • Track page visit history of admin.
  • Track fields that have been changed from the backend.
  • Allow administrator to revert the modification.

Installation

  1. Composer Installation

    • Navigate to your Magento root folder cd path_to_the_magento_root_directory
    • Then run the following command composer require catgento/module-admin-activity
    • Make sure that composer finished the installation without errors.
  2. Command Line Installation

    • Backup your web directory and database.
    • Download the latest Cron Scheduler installation package kiwicommerce-admin-activity-vvvv.zip here
    • Navigate to your Magento root folder cd path_to_the_magento_root_directory
    • Upload contents of the Admin Activity Log installation package to your Magento root directory
    • Then run the following command php bin/magento module:enable Catgento_AdminActivity
  • After installing the extension, run the following command
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
  • Log out from the backend and log in again.

Where will it appear in the Admin Panel

Admin Activity Log

Go to System > Admin Activity > Admin Activity. Here you can See the list of admin activity logs and page visit history.

  • Page Visit History

By clicking View in each admin activity log, you can see the slider with admin activity log details.

Login Activity

Go to System > Admin Activity > Login Activity. Here you can See the list of login activity logs.

Configuration

You need to follow this path. System > Admin Activity > Configuration

  • General configuration

  • Allow Module Section

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules