Skip to content

Instantly share code, notes, and snippets.

@Anime4000
Last active February 14, 2026 07:10
Show Gist options
  • Select an option

  • Save Anime4000/e9213bd4eaef502e4675d736c564fb5c to your computer and use it in GitHub Desktop.

Select an option

Save Anime4000/e9213bd4eaef502e4675d736c564fb5c to your computer and use it in GitHub Desktop.
Mikrotik LTE Change IMEI

Change Mikrotik LTE IMEI

Query which mode

/interface lte at-chat lte1 input="AT*PROD\?"

Enter Non-production mode

/interface lte at-chat lte1 input="AT*PROD=1"

Delete old IMEI

/interface lte at-chat lte1 input="AT*MRD_IMEI=D"

Chnage new IMEI

/interface lte at-chat lte1 input="AT*MRD_IMEI=W,0101,11JAN1970,android_phone_imei"

Enter production mode

/interface lte at-chat lte1 input="AT*PROD=0"

Reboot!

@MrDeepFreeze
Copy link

I am trying these commands on an LHG LTE but all I get in return is...
output: ERROR
Why?

@Anime4000
Copy link
Author

maybe newer revision already different command?

@janovskywj
Copy link

You can try this on MT Lhgg cat 6
/interface lte at-chat lte1 input="AT+SPIMEI=0,"000000000000000""
Once changed reboot router IMEI changed.
/interface lte at-chat lte1 input="AT+SPIMEI?"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment