How to Set SIM Card PIN Code

How to Set SIM Card PIN Code

  1. Access the gateway's web interface by logging in using your credentials
  2. In the navigation menu, go to: Interface → Cellular → SIM1/SIM2 Settings
         3. Locate the "PIN Code" field and enter your desired PIN value
          4.Save your changes by:
  1. Click the "Submit" button
  2. Click "Save & Apply" at the top of the page
Note: Remember to securely store your PIN code as you'll need it to access the SIM card.

    • Related Articles

    • Does the cellular gateway support entering a PIN code?

      Yes, supported, please navigate the WEBUI to Interface -> Cellular -> SIM -> General Settings -> PIN Code, and entering the PIN code of the SIM card accordingly.
    • How to Set up Ping Detection

      Why Ping Detection is Critical Ping detection serves as an essential keep-alive mechanism for your RCMS (Remote Cloud Monitoring Solution) connectivity. This feature: Actively monitors real-time connectivity to the RCMS platform Identifies network ...
    • How to Set up RS422 Serial Connection

      1. Physical Connection Setup Hardware Requirements MOXA Uport 1150 device Serial cable RobustOS PRO device with RS422 interface Pinout Connections Connect the following pins between your devices: T+ → RX1+ T- → RX1- R+ (D+) → TX1+ R- (D-) → TX1- GND ...
    • How to Set NTP via Command Line

      Understanding the Configuration Structure First, it's helpful to understand how to access the complete configuration structure: 1. You can download the XML configuration from: Web UI → System → Profile → XML Configuration File → Generate → Download ...
    • How to Set up Python Scripts with Crontab

      Note: This method is applicable to all EG Series/RobustOS Pro devices Author: Eldar Mustafin 1. Creating a Python Script First, create your Python script with proper logging and error handling. Here's a template: #!/usr/bin/env python3 import logging ...