# Why isn't my model connecting to standalone?

## Question

Why isn't my specific device model connecting, while other models work?

## Answer

If you have a specific device model that won't connect to your platform (for example, Teltonika), while other models work, the most likely cause is a closed port.

Example: Teltonika typically uses port **47776**.

Verify from an external host:

`nc -zv your_domain.com 47776`

Open the required port, then retest.

For a full list of ports, search for the device model on the device list page.

## Links

* [Device list (ports)](https://www.navixy.com/devices/)
* [Network](/docs/on-premise/on-premise/how-to-guide/requirements/network.md)
* [Device activation network](/docs/on-premise/on-premise/how-to-guide/troubleshooting/device-activation.md#network)


---

# 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://navixy.com/docs/qna/on-premise/why-isnt-my-model-connecting-to-standalone.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.
