> 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-server.md).

# Install and configure Central Server

{% hint style="info" %}
You must install .NET on any computer running an RMH app, including Central Server. 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 Server. 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 Server on the same computer where Central Manager is installed, but it is recommend that you install it on a store server.

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 Server**.

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

4. Click **Next**.

<div align="left"><img src="/files/qhIW1FhjvA1YGtLDl5CD" 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/ldl6BKELjndjA7LOHmA1" alt=""></div>

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

{% hint style="warning" %}
If the RMH Central Server (and the Worksheet Processor) are not installed on the same computer as the SQL Server, worksheet processing may be affected by time zone differences between the two computers.
{% endhint %}

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

7. Click **Install**.

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

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

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

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

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

{% hint style="warning" %}
If a configuration file already exists on the computer, the RMH Central Server 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 Server Wizard** using the **RMH.Central.Communication.Central.Wizard.exe** executable, which is usually located under **C:\Program Files (x86)\Retail Hero\RMH Central Flash Server**.
{% endhint %}

10. Click **Next**.

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

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

* **Central 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 Central database.

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

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

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

13. Enter the port for **RMH Central Hub**, e.g., 10000, and click **Next**.

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

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

* RMH Central Input Gateway
* RMH Central Job Processor
* RMH Central Output Gateway
* RMH Central Custom

{% hint style="info" %}
Enter a unique port number for each service. If you are using the Backward Compatibility Extension, ensure the port numbers used for the Flash Central Server app are different from the port numbers used for the non-Flash Central Server app. Refer to [Use the Backward Compatibility Extension with Flash](/installation/install-central-manager-multi-store/backward-compatibility.md) for more information.
{% endhint %}

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

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

<div align="left"><img src="/files/TkekiwZB7cOR5hsdgson" 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-server.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.
