> For the complete documentation index, see [llms.txt](https://docs.phoenixlidar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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
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.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>&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.
