> For the complete documentation index, see [llms.txt](https://knowledge.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.illumina.com/software/general/software-general-reference_material-list/000002323.md).

# How to connect remotely to Local Run Manager v4 on instrument

Local Run Manager uses HTTPS to encrypt data connections to make sure that run data information is private and secure. Security certificate settings should only be changed in the following situations:

* Access Local Run Manager from a new remote device
* Use institutional custom security certificate
* Regain access to Local Run Manager after changing the system name or moving the system to a new domain

**Install a Security Certificate For Remote Access:**

1. On the remote device, login to Local Run Manager.
2. From the dashboard navigation bar, select the **Tools** drop-down list, and then select **System Settings**.
3. Select the **Certificates** tab.
4. Select Download to download a zip file that contains the Local Run Manager certificate.
5. Extract the contents of the zip file.
6. Right-click the BAT file and select Run as administrator.
7. Follow the prompts to finish the installation and then restart the browser.

**To replace the existing Local Run Manager certificate:**

1. From the dashboard navigation bar, select the **Tools** drop-down list, and then select **System Settings**.
2. Select the **Certificates** tab.
3. Select Browse, select the new certificate file (\*.pfx), and then select Open.
4. Enter the password for the certificate file, and then select Set Certificate.
5. Restart the browser.

**If there was a recent change to the system name or the system was moved to a new domain, the user must regenerate the security certificate to regain access to Local Run Manager:**

1. Launch Local Run Manager via HTTPS.
2. From the dashboard navigation bar, select the **Tools** drop-down list, and then select **System Settings**.
3. Select the **Certificates** tab.
4. Select "Regenerate the Certificate".
5. Restart the browser.
6. (Optional) to Local Run Manager from another device, download and install the regenerated certificate on the remote device.

• Select "Regenerate the Certificate".\
• Select Download to download a zip file that contains the Local Run Manager software certificate.\
• Extract the contents of the zip file.\
• Right-click the BAT file and select Run as administrator.\
• Follow the prompts to finish the installation and then restart the browser.

When connecting remotely to the Local Run Manager (LRM) instance running on an instrument, users must use the **computer name** given to the instrument on their network, rather than the IP address in order to connect securely over https.

* For example, https\:// should be used rather than https\://

See [Specify Certificates](https://support-docs.illumina.com/SW/lrm_v4/Content/SW/LRM/LRM_v3/SystemCertificates_swLRM.htm)for additional information.

\
\
\ <br>

|                                                                                                                                                                                                                                                                                                                                                                 |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| *For any feedback or questions regarding this article (Illumina Knowledge Article #2323), contact Illumina Technical Support* [*techsupport@illumina.com*](mailto:techsupport@illumina.com?subject=Question%2FFeedback%20Regarding%20Illumina%20Knowledge%20Article%20#000002323%20-%20Software%20\&body=Dear%20Illumina%20Technical%20Support,%0D%0A%0D%0A)*.* |


---

# 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://knowledge.illumina.com/software/general/software-general-reference_material-list/000002323.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.
