PHPackages                             catgento/module-admin-activity - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. catgento/module-admin-activity

ActiveMagento2-module[Logging &amp; Monitoring](/categories/logging)

catgento/module-admin-activity
==============================

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

1.1.5(4y ago)64102.6k↓13.5%14OSL-3.0PHP

Since Jun 8Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/catgento/magento2-admin-activity)[ Packagist](https://packagist.org/packages/catgento/module-admin-activity)[ RSS](/packages/catgento-module-admin-activity/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (15)Used By (0)

This module was initially developed by by [KiwiCommerce](https://kiwicommerce.co.uk/). 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
--------------------------

[](#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**
----------------

[](#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](https://github.com/kiwicommerce/magento2-admin-activity/releases)
    - 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
---------------------------------------

[](#where-will-it-appear-in-the-admin-panel)

### Admin Activity Log

[](#admin-activity-log)

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

[![](https://camo.githubusercontent.com/af87b634d8e0a4eab961850871fd51872aa138e01d2d798b0efb66046af1b4b2/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f61646d696e2d61637469766974792d686973746f72792e706e67)](https://camo.githubusercontent.com/af87b634d8e0a4eab961850871fd51872aa138e01d2d798b0efb66046af1b4b2/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f61646d696e2d61637469766974792d686973746f72792e706e67)

- Page Visit History

[![](https://camo.githubusercontent.com/7d6f9e7d4c14c10cd3b29c69a330512db9e86a8b77005973075f3410a5e05a10/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f706167652d76697369742d686973746f72792e706e67)](https://camo.githubusercontent.com/7d6f9e7d4c14c10cd3b29c69a330512db9e86a8b77005973075f3410a5e05a10/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f706167652d76697369742d686973746f72792e706e67)

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

[![](https://camo.githubusercontent.com/ecc523c372a8a86e9e1eaa61592c0502a54db2fc9755643bbc024f2cb48e1137/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f61637469766974792d6c6f672d736c696465722e706e67)](https://camo.githubusercontent.com/ecc523c372a8a86e9e1eaa61592c0502a54db2fc9755643bbc024f2cb48e1137/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f61637469766974792d6c6f672d736c696465722e706e67)

### Login Activity

[](#login-activity)

Go to **System &gt; Admin Activity &gt; Login Activity**. Here you can See the list of login activity logs.

[![](https://camo.githubusercontent.com/af87b634d8e0a4eab961850871fd51872aa138e01d2d798b0efb66046af1b4b2/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f61646d696e2d61637469766974792d686973746f72792e706e67)](https://camo.githubusercontent.com/af87b634d8e0a4eab961850871fd51872aa138e01d2d798b0efb66046af1b4b2/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30362f61646d696e2d61637469766974792d686973746f72792e706e67)

Configuration
-------------

[](#configuration)

You need to follow this path. **System &gt; Admin Activity &gt; Configuration**

- General configuration

[![](https://camo.githubusercontent.com/86d06e261b2ca3721ea8303781d08913395f853b4fe4282b9af7d3dbebd267e4/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f636f6e66696775726174696f6e2d67656e6572616c2d73656374696f6e2e706e67)](https://camo.githubusercontent.com/86d06e261b2ca3721ea8303781d08913395f853b4fe4282b9af7d3dbebd267e4/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f636f6e66696775726174696f6e2d67656e6572616c2d73656374696f6e2e706e67)

- Allow Module Section

[![](https://camo.githubusercontent.com/227b48952f80f0ef858fcfeaaef3918e0354a5645f1e0ed5624d8b29d439e20a/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f636f6e66696775726174696f6e2d616c6c6f772d6d6f64756c652d73656374696f6e2e706e67)](https://camo.githubusercontent.com/227b48952f80f0ef858fcfeaaef3918e0354a5645f1e0ed5624d8b29d439e20a/68747470733a2f2f6b697769636f6d6d657263652e636f2e756b2f77702d636f6e74656e742f75706c6f6164732f323031382f30352f636f6e66696775726174696f6e2d616c6c6f772d6d6f64756c652d73656374696f6e2e706e67)

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance46

Moderate activity, may be stable

Popularity47

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 51% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~108 days

Recently: every ~101 days

Total

13

Last Release

1595d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/506393?v=4)[Pau Iranzo](/maintainers/PauGNU)[@paugnu](https://github.com/paugnu)

---

Top Contributors

[![kiwi-commerce](https://avatars.githubusercontent.com/u/40483343?v=4)](https://github.com/kiwi-commerce "kiwi-commerce (25 commits)")[![paugnu](https://avatars.githubusercontent.com/u/506393?v=4)](https://github.com/paugnu "paugnu (17 commits)")[![peterjaap](https://avatars.githubusercontent.com/u/431360?v=4)](https://github.com/peterjaap "peterjaap (4 commits)")[![magefan](https://avatars.githubusercontent.com/u/9151916?v=4)](https://github.com/magefan "magefan (1 commits)")[![monsoon-alancarvalho](https://avatars.githubusercontent.com/u/162132880?v=4)](https://github.com/monsoon-alancarvalho "monsoon-alancarvalho (1 commits)")[![XigenDominic](https://avatars.githubusercontent.com/u/6814203?v=4)](https://github.com/XigenDominic "XigenDominic (1 commits)")

---

Tags

magento2magento2-extensionmagento2-modulelogmagentoactivitybackendadmin

### Embed Badge

![Health badge](/badges/catgento-module-admin-activity/health.svg)

```
[![Health](https://phpackages.com/badges/catgento-module-admin-activity/health.svg)](https://phpackages.com/packages/catgento-module-admin-activity)
```

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[kiwicommerce/module-admin-activity

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

102407.9k](/packages/kiwicommerce-module-admin-activity)[mage-os/module-admin-activity-log

The Admin Activity extension makes it easy to track all admin activity with comprehensive audit logging.

261.4k](/packages/mage-os-module-admin-activity-log)[itonomy/module-admin-activity

A continuation of The Admin Activity extension by KiwiCommerce. This extension makes it easy to track all admin activity and revert the modification.

1270.4k](/packages/itonomy-module-admin-activity)[bolechen/nova-activitylog

A tool to activity logger to monitor the users of your Laravel Nova.

99683.9k4](/packages/bolechen-nova-activitylog)[opengento/module-webapi-logger

This module allows you to analyze all the webapi rest done call toward your Magento.

1014.9k](/packages/opengento-module-webapi-logger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
