# Connect to Rover as a UDP Client

Select the “Connect to rover as a UDP client (WiFi or ethernet)” option to establish a direct connection to the rover via UDP.

![](/files/-MVXRkzCk6pl3qvWdmlD)

## Hostname

All Phoenix LiDAR Systems rovers are preconfigured with a default hostname/IP address for both Wi-Fi or Ethernet connections. Refer to [Modify Hosts File](/hardware-and-interfaces/connecting-and-interfacing-with-phoenix-lidar-systems/iface_se/base-station-notebook-setup/modify-hosts-file.md) for more information.

| Connection Method | Hostname   | IP Address     |
| ----------------- | ---------- | -------------- |
| Wi-Fi             | rover-wifi | 192.168.20.10  |
| Ethernet          | rover-wire | 192.168.200.10 |

{% hint style="info" %}
In order to connect to the rover via Wi-Fi, the laptop running SpatialExplorer and the rover itself must be connected to the same wireless network. This is usually achieved by using the included 5.8 GHz Wi-Fi Antenna module on the laptop and the 5.8 GHz Wi-Fi antenna on rover.
{% endhint %}


---

# 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.phoenixlidar.com/hardware-and-interfaces/connecting-and-interfacing-with-phoenix-lidar-systems/iface_se/connect-to-rover/connect-to-rover-as-a-udp-client.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.
