> For the complete documentation index, see [llms.txt](https://docs.racemap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.racemap.com/gps-devices/config/remote.md).

# Remote configuration

### Initial configuration of Queclink GL3xx series <a href="#initial-config-queclink-gl3xx" id="initial-config-queclink-gl3xx"></a>

We recommend utilizing bulk SMS sending from your SIM platform.

* Insert your SIM cards into the devices.
* Turn on the devices.
* Place devices outdoors for mobile reception.
* Wait 10 minutes and proceed with steps A to D.\
  (Step A is not required if the device password is `gl320m`, `gl310m`, and `gl300m` corresponding to the device type. Start with step B)

#### A) SMS - Set device password <a href="#set-password" id="set-password"></a>

If the previous owner changed the password, set the required password. To set a new password, you need to know the `<old_password>`. Send the command via SMS.

{% tabs %}
{% tab title="GL320M" %}

```
AT+GTCFG=<old_password>,gl320m,gl320m,0,0,1,5,003F,,,3FFF,0,0,1,3600,2,0,,1,0000,0,20,0,,FFFF$
```

{% endtab %}

{% tab title="GL310M" %}

```
AT+GTCFG=<old_password>,gl310m,gl310m,0,0,1,5,003F,,,3FFF,0,0,1,3600,2,0,,1,0000,0,20,0,,FFFF$
```

{% endtab %}

{% tab title="GL300M" %}

```
AT+GTCFG=<old_password>,gl300m,gl300m,0,0,1,5,003F,,,3FFF,0,0,1,3600,2,0,,1,0000,0,20,0,,FFFF$
```

{% endtab %}
{% endtabs %}

If working with RACEMAP SIM cards: When you don't know exactly which SIM card is inserted in which device and you want to address SMS messages to specific SIM cards directly you can use our SIM cards dashboard.

{% content-ref url="/pages/PeqJ8IeSuTZT3q7B6xST" %}
[Manage SIM cards](/tracker-management/sim-cards.md)
{% endcontent-ref %}

#### B) SMS - Address RACEMAP server, set APN of SIM provider <a href="#set-apn-ip-port" id="set-apn-ip-port"></a>

{% hint style="success" %}
domain racemap.com\
port 5000
{% endhint %}

Send the command via SMS to set the APN of your SIM provider (replace `<your_APN>`) and RACEMAP server.

{% tabs %}
{% tab title="GL320M" %}

```
AT+GTBSI=gl320m,<your_APN>,,,<your_APN>,,,0,2,0,1,,,,,FFFF$AT+GTSRI=gl320m,3,,1,racemap.com,5000,racemap.com,5000,,10,1,1,0,60,,FFFF$
```

{% endtab %}

{% tab title="GL310M" %}

```
AT+GTBSI=gl310m,<your_APN>,,,<your_APN>,,,0,2,0,1,,,,,FFFF$AT+GTSRI=gl310m,3,,1,racemap.com,5000,racemap.com,5000,,10,1,1,0,60,,FFFF$
```

{% endtab %}

{% tab title="GL300M" %}

```
AT+GTBSI=gl300m,<your_APN>,,,<your_APN>,,,0,2,0,1,,,,,FFFF$AT+GTSRI=gl300m,3,,1,racemap.com,5000,racemap.com,5000,,10,1,1,0,60,,FFFF$
```

{% endtab %}
{% endtabs %}

Send the command via SMS if the APN access of your SIM provider requires a user and a password. Replace `<APN_user>` and `<APN_password>`.

{% tabs %}
{% tab title="GL320M" %}

```
AT+GTBSI=gl320m,<your_APN>,<APN_user>,<APN_password>,<your_APN>,<APN_user>,<APN_password>,0,2,0,1,,,,,FFFF$AT+GTSRI=gl320m,3,,1,racemap.com,5000,racemap.com,5000,,10,1,1,0,60,,FFFF$
```

{% endtab %}

{% tab title="GL310M" %}

```
AT+GTBSI=gl310m,<your_APN>,<APN_user>,<APN_password>,<your_APN>,<APN_user>,<APN_password>,0,2,0,1,,,,,FFFF$AT+GTSRI=gl310m,3,,1,racemap.com,5000,racemap.com,5000,,10,1,1,0,60,,FFFF$
```

{% endtab %}

{% tab title="GL300M" %}

```
AT+GTBSI=gl300m,<your_APN>,<APN_user>,<APN_password>,<your_APN>,<APN_user>,<APN_password>,0,2,0,1,,,,,FFFF$AT+GTSRI=gl300m,3,,1,racemap.com,5000,racemap.com,5000,,10,1,1,0,60,,FFFF$
```

{% endtab %}
{% endtabs %}

#### C) Upload devices to Tracker Management <a href="#upload-to-tracker-page" id="upload-to-tracker-page"></a>

With step(s) (A to) B the devices are configured for the communication with RACEMAP. Read how to add the devices to the Tracker Management for further messaging.

{% content-ref url="/pages/9zKei47tnVUSkRlJC5Bv" %}
[Add GPS trackers](/tracker-management/add-devices.md)
{% endcontent-ref %}

#### D) Load configuration for your devices <a href="#load-config" id="load-config"></a>

Step D) is processed in Tracker Management. Therefore the trackers need to have established a connection with the Tracker Management.

Select the devices, and use "Load Configuration" message. This command loads a hosted configuration file. Use RACEMAP configuration URL or paste the URL to load your own configuration file.

<div data-full-width="true"><figure><img src="/files/LggthQ8AWlKImZ24yAVx" alt=""><figcaption><p>The "Load Configuration" command loads a hosted configuration file.</p></figcaption></figure></div>


---

# 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.racemap.com/gps-devices/config/remote.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.
