# Installing on 3rd Party Devices

To install Clarity Gateway on a Moxa ARM computer running Moxa Industrial Linux 3 or Moxa Industrial Linux 4, follow the [Moxa UC Series Setup instructions](/clarity-gateway/installation/installing-on-3rd-party-devices/moxa-uc-series-setup.md), then run the following installation command:

```
curl https://releases.jcore.io/clarity-gateway/install.sh | bash
```

On systems that do not have `curl`, `wget` may be available as an alternative:

```
wget -qO- https://releases.jcore.io/clarity-gateway/install.sh | bash
```

The script output may indicate that you need to reboot the target system to finish the installation. In that case, reboot the system and re-run the install script to finish the installation.


---

# 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.jcore.io/clarity-gateway/installation/installing-on-3rd-party-devices.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.
