# Setup IP Address

### **1. Default IP address of Vio payload**

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

#### **1.1 Setup an ip address via USB connection**

* Connect the USB type C port (at the bottom of the payload) to your computer by using an USB cable
* The host computer will be recognize a new network adapter.
* The host computer will be set a DHCP IP address at layer 55 by the Vio payload, its ip address will be `192.168.55.100`
* Check the connection by using command `ping 192.168.55.1` from your host PC.
* Using the web browser to open the Vio payload Setting app, with the url `http://192.168.55.1:8000`

<figure><img src="/files/P3mBA3sdJ8CU8uTiu608" alt="" width="365"><figcaption></figcaption></figure>

* Input your required ip address
* Click `Apply` and `Reboot` to reboot the Vio system to apply the new IP address

{% hint style="danger" %}
⚠️ **Warning:** Do not set the payload address to network class **55**, as it will conflict with the VIO default network class.
{% endhint %}

#### **1.2 Change IP address via Ethernet connection**

* If you are done changing the IP address and have already connected the Vio payload to your system via Ethernet connection, You can change the url to connect to the Vio Setting app,`http://<vio_ip>:8000`
* Do the same steps in Section 1.1, and then you can let Vio init with the new IP address.

### **2. Troubleshooting**

#### **2.1 The host PC running Windows can not recognize the Vio payload via USB connection**

* Its because the Windows platform was not fully compatible with the Vio platform
* Please try to set a static ip address for the host PC,IP`192.168.55.2`


---

# 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://docs.gremsy.com/payloads/vio/software-configuration/vio-settings-app/systems/setup-ip-address.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.
