> For the complete documentation index, see [llms.txt](https://faq.coticommunity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.coticommunity.com/node-operation/mobile-connection.md).

# Mobile connection

In case you can't access your PC for some time and you need to access your node, there are several mobile apps that can be used. One that also supports ssh keys and is free in the basic version is Termius.&#x20;

{% hint style="warning" %}
Using an SSH key and changing your SSH port is highly recommended! Please have a look at [GeordieR's node hardening guides](/node-operation/setup/node-security.md).
{% endhint %}

1.) Download Termius for iOS or Android at <https://termius.com/>.

2.) Save your SSH key on your phone.

3.) Open Termius and register or log in.

4.) Select "New Host".

![](/files/tz7tTEZ90RkLMrqbba6B)

5.) Type in an alias (e.g. COTI testnet), the host name / server name (e.g. cotitestnet1.com) and your Port number. Leave the other options as they are. Finally, select "key".

![](/files/aKdSAgzKhU7cyNXpLrxc)

6.) Select "Import Key" and then select the key that you have previously saved on your phone.

![](/files/tgOQuuS8LetkvSGgMA7R)

7.) Save

![](/files/1Og8XtGrvEXicddCr8cE)

8.) Your key will now show up in your list of keys. Select it.

![](/files/Tm82A5wiqwihyQdATrkf)

9.) Save

![](/files/aNtuSHQMAnqPZcTSHXSe)

10.) From now on you can select your host from the host list.

![](/files/UPKVRJX9gIzqVFzMA46S)

11.) Enter the username (usually "root") and select "Connect":

![](/files/xgvmE6EIcbQqZuMdkKE0)

12.) Choose "Select Key" (if you don't use a key - which is highly recommended - you can enter your password and select "Connect")

![](/files/fXvjdXrUMQODKvVvuN30)

13.) Enter the passphrase for your key and select "Connect"

![](/files/LR261YJGqb0kSGECL1bM)

14.) Now the terminal will open and you can proceed just like on your PC.


---

# 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, and the optional `goal` query parameter:

```
GET https://faq.coticommunity.com/node-operation/mobile-connection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
