# How to Diagnose an APN Issue via the Monogoto Hub?

APN (Access Point Name) misconfiguration is a common reason IoT devices fail to connect to the internet. If the APN is not correctly configured, the device will be unable to establish a data session.

The most reliable way to verify the APN configured on your device is either through AT commands or by checking the device’s user interface (UI).

However, if the device is not physically accessible, you can use the Monogoto Hub to diagnose potential APN configuration issues.

## Diagnosing APN Issues via the Monogoto Hub

You can identify a potential APN issue by examining the Events section at the bottom of the Things page in the Monogoto Hub.

#### Look for the following sequence of events:

* HSS\_ULR – This indicates the device is requesting to register on the network.
* HSS\_ULA – This confirms the registration request was accepted.
* PURGE\_MS – This means the network purged the device, often due to failure to establish a valid data session. You will also “MME PURGE\_MS” in the message on the event.<br>

This pattern typically appears as follows:

<figure><img src="/files/KBZcrWz9jZh23RBG1WqR" alt=""><figcaption></figcaption></figure>

If you observe this sequence without a successful PDP\_CONTEXT\_CREATE or data session initiation following it, it strongly indicates an APN misconfiguration at the device level.

## Confirming the APN Using AT Commands

To confirm the APN configured on your device, you can use the following AT command:

AT+CGDCONT?

Example Response (correctly configured for Monogoto):

+CGDCONT: 1,"IP","data.mono","0.0.0.0",0,0

In this example, data.mono is the correct APN for Monogoto. If you see a different APN (or none configured), that could be the root cause of your connectivity issue.

Confirming APN on Android and IoS

On the Android OS go to Settings > Connections > Mobile Networks > Access Point Names

<figure><img src="/files/r21P2LPr9HUCO1K9cnvD" alt=""><figcaption></figcaption></figure>

On iOS, go to Settings > Cellular > Cellular Data Network&#x20;

<figure><img src="/files/6fAiOF60wk96Jwy6E9se" alt=""><figcaption></figcaption></figure>

If you have questions or need further assistance, don’t hesitate to reach out to the Monogoto Support Team. We’re here to help you troubleshoot, optimize your setup, and ensure your IoT deployment runs smoothly. We're happy to assist!<br>


---

# 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://docs.monogoto.io/faq/how-to-diagnose-an-apn-issue-via-the-monogoto-hub.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.
