Get started today!◦ Full contract buyout ◦ Up to $1,000 credit ◦ Free migrations
Chat with us
Home » Magento Guide » Magento Admin » How to issue a reindex in Magento – Nexcess

How to issue a reindex in Magento – Nexcess

Learn how to issue a reindex to optimize performance in Magento 1 from the admin panel or command line, which requires SSH access and some familiarity with the command line interface (CLI).

Get fast, reliable hosting for WordPress

Power your site with the industry’s fastest, most optimized WordPress hosting

How to issue a reindex in Magento 1 from the Admin Panel and from the command line. Method 1 is preferred for most clients; you should use Method 2 only if Method 1 fails, as it requires SSH access and some familiarity with the command line interface (CLI). ATTENTION: If you prefer, you may use your SiteWorx account to automate reindexing as a cron job. For assistance, refer to How to set up cron jobs and use the example provided.

Method 1: Using the Admin Panel

  1. Log in to Magento Admin Panel.
  2. Click System > Index Management.
  3. On the left, select any or all categories to reindex. If you want to reindex all categories, click Select All.
  4. From the Actions drop-down list, select Reindex Data and then click Submit.
  5. Depending on how many categories, and the amount of information that needs to be reindexed, this could take minutes or hours.
  6. If the reindex does not finish, proceed with Method 2 below.
Method 2: Using the command line You must have SSH access to use this method. If you do not yet have SSH access, refer to How to obtain SSH access from Nexcess for guidance. Using the command line should indicate more descriptive errors should one arise. If necessary, contact our Support Team by email or through the Client Portal
  1. Log in to the server using the SSH credentials provided to you by our support team.
  2. Navigate to your Magento installation: /home/demo/demosite.com/html/
  3. After accessing the Magento directory, navigate to the shell directory:
    cd shell
  4. To view the current status of the Magento indexer, enter:
    php indexer.php --status
  5. To issue a reindex of all categories, enter:
    php indexer.php --reindexall
    To see a list of specific categories for reindexing, enter:
    php indexer.php info
For 24-hour assistance any day of the year, contact our support team by email or through your Client Portal.

Ready to get started?

Get the fastest, most secure WordPress.org hosting on the market.

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!