How to flush your Magento cache – Nexcess

How to flush the Magento 1.x and Magento 2 cache with either the Magento admin interface or SSH.
Get fast, reliable hosting for WordPress
Power your site with the industry’s fastest, most optimized WordPress hosting

How to flush the Magento 1.x and Magento 2 cache with either the Magento admin interface or SSH.
Read Magento 1 End of Life: What You Need to Know.
For memcached and redis users
If your store uses memcached, use the procedure in How to flush memcached instead of any provided below.
If your store uses redis, use the procedure in How to flush redis instead of any provided below.
Magento 1.x
This section offers two methods. The Admin Panel is most appropriate for users unfamiliar with SSH and CLI commands.
Using the Admin Panel
- Log in to your Magento Admin Panel.
- From the System tab, click Cache Management.

- Click Flush Magento Cache. If successful, you will see the message, “The Magento cache storage has been flushed.”

Using SSH
You must have SSH access to your server in order to use this method. If you do not have SSH access, see How to obtain SSH access from Nexcess for details.
After you log in to your server, run the following command from your site’s root folder:
php -r 'require "app/Mage.php"; Mage::app()->getCacheInstance()->flush();'
Magento 2
This section offers two methods. The Dashboard is most appropriate for users unfamiliar with SSH and CLI commands.
Using the Dashboard
- Log in to your Magento Dashboard.
- From the System tab, click Cache Management.

Click Flush Magento Cache. If successful, you will see the message, “The Magento cache storage has been flushed.”

Using SSH
You must have SSH access to your server in order to use this method. If you do not have SSH access, see How to obtain SSH access from Nexcess for details.
After you log in to your server, run the following command from your site’s root folder:
php bin/magento cache:flush
For 24-hour assistance any day of the year, contact our support team by email or through your Client Portal.
Additional resources
What is managed WordPress hosting? →
Get details and decide if managed WordPress hosting is right for you.
Must-have web development plugins to create WordPress websites at scale →
Explore the best web development plugins to enhance functionality, improve performance, and streamline your WordPress site.
A complete guide to WordPress shortcodes →
Shortcodes make life easier. Learn how to get started!



