> For the complete documentation index, see [llms.txt](https://docs.rtkdata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers.md).

# GNSS Rover NTRIP Setup Guides: RTK Corrections

## Device-Specific Setup Guides

| Manufacturer | Device              | Guide                                                                                                      |
| ------------ | ------------------- | ---------------------------------------------------------------------------------------------------------- |
| Emlid        | Reach RS2+          | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/emlid-reach-rs2+)         |
| Emlid        | Reach RX / RX2      | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/emlid-reach-rx-rx2)       |
| Bad Elf      | Flex                | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/bad-elf-flex)             |
| Bad Elf      | Flex Mini           | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/bad-elf-flex-mini)        |
| SparkFun     | RTK Facet           | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/sparkfun-rtk-facet)       |
| Septentrio   | Mosaic X5           | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/septentrio-mosaic-x5)     |
| EOS          | Arrow Gold          | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/eos-arrow-gold)           |
| GeoMax       | Zenith60 / Zenith40 | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/geomax-zenith60-zenith40) |
| Stonex       | S980A / S900A       | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/stonex-s980a-s900a)       |
| Tersus       | Oscar / David       | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/tersus-oscar-david)       |
| ComNav       | T300 / K8           | [Setup Guide](https://docs.rtkdata.com/integration-hub/gnss-rovers-and-receivers/comnav-t300-k8)           |

***

## Regional Connection Details

| Region            | Host              | Port   |
| ----------------- | ----------------- | ------ |
| **Europe**        | `eu.rtkdata.com`  | `2101` |
| **North America** | `rtk.rtkdata.com` | `2101` |
| **Australia**     | `aus.rtkdata.com` | `2101` |

**Mountpoint:** `AUTO` (recommended, ALL CAPS)

***

## Critical Configuration Requirements

> **Do not use your website login!** Use the **NTRIP Username & Password** found in your [RTKdata Dashboard](https://rtkdata.com/my-account/rtk-credentials/).

### Data Format

* **Required:** RTCM 3.2 (or RTCM 3.X, Auto)
* **Do NOT use:** CMR, CMR+, RTCM 2.3

### GNSS/NMEA Output

**NMEA GGA output must be enabled.** The server will not send any corrections without receiving your rover's position.

***

## Universal Setup (Trimble, Leica, Topcon, etc.)

For devices not listed above, use the universal connection parameters:

1. **Host:** Select your regional server (see table above)
2. **Port:** `2101`
3. **Mountpoint:** `AUTO`
4. **Username/Password:** From your RTKdata Dashboard
5. **NMEA GGA:** Enable transmission to caster

### Trimble-Specific Configuration

Trimble users must select **"Single Base (RTCM via NTRIP)"** rather than proprietary modes (iMAX, VRS, MAX, FKP). RTKdata operates through a network of many physical base stations assigned dynamically to rovers.

***

## Resources

* [NTRIP Credentials](https://rtkdata.com/my-account/rtk-credentials/)
* [Coverage Map](https://rtkdata.com/coverage/)
* [Support](https://docs.rtkdata.com/support/support)


---

# 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.rtkdata.com/integration-hub/gnss-rovers-and-receivers.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.
