> For the complete documentation index, see [llms.txt](https://docs.harmony.one/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.one/home/network/validators/tools/mobile-apps/termux.md).

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