# How to Send AT Commands to a Teltonika Router?

1. Connect to the router and open a web browser. Enter <http://192.168.1.1> in the address bar and log in.
2. Access CLI (Command Line Interface) by going to “System” > “Maintenance” > “CLI”.

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

3. Login to the CLI by entering the username “root” and the router admin password.

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

4. To send AT commands, use the following format “gsmctl -A \<AT Command>”
5. Example command that shows the ICCID of the inserted SIM, “gsmctl -A AT+CCID”.

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

6. Now you can send any standard AT command to the Teltonika router using this method.

\ <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/university/at-commands/how-to-send-at-commands-to-a-teltonika-router.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.
