> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/installation/install-central-manager-multi-store/installation-central-client.md).

# Install and configure Central Client

{% hint style="info" %}
You must install .NET on any computer running an RMH app, including Central Client. Refer to [**Install .NET**](/installation/installation-dot-net.md) for more information. You must also install the Flash Bridge app on any computer running Central Client. Refer to [**Install and configure the Flash Bridge**](/installation/install-central-manager-multi-store/installation-flash-bridge.md) for more information.
{% endhint %}

You can install Central Client on the same computer where Store Manager is installed, or on a store server, management computer, or standalone computer.

1. Go to the location where you extracted the release package files.
2. Double-click **Setup.exe** to open the setup wizard.

{% hint style="info" %}
You must have administrative privileges on the computer to install RMH apps.
{% endhint %}

<div align="left"><img src="/files/z88O0hVubWK52sbMlrYe" alt=""></div>

3. Under **RMH Central**, click **Install Central Clien**t.

{% hint style="info" %}
Alternately, you can go to the **RMH Central Client** folder and double-click **RMH.Central.Client.Setup.msi**.
{% endhint %}

4. Click **Next**.

<div align="left"><img src="/files/ONu0sK4Amg9OQZDZa2Rw" alt=""></div>

5. On the **End-User License Agreement** screen, select **I accept the terms in the License Agreement**, and click **Next**.

<div align="left"><img src="/files/3HknsXcdtsrkI4K4v9ua" alt=""></div>

6. On the **Destination Folder** screen, select the installation folder for Central Client and click **Next**.

<div align="left"><img src="/files/5l3hzBXCRfxeQMy7GHMk" alt=""></div>

7. Click **Install**.

<div align="left"><img src="/files/PFu90j8OXqmEKPUSrPqL" alt=""></div>

8. Wait while installation is completed. This may take a few minutes.

<div align="left"><img src="/files/SlBTWzFmnwgt2HPdpHdB" alt=""></div>

9. Confirm that **Launch RMH Central Client Wizard when setup exits** is selected and click **Finish**.

<div align="left"><img src="/files/q7MJUu9O692hh23Ld05r" alt=""></div>

{% hint style="warning" %}
If a configuration file already exists on the computer, the RMH Central Client Wizard will not open even if this option is selected. Instead, services are configured automatically using the configuration file.
{% endhint %}

{% hint style="success" %}
You can manually launch the **RMH Central Client Wizard** using the **RMH.Central.Communication.Store.Wizard.exe** executable, which is usually located under **C:\Program Files (x86)\Retail Hero\RMH Central Flash Client**.
{% endhint %}

10. Click **Next**.

<div align="left"><img src="/files/lKlUBdUakXsuxLwyd1di" alt=""></div>

11. Configure the connection to the SQL Server and the store database.

* **Store SQL Server Instance:** Enter the **host name** or the **IP address** of the computer where you installed SQL Server, a backwards slash (), and the name of the SQL Server instance if you are using a named SQL Server instance.
* **Database Name:** Enter the name of the store database.
* **User ID:** Enter the **User name** for the system account.
* **Password:** Enter the **Password** for the system account.

<div align="left"><img src="/files/zvR6GQqt2QQOkxD1oijc" alt=""></div>

12. Click **Test Connection**. If the connection to the SQL Server and store database is successful, click **Next**.

<div align="left"><img src="/files/oa0WCtznXJALnMdKPjPU" alt=""></div>

13. Enter the port for **RMH Store Hub**, e.g., 20000, and click **Next**.

<div align="left"><img src="/files/viIsyBEzlARecxKWSM5h" alt=""></div>

14. Enter the ports for **Central Client Services** and click **Next**.

* RMH Store 1 Input Gateway
* RMH Store 1 Job Processor
* RMH Store 1 Output Gateway
* RMH Store 1 Custom

<div align="left"><img src="/files/Z3ODVeNQGk1NgBJJNNrH" alt=""></div>

15. Enter the **RMH Central Input Gateway**. This is the host name or static IP address of the computer where the server services are running and the port for the **RMH Central Input Gateway** service.

{% hint style="warning" %}
You must use the same port that you entered in the **RMH Central Input Gateway** field when you configured the Central Server services.
{% endhint %}

16. Enter the **RMH Central Client IP**. This is the host name or static IP address of the computer where the client services are running.
17. Click **Create Services and Finish**. The services are configured.
18. Click **OK**.

<div align="left"><img src="/files/cpkJ4W1DdmKvEGBPaibv" alt=""></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rmhpos.com/installation/install-central-manager-multi-store/installation-central-client.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
