# SSH Configuration

You can access containers in Arkain from the outside using the **SSH Configuration**.

## **SSH Configuration** <a href="#ssh-configuration" id="ssh-configuration"></a>

{% hint style="info" %}
**The SSH feature can be used after membership subscription.**
{% endhint %}

You can SSH to the Arkain container from the outside.

{% stepper %}
{% step %}
Click **\[Container]** → **\[SSH Configuration]** on the top menu to open the **\[SSH Configuration]** pop-up window.
{% endstep %}

{% step %}
Click the copy icon to the right of the command and paste it from your local environment or other external instances shell.
{% endstep %}

{% step %}
Then enter your password.

If this is your first connection, click the **\[Generate]** button to generate a password. Click the copy icon on the right to copy it and paste it in the shell you want to SSH into.\
The password that is issued is not stored anywhere. Once you've been issued a password, you can use it for subsequent accesses.

If you don't remember it, you can **\[Regenerate]**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The SSH connection IP and port change every time the Arkain container is turned off and on.\
SSH connections are only available while the Arkain container is on.
{% endhint %}


---

# 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.arkain.io/user-guide/dashboard/container/container-management/container-settings/ssh-configuration.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.
