The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

User Startup Page

aimanecouissi/module-user-startup-page-admin-ui

Lets you set a preferred post-login admin landing page per admin user or role, with user-level preference taking precedence over role-level. Configurable from the user, role, and account forms, falling back to the global startup page setting.

1
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
2 errors , 22 warnings
L1 PHPStan

Tested on Magento 2.4.9

Recent Test History

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

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

User Startup Page Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_UserStartupPageAdminUi

Adds Startup Page selection to Admin user, role, and account forms. The module stores a preferred Admin menu page for users or roles and uses that preference when resolving the post-login Admin landing page.

Installation

composer require aimanecouissi/module-user-startup-page-admin-ui
bin/magento module:enable AimaneCouissi_UserStartupPageAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

The Startup Page dropdown appears on the Admin → System → Permissions → All Users grid edit form, the Admin → System → Permissions → User Roles grid edit form, and the Admin account form in the upper-right account menu. Saving a value stores the selected Admin menu item for that user or role.

When both values exist, the user-level Startup Page takes precedence over the role-level value. If neither value is set, Magento uses Stores → Configuration → Advanced → Admin → Startup Page.

Uninstall

bin/magento module:disable AimaneCouissi_UserStartupPageAdminUi
composer remove aimanecouissi/module-user-startup-page-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT

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.