Setup IP Address
Last updated
Was this helpful?
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:
Power off Zio payload
Create payload_setup.txt file in SDcard with your required IP address:
/*PAYLOAD CONFIGURATION*/
# IP address of Payload
ZIO_ADDR = 192.168.12.207
NETMASK = 255.255.255.0
GATEWAY = 192.168.12.1Plugin SDcard to Zio payload and power on Zio payload
NOTE: After rebooting Zio Payload,
payload_setup.txtfile in SDcard will be moved to the Zio payload and the file will be lost.
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

Click "Apply" and "OK" to reboot the Zio system to apply the new IP address.
Last updated
Was this helpful?
Was this helpful?