> For the complete documentation index, see [llms.txt](https://documentation.qure.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.qure.ai/users-manual/gateway-user-manual/installation-pre-requisite.md).

# Installation pre-requisite

## System Requirements

<table><thead><tr><th width="282">Operating System (OS)</th><th width="72">RAM</th><th width="227.33333333333331">Processor</th><th>Storage Space</th></tr></thead><tbody><tr><td><p></p><ul><li>Windows 10 and 11 (64-bit) (32 bit not supported) </li><li>Debian and Debian based Linux distributions (E.g., Ubuntu) </li><li>Fedora and Fedora based distributions </li><li>Red Hat Enterprise Linux </li></ul></td><td>8 GB</td><td><p>CPU - Min 2 cores, 2.4 GHz base clock speed  </p><p>(Usually includes all processors above Intel i3 and AMD Ryzen 3 - 1st generation) </p></td><td>Min 250 GB of Free Space</td></tr></tbody></table>

##

## Network Requirements

&#x20;**Internet Speed** – Minimum 10 Mbps&#x20;

&#x20;**URL Whitelisting for Gateway Dockers** - required for Linux Installation

1. [https://hub.docker.com](https://hub.docker.com/)&#x20;
2. [https://auth.docker.io](https://auth.docker.io/)&#x20;
3. [https://registry-1.docker.io](https://registry-1.docker.io/)&#x20;
4. <https://index.docker.io/>&#x20;
5. <https://dseasb33srnrn.cloudfront.net/>
6. <https://production.cloudflare.docker.com/>&#x20;

   &#x20;

**URL Whitelisting for Data Transport** - &#x20;

&#x20;For syncing Gateway Configurations - <https://dcsm.qure.ai/>&#x20;

&#x20;For collecting logs - http-intake.logs.datadoghq.eu/&#x20;

Region Specific URLS in the order of -&#x20;

1. Qure’s Cloud URL – for connecting Client Server to Qure.ai’s Cloud Services&#x20;
2. Qure App URL – for connecting to Qure App&#x20;
3. S3 Bucket URL – for data collection to PACS after processing

<table data-header-hidden><thead><tr><th width="124.5">Country</th><th>URLS</th></tr></thead><tbody><tr><td>India </td><td><ol start="1"><li><a href="https://platformapi.qure.ai/">https://platformapi.qure.ai</a> </li><li><a href="https://app.qure.ai/">https://app.qure.ai/</a> </li><li><a href="https://in-qureapp.s3-accelerate.amazonaws.com/">https://in-qureapp.s3-accelerate.amazonaws.com/</a> </li></ol></td></tr><tr><td>UK </td><td><ol start="1"><li><a href="https://platformapiuk.qure.ai/">https://platformapiuk.qure.ai</a> </li><li><a href="https://uk-app.qure.ai/">https://uk-app.qure.ai/</a> </li><li><a href="https://uk-qureprod.s3-accelerate.amazonaws.com/">https://uk-qureprod.s3-accelerate.amazonaws.com/</a> </li></ol></td></tr><tr><td>Singapore </td><td><ol start="1"><li><a href="https://platformapisg.qure.ai/">https://platformapisg.qure.ai</a> </li><li><a href="https://sg-app.qure.ai/">https://sg-app.qure.ai/</a> </li><li><a href="https://uk-qureprod.s3-accelerate.amazonaws.com/">https://sg-qureprod.s3-accelerate.amazonaws.com/</a> </li></ol></td></tr><tr><td>USA </td><td><ol start="1"><li><a href="https://platformapius.qure.ai/">https://platformapius.qure.ai</a> </li><li><a href="https://us-app.qure.ai/">https://us-app.qure.ai/</a> </li><li><a href="https://uk-qureprod.s3-accelerate.amazonaws.com/">https://us-qureprod.s3-accelerate.amazonaws.com/</a> </li></ol></td></tr><tr><td>EU </td><td><ol start="1"><li><a href="https://platformapieu.qure.ai/">https://platformapieu.qure.ai</a> </li><li><a href="https://eu-app.qure.ai/">https://eu-app.qure.ai/</a> </li><li><a href="https://eu-qureprod.s3-accelerate.amazonaws.com/">https://eu-qureprod.s3-accelerate.amazonaws.com/</a> </li></ol></td></tr></tbody></table>

## Checklist for Ensuring Whitelisting

### 1. Proxy Settings

The configuration process is impeded if the device is already working on a proxy server. &#x20;

Steps to check is a Windows device is working on a proxy server:&#x20;

1. Settings > Networks & Internet > Proxy

<figure><img src="https://3381104432-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyMzD5jcE2nB8HUSqbuNI%2Fuploads%2FHUGhfZCpY6ikWatrEm15%2FScreenshot%202023-10-17%20171109.png?alt=media&amp;token=b4026227-84f4-44ee-8d54-f6ea2e0dd5d2" alt=""><figcaption></figcaption></figure>

2. If the Use a Proxy Server button is ON with the Address and Port details available, then the device is working on a Proxy Server. In that case, the button needs to be turned OFF.

### 2. Antivirus Settings

It needs to be ensured that the Antivirus Software on the device is allowing the Gateway software to run and is not blocking any network requests from gateway.

### 3. Firewall&#x20;

It needs to be ensured that the device Firewall is not blocking the functioning of the Gateway software.&#x20;

### &#x20;4. True Test

As a final check to see if the medical system has connected to the Gateway, a true test needs to be performed to see if Qure’s Cloud Servers are reachable.&#x20;

Enter the command the following relevant command in the Command Prompt. It should return 200 OK status.&#x20;

* For India - curl -I [https://platformapi.qure.ai/health\_check/](https://platformapieu.qure.ai/health_check/)&#x20;
* For UK - curl -I [https://platformapiuk.qure.ai/health\_check/](https://platformapieu.qure.ai/health_check/)&#x20;
* For Singapore - curl -I [https://platformapisg.qure.ai/health\_check/](https://platformapieu.qure.ai/health_check/)&#x20;
* For US - curl -I [https://platformapius.qure.ai/health\_check/](https://platformapieu.qure.ai/health_check/)&#x20;
* For EU - curl -I <https://platformapieu.qure.ai/health_check/> &#x20;

&#x20;Example of successful prompt: &#x20;

<figure><img src="https://3381104432-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyMzD5jcE2nB8HUSqbuNI%2Fuploads%2FVUSm3Am0UWMYMuoCe7RS%2FScreenshot%202023-10-17%20171506.png?alt=media&amp;token=41755ba1-304a-4980-84b7-3071b5aaabb0" alt=""><figcaption></figcaption></figure>
