---
title: "Setting up WordPress Elasticsearch"
canonical_url: "https://www.zone.lv/help/kb/setting-up-wordpress-elasticsearch/"
post_type: "ht_kb"
published: "2024-04-17T08:27:47+00:00"
modified: "2024-04-19T06:48:51+00:00"
language: "en"
author: "Matiko Arde"
taxonomies:
  ht_kb_category:
    - name: "Elasticsearch"
      url: "https://www.zone.lv/help/kb-categories/elasticsearch-en/"
    - name: "Wordpress"
      url: "https://www.zone.lv/help/kb-categories/wordpress-en/"
  ht_kb_tag:
    - name: "elasticpress"
      url: "https://www.zone.lv/help/kb-tags/elasticpress-en/"
    - name: "elasticsearch"
      url: "https://www.zone.lv/help/kb-tags/elasticsearch-en/"
    - name: "wordpress"
      url: "https://www.zone.lv/help/kb-tags/wordpress-en/"
---

# Setting up WordPress Elasticsearch

To use Elasticsearch, you need to order an Elasticsearch instance in your My Zone control panel from `Databases` → `Elasticsearch` `+ Add New Elasticsearch instance`.

Next step is to access your WordPress admin panel and install the [ElasticPress](https://wordpress.org/plugins/elasticpress/) plugin. In the `plugin` menu click `Add new`. In the search box type in `Elasticpress`, search and click `Install now` next to ElasticPress. Then `Activate.`

Next, click on `Dashboard`next to the ElastiPress plugin.

![](https://www.zone.lv/static/sites/5/elasticpress_get_started.png)

In the window that opens, click on `Got hosting? Get started`.

Choose the `Third-Party/Self-Hosted` tab.

In the `Elasticsearch Host URL` field, you must enter the Elasticsearch instance added from your My Zone in the following form `https://username:password@host` For example:

**https://virtXXX:PASSWORD@virtXXX.elastic.zonevs.eu**

 The PASSWORD can be seen and copied by clicking on the eye icon next to the password field.

Click on `Save changes`.If the information is correct, you will be offered the `Index Your Content` option. If such an option does not appear, you must recheck the data you entered into the `Elasticsearch Host URL` field.

Your Elasticsearch is ready for use after indexing.
