> For the complete documentation index, see [llms.txt](https://help.readymage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.readymage.com/application-management/maintenance-page/website-access-during-maintenance.md).

# Website Access During Maintenance

{% hint style="warning" %}
You must already have SSH access to the instance. Refer to the documentation for SSH access instructions: [Readymage SSH Access Documentation](https://help.readymage.com/application-management/ssh-access).
{% endhint %}

### 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:

```bash
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.
