# plink.exe

1. Download plink utility. <https://the.earth.li/~sgtatham/putty/latest/w64/plink.exe>
2. Run below commands (replace 192.168.3.52 to your miner's IP address)

```
echo y | plink.exe -ssh root@192.168.3.52 -pw admin "find /app-data/miners/ -name 'start.py' | xargs sed -i -e 's/127.0.0.1/0.0.0.0/g' && reboot"
```

![](/files/SkQzvAuHxK9pYyqYeiaO)

3\. Miner will be restarted and you will be able to find miner from Rigmon.

{% hint style="info" %}
One line command is useful when you use with programming script or Excel for multiple miner setup.
{% endhint %}


---

# 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://rigmon.gitbook.io/en/getstarted/3-check-miner-setup-raveos/plink.exe.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.
