> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/gateway/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud.md).

# Devolutions Gateway configuration with Devolutions Cloud

Devolutions Gateway allows for just-in-time connections at the session level, eliminating the need to change the system's global configuration. Devolutions Gateway provides a flexible and secure alternative to VPNs, offering easy access management and efficient use of network resources.

{% hint style="warning" %}
If your clients fail to connect with Devolutions Gateway, ensure the certificate contains the entire chain. This certificate chain includes any intermediate certificates. For example: Root Certificate Authority – Secure (Intermediate) Certificate Authority – Purchased XYZ Certificate

Additionally, to [Launch an RDP session](https://docs.devolutions.net/gateway/kb/how-to-articles/launch-rdp-session-web-client/) with Devolutions Gateway only browsers that meet these minimal version requirements are compatible:

* Chrome: 102
* Firefox: 102
* Safari: 16.4
  {% endhint %}

### Steps for installing manually

The following instructions explain how to manually install Devolutions Gateway through Devolutions Cloud.

{% hint style="warning" %}
As the installer is an MSI file, this method only works on Windows.
{% endhint %}

1. Log in with an administrator Devolutions Cloud account.
2. Create an [application identity](https://docs.devolutions.net/cloud/web-interface/administration/management/application-users/manage-application-users/).
3. Once the application identity has been created, click on the ***Administration*** tab.
4. Click on Devolutions Gateway, which is under the ***Management*** section.
5. Click on the ***More*** button in the top right.
6. Click on ***Download public key***. This key is unique to the Devolutions Cloud account. It is automatically renamed to *provisioner.pem*. Keep track of where you saved this key, as it will be needed later.
7. Select ***Download MSI*** from the dropdown.
8. Execute the installer.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>The installer should be run on the server hosting Devolutions Gateway.</p></div>
9. Click ***Next***.

   ![](https://cdnweb.devolutions.net/docs/HUBB0010_2024_1.png)
10. Once the desired installation path is selected, click ***Next***.

    ![](https://cdnweb.devolutions.net/docs/HUBB0011_2024_1.png)
11. Click ***Next***.

    ![](https://cdnweb.devolutions.net/docs/HUBB0012_2024_1.png)
12. Change the ***Ports*** to the desired value and click ***Next***.

    ![](https://cdnweb.devolutions.net/docs/HUBB0013_2024_1.png)

    <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>HTTP(S) and TCP default ports are 7171 and 8181, respectively, but can be changed.</p></div>
13. Input the Devolutions Gateway access URI and click ***Next***.

    ![](https://cdnweb.devolutions.net/docs/HUBB0014_2024_1.png)
14. After clicking the top ellipsis button, select either a PFX file or a Certificate file, then enter the corresponding password. (If the listener is ***HTTP*** this step is automatically skipped)

    ![](https://cdnweb.devolutions.net/docs/HUBB0015_2024_1.png)
15. Click on the ellipsis button and select the ***Provisioner Public Key*** which was generated in Step 5.

    ![](https://cdnweb.devolutions.net/docs/HUBB0016_2024_1.png)
16. This screen shows a summary of the current paths/settings. It is possible to go ***Back*** and modify them. If the settings are correct, click ***Next***.

    ![](https://cdnweb.devolutions.net/docs/HUBB0017_2024_1.png)
17. Click ***Install***.

    ![](https://cdnweb.devolutions.net/docs/HUBB0018_2024_1.png)
18. Click ***Finish*** when the setup is complete.

    ![](https://cdnweb.devolutions.net/docs/HUBB0019_2024_1.png)
19. Go back to the ***Administration*** – ***Devolutions Gateway*** page in Devolutions Cloud.
20. Input the correct information.

    ![](https://cdnweb.devolutions.net/docs/HUBB0020_2024_1.png)

    <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Once the Devolutions Gateway URL is entered, click on <em><strong>Auto-detect</strong></em> next to the <em><strong>TCP hostname</strong></em> to fill in the value automatically.</p></div>
21. By checking the ***Default*** box, this Devolutions Gateway will be the one selected if none are specified or if ***Default*** is chosen when connecting.

    ![](https://cdnweb.devolutions.net/docs/HUBB0021_2024_1.png)
22. Make certain the gateway can be reached by clicking ***Test Connection***.

    ![](https://cdnweb.devolutions.net/docs/HUBB0022_2024_1.png)
23. Click the ***Add*** button to link your Devolutions Gateway installation to your Devolutions Cloud.

    ![](https://cdnweb.devolutions.net/docs/HUBB0023_2024_1.png)
24. A rectangle will show the information for every Devolutions Gateway link.

    ![](https://cdnweb.devolutions.net/docs/HUBB0024_2024_1.png)
25. Enable [session recording](https://docs.devolutions.net/pam/pam-with-devolutions-cloud/session-recording/).

    <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Visit <a href="https://docs.devolutions.net/gateway/getting-started/devolutions-cloud/rdm-configuration/">Remote Desktop Manager configuration</a> to learn more about linking Remote Desktop Manager and Devolutions Gateway.</p></div>

#### See also

* [Devolutions Academy - Overview of Devolutions Gateway](https://academy.devolutions.net/student/path/2007290/activity/3070847)


---

# 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:

```
GET https://docs.devolutions.net/gateway/getting-started/devolutions-cloud/devolutions-gateway-configuration-with-devolutions-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
