Magento 2 Enable or Disable maintenance mode via Command Line

In this tutorial, we will talk about Enable Magento 2 (Adobe Commerce) maintenance mode via Command Line in Command Line Series. As you know, from Magento 2, they add many commands in bin/magento. If you are having issues with enabling or disabling maintenance mode, this post might help. You will be guided on how to do that programmatically by running simple command lines.

It’s easy to follow. I’m sure that you can do it right away and get the results.

Let’s start!

Custom Maintenance Page with FREE extension

Check maintenance mode Status in Magento 2

 php bin/magento maintenance:status

Result:

Status: maintenance mode is not active
List of exempt IP-addresses: 123.123.123.123

Enable Magento 2 Maintenance Mode via command line

php bin/magento maintenance:enable

Result:

$ php bin/magento maintenance:enable
Enabled maintenance mode

Disable Magento 2 maintenance mode via command line

php bin/magento maintenance:disable

Allow IPs to access to the store

Sets maintenance mode exempt IPs

php bin/magento maintenance:allow-ips

E.g:

php bin/magento maintenance:allow-ips 168.168.168.168
Set exempt IP-addresses: 168.168.168.168

Looking for
Upgrade Services?

Upgrade your Magento 2 store to the latest version for new features and security - with the help of our dedicated experts.

Upgrade now
upgrade service

That’s all!

I hope that this is a useful post for you about how to enable or disable maintenance mode via command lines.

Thank you for reading!

Image Description
Sam is the CEO & co-founder of Mageplaza, a company established to support Magento merchants with different powerful tools and resources. Sam Nguyen is also the CEO & founder of Avada Commerce, an e-commerce solution provider headquartered in Singapore – aiming to support more than a million online businesses to grow and develop.
x