MikroTik: How to set LTE SIM PIN via SSH terminal or WebFig webinterface

How to set the LTE pin via SSH terminal

(use the IP address of your MikroTik router - default is 192.168.88.1)

After potentially needing to change your password, you’ll see the MikroTik shell:

[admin@MikroTik] >

Now you can change the LTE PIN using the following command:

/interface/lte/set pin=1234 [find name=lte1]

Obviously, replace 1234 with your actual PIN.

How to change the system name via WebFig

  1. Open your browser and navigate to http://192.168.88.1 (use the IP address of your MikroTik router - default is 192.168.88.1)
  2. Log in with your username and password (default admin with empty password, or pre-set password for some routers)
  3. Click on WebFig in the top right corner (1)
  4. Click on Interfaces in the left menu (2)
  5. Click on lte in the table (3) (there should only be one LTE interfaces)

MikroTik set LTE pin via WebFig - step 1

  1. Open the LTE pin interface by clicking on the arrow

MikroTik set LTE pin via WebFig - step 2

  1. Enter the pin in the field
  2. Click on Apply

MikroTik set LTE pin via WebFig - step 2