# Termux

1. Download and Install the Termux app in the [Playstore](https://play.google.com/store/apps/details?id=com.termux\&hl=en).

![](/files/-M7BV5FGxQJDwEmmak4v)

2\. Run the app and install the SSH for the program by typing:

```bash
pkg install openssh
```

3\. Setup your instance in the different [cloud providers](/home/network/validators/server-setup.md).

4\. Connect your instance by using the Termux app and use the following command:

```bash
ssh root@<INSTANCEIPADDRESS>
```

5\. Click "yes" for authentication and retype again the command to access your instance. After that, type the unique password associated with your instance that comes from your cloud provider.


---

# 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.harmony.one/home/network/validators/tools/mobile-apps/termux.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.
