> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/payloads/zio/hardware-configuration/static-ip-settings.md).

# STATIC IP SETTINGS

* Take out the micro SD card from Zio.
* Connect and open the micro SD folder on your computer.
* Create the file payload\_setup.txt in the micro SD card top folder.

<mark style="color:purple;">File name: payload\_setup.txt</mark>\ <mark style="color:purple;">File Content:</mark>

```
/*PAYLOAD CONFIGURATION*/ 

# IP address of Payload
ZIO_ADDR = 192.168.12.200
NETMASK = 255.255.255.0
GATEWAY = 192.168.12.1
```

<mark style="color:purple;">On the above example</mark>\ <mark style="color:purple;">Zio IP: 192.168.12.200</mark><br>

* Insert the SD card containing the file payload\_setup.txt into Zio.
* Reboot the Zio.
* Zio will set up according to the information in the file automatically.

> ***NOTE:*** When Zio starts up without detecting the file payload\_setup.txt on the memory card, Zio will automatically reset to the default IP (192.168.12.240).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.gremsy.com/payloads/zio/hardware-configuration/static-ip-settings.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.
