# How do I find the port for a given device?

## Question

I'm trying to connect a device. How do I find the port and destination address?

## Answer

When setting up a device with Navixy, you must first point the device to the platform so it knows where to send data. To find this information, the easiest way is to navigate to [navixy.com/devices](http://navixy.com/devices). When you search for your device model, the specific device page provides the port and destination address for sending your data.

The server remains the same for all of your devices. For example, if you're on the US server, it's [tracker.us.navixy.com](http://tracker.us.navixy.com/), and on the EU server, it's [tracker.navixy.com](http://tracker.navixy.com/).

Every manufacturer has the same port for all of their devices. If using Teltonika and on the EU server, your device will need to point to [tracker.navixy.com](http://tracker.navixy.com/) with the port of 47776.

## Links

* [Device list](https://www.navixy.com/devices/)


---

# 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/using-navixy/how-do-i-find-the-port-for-a-given-device.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.
