Website Access During Maintenance

Readymage maintenance module only replaces the default Magento 2 maintenance page template with Readymage's version, while retaining accessibility to other Magento CLI commands.

To add or remove exempted IP addresses

You can manage the list of exempted IP addresses by utilizing the [--ip=] option in the preceding commands or by following the method below:

bin/magento maintenance:allow-ips <ip address> .. <ip address> [--none]

The <ip address> .. <ip address> syntax is an optional space-delimited list of IP addresses to exempt.

The --none option clears the list.

Last updated

Was this helpful?