With Magento 2 it is possible to disable the maintenance mode for only a certain IP. Disabling the Magento 2 maintenance mode for your IP lets you browse the frontend and admin area as normal. All other visitors will still get the maintenance mode screen.
Run this from the Magento 2 root directory to disable maintenance mode for your IP:
1 |
php bin/magento maintenance:enable --ip="12.345.678.123" |
Deactive your IP again:
1 |
php bin/magento maintenance:disable --ip="12.345.678.123" |
Disable maintenance mode for certain IP
You want or need help implementing this solution? Maybe you did not find what you were looking for? Contact me and I will assist you with whatever Magento problem troubles you!