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
- Open your browser and navigate to
http://192.168.88.1
(use the IP address of your MikroTik router - default is192.168.88.1
) - Log in with your username and password (default
admin
with empty password, or pre-set password for some routers) - Click on
WebFig
in the top right corner (1) - Click on
Interfaces
in the left menu (2) - Click on
lte
in the table (3) (there should only be one LTE interfaces)
- Open the LTE pin interface by clicking on the arrow
- Enter the pin in the field
- Click on
Apply