# 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.&#x20;
* Turn on the devices.&#x20;
* Place devices outdoors for mobile reception.&#x20;
* 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.&#x20;

{% 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>`.&#x20;

{% 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.&#x20;

{% 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.&#x20;

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.&#x20;

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