# 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](https://docs.jcore.io/clarity-gateway/installation/installing-on-3rd-party-devices/moxa-uc-series-setup), 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.
