# Connect to Logs Directory

## Access Logs via Ethernet

To access the rover’s **\logs** directory via ethernet, your ethernet adapter must have a valid IP address in the 192.168.200.\* range configured. You can either set a static IP address for your ethernet adapter in the 192.168.200.\* subnet, where "\*" can be any value from 1-255, except 10 (since 10 is reserved for the rover). Alternatively, you can configure your [Wired Ethernet Network Card Settings](/rover/software/base-station-notebook-setup/wired-ethernet-network-card-setup.md) and set an Alternate Configuration IP address.&#x20;

{% hint style="warning" %}
If using an Alternate Configuration IP address, you must wait approximately 3 minutes to establish a connection.
{% endhint %}

Connect an ethernet cable from rover to your computer. Connect to **\\\192.168.200.10\logs** with the username “**phoenix**” (no quotes) and password “**aeriallidar**” (no quotes). Alternatively, if you have configured the *hosts* file as instructed in [Modify Hosts File](/rover/software/base-station-notebook-setup/modify-hosts-file.md), you can connect to **\\\rover-wire\logs**. Same username and password.


---

# 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-6.phoenixlidar.com/rover/theory-and-workflow/connect-to-rover/connect-to-logs-directory.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.
