> 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-store-manager-single-store/checklist-single-store.md).

# Single store installation checklist

Use this checklist as a guideline if you are performing a new (clean) installation. Refer to the specific installation procedures for detailed installation steps. Refer to [**Upgrade RMH**](/installation/upgrade-rmh/upgrading-rmh.md) for upgrade information.

<table><thead><tr><th width="123.5999755859375" valign="top"></th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top"><strong>Step 1</strong></td><td valign="top"><p>Review the system requirements and perform any upgrades.</p><ul><li>All computers must meet or exceed the minimum system requirements.</li></ul></td></tr><tr><td valign="top"><strong>Step 2</strong></td><td valign="top"><p>Perform Windows updates on all store computers and registers.</p><ul><li>Ensure all computers are updated with the latest service packs and hot fixes.</li></ul></td></tr><tr><td valign="top"><strong>Step 3</strong></td><td valign="top"><p>Install the .NET Framework or .NET SDK.</p><ul><li>.NET must be installed on any computer that will run an RMH app (Store Manager, POS, Central Manager, Central Server, Central Client, Flash Bridge). The system requirements identify which version of .NET is required for the apps.</li></ul></td></tr><tr><td valign="top"><strong>Step 4</strong></td><td valign="top"><p>Install Microsoft SQL Server.</p><ul><li>The system requirements identify which version of SQL Server is required. You must enable TCP/IP and open port 1433 if SQL Server is installed on a remote computer.</li></ul></td></tr><tr><td valign="top"><strong>Step 5</strong></td><td valign="top"><p>Download the latest RMH release package and extract all files.</p><ul><li>Review the release notes and readme for the release package. Determine if there are any known issues that could potentially impact the store's business operations.</li></ul></td></tr><tr><td valign="top"><strong>Step 6</strong></td><td valign="top">Install Store Manager.</td></tr><tr><td valign="top"><strong>Step 7</strong></td><td valign="top">Configure the connection to SQL Server and the store database.</td></tr><tr><td valign="top"><strong>Step 8</strong></td><td valign="top">Connect to SQL Server and store database.</td></tr><tr><td valign="top"><strong>Step 9</strong></td><td valign="top"><p>(Optional) Install MLM.</p><ul><li>Starting with release 3.51.12, MLM is not required to license the RMH apps. Instead, the RMH apps can be ordered and licensed through the RMH Hub. Contact sales@rmhpos.com for more information about the RMH Hub.</li></ul></td></tr><tr><td valign="top"><strong>Step 10</strong></td><td valign="top">Activate the Store Manager and POS licenses.</td></tr><tr><td valign="top"><strong>Step 11</strong></td><td valign="top">Connect to the store database and force install tables.</td></tr><tr><td valign="top"><strong>Step 12</strong></td><td valign="top">Install POS for .NET on any computer that will run the POS app.</td></tr><tr><td valign="top"><strong>Step 13</strong></td><td valign="top">Install POS.</td></tr></tbody></table>


---

# 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-store-manager-single-store/checklist-single-store.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.
