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.

You must already have SSH access to the instance. Refer to the documentation for SSH access instructions: Readymage SSH Access Documentation.

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