---
title: "Installing the SearchStax module"
date: "2025-02-12T09:49:18+00:00"
summary: "Learn how to install the SearchStax module for current Drupal versions. Step-by-step guide for seamless integration with Acquia Search."
image:
type: "page"
url: "/acquia-cloud-platform/installing-searchstax-module"
id: "009f5513-ee36-48e9-b79c-b1a2f753ce8f"
---

This page provides information about how to install the [SearchStax](https://www.drupal.org/project/searchstax) module for the applications running the [current Drupal version](/service-offerings/support/support-users-guide/supported-software-life-cycle#supported-drupal-version). The information is not applicable to Drupal 7 applications.

Important

*   Use the migration module to move an existing index on Drupal to SearchStax while ensuring zero downtime.
*   The initial migration to SearchStax must be completed through the Drupal UI within an environment on Cloud Platform.

To install the latest version of the SearchStax module:

1.  Confirm you have valid SearchStax Account. If not, reach out to your Account Manager.
    
2.  Sign in to [SearchStax – Site Search](https://searchstudio.searchstax.com/) and [create a Search App](/acquia-cloud-platform/acquia-search-powered-searchstax-onboarding-process "Acquia Search powered by SearchStax Onboarding process") if you have not already.
    
3.  Add the [SearchStax Studio module](https://www.drupal.org/project/searchstax) to your codebase with the following command:
    
        composer require 'drupal/searchstax'
    
4.  Enable the SearchStax module in a non-production environment on Acquia Cloud:
    1.  Sign in to your Drupal site with the Administrator role.
    2.  In the admin menu, click **Extend**.
    3.  Locate and select the following checkboxes:
        *   **SearchStax:** This module redirects searches through appropriate endpoints and enables analytics.
        *   **Solr to SearchStax Site Search Migration:** This module facilitates the migration of indexes.
            
            ![srsx-extend_image](https://acquia.widen.net/content/sfg2rbowly/web/45fe3_srsx-extend_image.png?v=e970b9bb-bc55-41d4-ae7a-883992cd6e12)
            
    4.  Click **Install**.

Watch this video to learn how to install the SearchStax module:

In SearchStax, search apps function as your search servers. To migrate from your legacy Acquia Search configuration, you first need to log in to SearchStax and [create a new Search App](/node/68491#create-search-app) in your preferred cloud region.

Important

*   Acquia recommends that you configure different SearchStax apps for different environments.
*   Do not to use a single search app across all environments.

Acquia Search powered by SearchStax provides six search apps by default, with one app for each cloud environment. Local environments can use the shared development appliance, purchase additional apps, or use local Solr servers within the local development environment such as [Lando](https://docs.lando.dev/plugins/solr/), [DDEV](https://github.com/ddev/ddev-solr), and [Docksal](https://docs.docksal.io/service/other/apache-solr/). For more information about configuring a local Solr server, visit [Custom Solr configuration](/acquia-cloud-platform/custom-solr-configuration "Custom Solr configuration").

Next step
---------

[Migrate the server from Drupal to Acquia Search powered by SearchStax](/acquia-cloud-platform/migrating-server-drupal-acquia-search-powered-searchstax "Migrating the server from Drupal to Acquia Search powered by SearchStax")