# Troubleshooting

## Connection Issues

If you are trying to connect to the Workers Debug Server from a Workers application running in LabVIEW, and you don't see the Workers application appear in the Workers Application Manager, then the Windows firewall has probably blocked the connection from occurring.&#x20;

{% hint style="info" %}
By default a Debug Client will try to connect to a Debug Server over the **localhost** (which corresponds to IP address **127.0.0.1**) on port **6892**.
{% endhint %}

For LabVIEW and the Workers Debug Server, both need to be able to communicate over either the Windows **Private** network or the Windows **Public** network.

You can check that both **Private** and **Public** networks are allowed to be accessed by the **Workers 5.0 - Debug Server.exe** application, by ticking these boxes within the Windows **Allowed apps** settings, as shown below.

<figure><img src="/files/Pele0pb3PC5at4Eg0L57" alt=""><figcaption><p>Setting Windows firewall network access for the Workers Debug Server application</p></figcaption></figure>


---

# 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.workersforlabview.io/workers-tools/workers-tools-menu/workers-debug-server/troubleshooting.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.
