msp / adminrestriction
Magento2 Admin IP based restriction - Member of MageSpecialist SecuritySuite
Installs: 298 740
Dependents: 2
Suggesters: 0
Security: 0
Stars: 15
Watchers: 6
Forks: 6
Open Issues: 9
Type:magento2-module
Requires
- php: ^7.0|^8.0.0|^8.1.0
- magento/magento-composer-installer: *
- msp/security-suite-common: ^2.0
Suggests
- msp/security-suite: Full MageSpecialist Security Suite
README
Deny access to Magento backend from unauthorized IPs.
This module represents one of the most effective Magento backend protection policy.
Member of MSP Security Suite
See: https://github.com/magespecialist/m2-MSP_Security_Suite
Did you lock yourself out from Magento backend? click here.
Installing on Magento2:
1. Install using composer
From command line:
composer require msp/adminrestriction
php bin/magento setup:upgrade
2. Enable and configure from your Magento backend config
Emergency commandline disable:
If you messed up with IP list, you can disable or change authorized ip list from command-line:
Disable filter:
php bin/magento msp:security:admin_restriction:ip disable
Authorize a new IP list:
php bin/magento msp:security:admin_restriction:ip 127.0.0.1,192.168.0.0/24