> 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/drones-and-uavs/ebee-x-ebee-geo.md).

# eBee X / Geo / TAC RTK Setup: eMotion NTRIP

Connect the **AgEagle / senseFly eBee X** fixed-wing mapping drone — and the **eBee Geo** and **eBee TAC** variants — to RTKdata.com's NTRIP correction service for real-time centimeter-level positioning. All three share the **eMotion** flight-planning software, whose built-in NTRIP client works with any standard caster.

{% hint style="info" %}

* **eBee X** — RTK **and** PPK.
* **eBee Geo** — RTK only (no PPK).
* **eBee TAC** — tactical variant; RTK + PPK. Same eMotion NTRIP setup as the eBee X.
  {% endhint %}

## Requirements

* **Aircraft:** eBee X, eBee Geo, or eBee TAC with RTK
* **Software:** **eMotion** (current version) on the ground station laptop/tablet
* **Internet:** Connection on the ground station (cellular/Wi-Fi) so eMotion can reach the caster
* **RTKdata account:** Active subscription with NTRIP credentials

{% hint style="info" %}
Don't have an RTKdata.com account yet? 👉 [Start 30-day Free Trial](https://rtkdata.com/try-rtk-corrections-free-for-30-days/) or [View Pricing](https://rtkdata.com/pricing/)
{% endhint %}

## Step-by-step setup

{% stepper %}
{% step %}

### Open the RTK / NTRIP settings in eMotion

In **eMotion**, open the RTK settings and choose **NTRIP** as the correction source.
{% endstep %}

{% step %}

### Enter NTRIP connection settings

Select your region and enter the corresponding server details:

{% tabs %}
{% tab title="North America" %}

* **Host:** `rtk.rtkdata.com`
* **IP Fallback:** `13.56.117.10`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the internal dashboard (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` (recommended) — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`
  {% endtab %}

{% tab title="Europe" %}

* **Host:** `eu.rtkdata.com`
* **IP Fallback:** `3.73.41.96`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the internal dashboard (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` (recommended) — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`
  {% endtab %}

{% tab title="Australia" %}

* **Host:** `aus.rtkdata.com`
* **IP Fallback:** `54.206.56.130`
* **Port:** `2101`
* **Username / Password:** From *RTK Credentials* in the internal dashboard (not website login)
* **Mountpoint (ALL CAPS):** `AUTO` (recommended) — or `AUTO_WGS84`, `AUTO_ITRF2020`, `AUTO_ITRF2014`
  {% endtab %}
  {% endtabs %}

{% hint style="danger" %}
**Keep GGA / "send position" enabled.** The RTKdata caster uses your GGA position to select the **nearest reference station** and stream single-baseline RTCM3 corrections. Without GGA, you connect but receive no corrections. RTKdata is single-baseline and location-keyed — it is **not** a VRS service. See [NTRIP & GGA Essentials](/integration-hub/ntrip-clients-and-field-software/ntrip-and-gga-essentials.md).
{% endhint %}
{% endstep %}

{% step %}

### Connect and verify Fix

Connect to the caster and confirm the RTK status reaches **Fixed** before launch. The drone must have a clear sky view to acquire satellites and report position.
{% endstep %}
{% endstepper %}

## Vertical reference (heights)

{% hint style="info" %}
RTK corrections deliver **ellipsoidal heights** (height above the WGS 84 ellipsoid), not orthometric heights (mean sea level). Apply a geoid model in your processing software if you need orthometric heights.
{% endhint %}

## Troubleshooting

| Problem                     | Cause                                              | Fix                                                                                                |
| --------------------------- | -------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| Connects but stays on Float | GGA / "send position" disabled or no satellite fix | Enable position sending and operate outdoors with clear sky                                        |
| Authentication fails        | Wrong credentials                                  | Re-enter username/password from the RTKdata dashboard (case-sensitive, username starts with `rtk`) |
| Mountpoint error            | Wrong capitalization                               | Type `AUTO` in ALL CAPS                                                                            |
| No connection               | No internet on the ground station                  | Verify the ground station's cellular/Wi-Fi connection                                              |

## Tips

* **One workflow for all three** eBee variants — they share eMotion's NTRIP client.
* **eBee Geo is RTK-only** (no PPK), so a reliable NTRIP connection matters even more.
* **Enter `AUTO` in ALL CAPS** as the mountpoint.

## Related Industry Solutions

* [Drones](https://rtkdata.com/drones/)
* [Agriculture](https://rtkdata.com/agriculture/)
* [Surveying](https://rtkdata.com/surveying/)
* [Environmental Monitoring](https://rtkdata.com/environmental-monitoring/)


---

# 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/drones-and-uavs/ebee-x-ebee-geo.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.
