# How to register node for streaming

***Pre***-***Requisites***

&#x20;*In order to register, Apache Guacamole server has to be installed.*

1. &#x20;*Navigate to the URL :* [*http:{{Your Server}}:8080/guacamole/#/*](http://poc.ibaseit.com:8080/guacamole/#/)
2. *Login with your credentials :*  guacadmin\*\*\*\* **/ guacadmin**\*\*\*\*
3. *Go to settings -> Connections -> New Connection*
4. Form Details as explained below

{% hint style="info" %}
Only the machines which can be accessed publicly were only supported
{% endhint %}

| Form Label Name                                       | Value description                                                                                                                                                                 |
| ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                                                  | <p>Registered NODE name has to be provided for ease of use and <strong>recommended</strong><br>(OR)<br>Any user defined name can be provided</p>                                  |
| Location                                              | ROOT : This is the defined value, no need of any change                                                                                                                           |
| Protocol                                              | Select the value as RDP                                                                                                                                                           |
| <p>Network Parameters:<br>HostName</p>                | <p>IP Address of the machine (Node)<br>Ex : 192.168.203.\*</p>                                                                                                                    |
| <p>Network Parameters:<br>Port</p>                    | Default value : 3389                                                                                                                                                              |
| <p>Authentication : <br>Username</p>                  | <p>Machine username to be provided here<br>Ex : venkatasastryd<br>Note : To be matched</p>                                                                                        |
| <p>Authentication : <br>Password</p>                  | <p>Machine password to be provided here<br>\*\*\*\*\*\*\*<br>Note : To be matched</p>                                                                                             |
| <p>Authentication : <br>Ignore Server Certificate</p> | Enable the field, as there were no certificates externally provided                                                                                                               |
| <p>Display : <br>Resize Method</p>                    | <p>Select the value <br>"<em>Display Update virtual channel (RDP 8.1+)</em>"</p>                                                                                                  |
| <p>Screen Recording :<br>Recording path</p>           | <p>server path to save the recorded videos to be provided here<br>Path : /var/www/html/video<br><br>Note : No path to be provided if the user don't want to save recording's.</p> |
| <p>Screen Recording : <br>Recording name</p>          | Provide your node name here                                                                                                                                                       |

5\. Save the form

6\. Fetch the connection ID from the URL to configure them in the node configuration


---

# Agent Instructions: 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.qatts.com/administration/node/how-to-register-node-for-streaming.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.
