> 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/ntrip-clients-and-field-software.md).

# NTRIP Clients & Field Software: RTK Setup Guides

## How it Works

Understanding the data flow helps you troubleshoot connections in seconds.

1. **Connect:** Your app connects to the RTKdata Caster (Server) via Internet.
2. **Locate:** The app sends your approximate position via **NMEA GGA** message.
3. **Stream:** The Caster calculates corrections for that specific location and streams them back (RTCM).
4. **Fix:** Your Rover calculates the exact position: `Autonomous` → `Float` → `FIX` (✅).

***

## Universal Connection Settings

Enter these details into your application (e.g., SW Maps, Lefebure, FieldGenius).

> Select your Region: Click the tabs below to find the fastest server for your location.

### North America

* **Host (domain):** `rtk.rtkdata.com`
* **Host (IP fallback):** `13.56.117.10`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the [RTKdata Dashboard](https://rtkdata.com/my-account/rtk-credentials/) (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` *(recommended)* — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`

### Europe

* **Host (domain):** `eu.rtkdata.com`
* **Host (IP fallback):** `3.73.41.96`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the [RTKdata Dashboard](https://rtkdata.com/my-account/rtk-credentials/) (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` *(recommended)* — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`

### Australia

* **Host (domain):** `aus.rtkdata.com`
* **Host (IP fallback):** `54.206.56.130`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the [RTKdata Dashboard](https://rtkdata.com/my-account/rtk-credentials/) (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` *(recommended)* — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`

> **Mountpoints are Case Sensitive.** You must type `AUTO` in ALL CAPS.

***

## Popular App Guides

Select your software to view the specific step-by-step configuration.

### Free & GIS Apps (Android/iOS)

* [SW Maps](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/sw-maps) - *Best free tool for testing & GIS.*
* [Emlid Flow](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/emlid-flow) - *Standard for Reach RS2/RS3.*
* [Lefebure NTRIP Client](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/lefebure-ntrip-client) - *Classic NTRIP injector.*
* [GNSS Master](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/gnss-master) - *Best NTRIP relay & mock location app (Android).*
* [MapIt GIS](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/mapit-gis) - *Android GIS with built-in NTRIP & RTK processing.*

### Professional Surveying Software

* [MicroSurvey FieldGenius](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/fieldgenius) - *Windows & Android.*
* [Carlson SurvPC / SurvCE](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/carlson-survpc) - *The surveyor's standard.*
* [QField / QGIS](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/qfield) - *Open Source Mobile GIS.*
* [HYPACK](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/hypack) - *Marine / hydrographic survey (Windows).*

### Hardware Tools

* [u‑center (u‑blox F9)](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/u-center-u-blox-f9) - *For chip configuration (F9P).*
* [Septentrio RxTools](https://docs.rtkdata.com/integration-hub/ntrip-clients-and-field-software/septentrio-rxtools) - *Deep dive analysis.*

> **Don't see your app?** Use the Universal Settings above.


---

# 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/ntrip-clients-and-field-software.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.
