> 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-flash-bridge.md).

# Install and configure the Flash Bridge

The Flash Bridge app must be installed on any computer running a centrally-managed app (Central Manager, Central Server, Central Client, centrally-managed Store Manager, centrally-managed POS, Central Loyalty Manager). The Flash Bridge app acts as a vault where packages are stored until they can be processed and synchronized between Central Client and Central Server. The Flash Bridge app is not required in single-store installations.

**To install the Flash Bridge app:**

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 Flash Bridge**, click **Install Flash Bridge**.

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

4. Click **Next**.

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

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

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

7. Click **Install**.

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

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

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

9. Click **Finish**.

{% hint style="info" %}
If there are jobs waiting to synchronize, you will see a shortcut to the Flash Bridge app in the computer's system tray.
{% endhint %}

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

**To configure the Flash Bridge app for Central Client and Central Server:**

1. Open **Central Client** or **Central Server**.
2. Click **Settings**.
3. For **Central Client**, do the following:
   1. On the **Client Services** tab, select **Check this option to change this URL**.
   2. Enter the host name and port for the **RMH Store \[number] Input Gateway**.
   3. Click T**est address** to verify the address.
   4. Click **Save**. The host name and port are saved to the Store Manager database. The Flash Bridge app will use this host name and port to send data packages/jobs to the Central Client to synchronize to Central Server and Central Manager.

<div align="left"><figure><img src="/files/tyPsEUx1nB0SbuF2gWli" alt=""><figcaption></figcaption></figure></div>

3. For **Central Server**, do the following:
   1. On the **Server Services** tab, select **Check this option to change this URL**.
   2. Enter the host name and port for the **RMH Central Input Gateway**.
   3. Click **Test address** to verify the address.
   4. Click **Save**. The host name and port are saved to the Central Manager database. The Flash Bridge app will use this host name and port to send data packages/jobs to the Central Server to synchronize to Central Client/stores.

<div align="left"><figure><img src="/files/1Piqqw3ihPzhuT9UlOx5" alt=""><figcaption></figcaption></figure></div>

**To check if the Flash Bridge app is connected:**

1. Open the system tray.
2. Double-click the **Flash Bridge** icon.

{% hint style="info" %}
If the Flash Bridge icon is not visible in the system tray, open **Settings**, click **Personalization** | **Taskbar**, and expand **Other system tray icons**. Beside **RMH.Central.FlashBridge.Application**, drag the slider to **On**. You will need to restart the computer for the icon to display in the system tray.
{% endhint %}

3. Check the connection status indicator in the bottom right corner of the **RMH Flash Bridge** window. If the indicator is green, the Flash Bridge is connected. If the indicator is red, the Flash Bridge is not connected and no packages are being processed and synchronized between Central Client and Central Server.

<div align="left"><img src="/files/JwbQbItvK9UOEZ0JgN8G" 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-flash-bridge.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.
