# 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="Universal Robots" %}
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 %}
{% endtabs %}


---

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