> For the complete documentation index, see [llms.txt](https://docs.robpod.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.robpod.cloud/appendix/security-settings.md).

# Security Settings

Robots by default can have some security restrictions or settings that should be configured before connection with Robpod Studio can be established.

{% tabs %}
{% tab title="UR Polyscope 5" %}
Starting from UR Polyscope 5.14, inbound connections are disabled by default and must be enabled manually. Follow these steps:

1. On robot teach pendant go to **Settings -> System -> Security**, default admin password is 'easybot'.

2. Remove any restriction on inbound connections.&#x20;

   <figure><img src="/files/fMZFHIm8VtYHrOimlBpu" alt=""><figcaption></figcaption></figure>

3. Make sure that SSH Access is enabled.&#x20;

   <figure><img src="/files/k8cIXD4WfGKAH57lHinx" alt=""><figcaption></figcaption></figure>

4. &#x20;Enable all services.&#x20;

   <figure><img src="/files/2hXNsO07ONBjHi7Ct5pB" alt=""><figcaption></figcaption></figure>

5. Go to [Synchronization Settings](/synchronization/synchronization-settings.md) and setup same admin credentials used by the robot. Default credentials are:

&#x20;                                                              Username: root

&#x20;                                                              Password: easybot.

{% hint style="warning" %}
Starting from Polyscope 5.17, robot force you to change the default admin password, make sure to set it also inside [Synchronization Settings](/synchronization/synchronization-settings.md).
{% endhint %}
{% endtab %}

{% tab title="UR Ployscope X" %}
Go to **Menu → Settings → Security → Sevices** and enable:

* Primary Client Interface
* Secondary Client Inteface

<figure><img src="/files/Cn1Fxz5OePvd7JTsSR77" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.robpod.cloud/appendix/security-settings.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.
