> 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/software-configuration/zio-setting-app/setup-ip-address.md).

# Setup IP Address

## **1. Default IP address of Zio payload.** <a href="#id-1.-default-ip-address-of-vio-payload" id="id-1.-default-ip-address-of-vio-payload"></a>

* The Zio payload will be shipped with default IP address is: `192.168.12.240`
* There are two ways to setting an IP address for the Zio payload:

### **1.1 Setup IP address via SDcard.**

* Power off Zio payload
* Create `payload_setup.txt` file in SDcard with your required IP address:

{% code overflow="wrap" %}

```
/*PAYLOAD CONFIGURATION*/

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

{% endcode %}

* Plugin SDcard to Zio payload and power on Zio payload

> ***NOTE:*** After rebooting Zio Payload, `payload_setup.txt` file in SDcard will be moved to the Zio payload and the file will be lost.

### **1.2 Setup IP address via App Setting.**

* If you don't know Zio address, you can set IP address via SDcard (Tte section 1.1)
* Using the web browser to open the Zio payload Setting app, with the url `http://<zio_ip>:8000` (*example*: `http://192.168.12.207:8000`)
* Open tab "`Set Up Static IP Address"` then input your required IP address

<figure><img src="/files/DF7VW15QFb9lTwRwuNmz" alt="" width="563"><figcaption><p>Set Up Static IP Address.</p></figcaption></figure>

* Click "`Apply"` and "`OK"` to reboot the Zio system to apply the new IP address.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.gremsy.com/payloads/zio/software-configuration/zio-setting-app/setup-ip-address.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
