FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
846 views
in Vehicle tracking by anonymous
How to chanve server setting ( domain and port value) on FMB120 with SMS

1 Answer

0 votes
by anonymous

Hello,

Settings can be changed with setparam command:

https://wiki.teltonika-gps.com/view/FMB_setparam

configuration parameters list can be found here:

https://wiki.teltonika-gps.com/view/FMB120_Parameter_list

or you can use configurator to check every parameter value:

To change server domain to mydomain.com send: "sms_login sms_password setparam 2004:mydomain.com"

to change port number to 9999: "sms_login sms_password setparam 2005:9999"

protocol TCP: "sms_login sms_password setparam 2006:0"

protocol UDP: "sms_login sms_password setparam 2006:1"

If there is no sms login and password set, there schould be two spaces at the beginning of command:

"  setparam 2004:mydomain.com"

You can merge configuration parameters in one command using ";" as separator, example:

"  setparam 2004:mydomain.com;2005:9999"

https://wiki.teltonika-gps.com/view/FMB120_SMS/GPRS_Commands

Regards