# 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="https://3309772875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnikHUDUd2JXqkOsnOi7l%2Fuploads%2FTtza25HvBxmDsz5MpdZk%2FIP1.png?alt=media&#x26;token=b295c29f-d03f-402f-b699-6b15144060f1" 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.
