Indoor Routers
HomeShop
EZR24-5G
EZR24-5G
  • EZR24 - 5G Router
  • πŸ“—Manual
    • Hardware Overview
      • Package Contents
      • Physical Interfaces
    • SIM Card & Power
      • Choose Location
      • Insert A SIM Card
      • Install Antennas
      • Power Supplies
      • Router Indicators
    • Firmware
      • Login Router
      • System Admin
      • Network Interfaces
        • Local Networks
      • Mobile Modem
        • Mobile Protocols
      • WiFi Hotspots
        • WiFi Relay
      • Firmware Upgrade
      • Recovery
    • Advanced
      • Internet & IP
        • Changing Web Port
      • Firewall Settings
      • Dynamic DNS
      • Traversal Cloud
      • Command-line
      • Bootloader
    • Troubleshooting
  • 🧭Links
    • OutdoorRouter Store
    • Knowledge Base
    • Video Tutorials
Powered by GitBook
On this page
  • Web Terminal
  • SSH Software
  • i. Linux & Mac
  • ii. Windows
  1. Manual
  2. Advanced

Command-line

The command-line interface (CLI) means interacting with the router system where the user issues commands to the router system through command lines.

Secure Shell (SSH) is a cryptographic network protocol to access the router’s command-line interface. The 5G router offers various ways to access the command-line interface.

Web Terminal

After accessing the router, go to System > Terminal. Input the default username root and the router password. You will then receive the welcome message on the web terminal interface.

* The web terminal is unavailable under the Traversal Cloud mode.

OutdoorRouter login: root
Password: <invisible>


BusyBox v1.28.4 () built-in shell (ash)

╔═╗╦ ╦╔╦╗╔╦╗╔═╗╔═╗╦═╗╦═╗╔═╗╦ ╦╔╦╗╔═╗╦═╗
β•‘ β•‘β•‘ β•‘ β•‘  β•‘β•‘β•‘ β•‘β•‘ ║╠╦╝╠╦╝║ β•‘β•‘ β•‘ β•‘ β•‘β•£ ╠╦╝
β•šβ•β•β•šβ•β• β•© β•β•©β•β•šβ•β•β•šβ•β•β•©β•šβ•β•©β•šβ•β•šβ•β•β•šβ•β• β•© β•šβ•β•β•©β•šβ•
---------------------------------------
☼ ☼ ☼       OUTDOOR ROUTER        ❅ ❅ ❅
---------------------------------------

root@CellularRouter:~#

SSH Software

i. Linux & Mac

The most common tool for Linux and Mac computers is the system "Terminal" tool.

  • Open a new Terminal window, type ssh root@192.168.20.1 , and press Enter.

  • If this is your first time logging in, you might be asked to clarify whether you want to log in. In that case, type yes and press. Enter.

  • Then type in the router’s admin password and press Enter to finish the login process.

If the router has changed configurations, you might need to clear the stored SSH key information with this command. ssh-keygen -R 192.168.20.1.

ii. Windows

For Windows computers, the most common SSH tool is PuTTY.

  • Launch PuTTY and select the SSH option under the Connection type field.

  • Type in the router’s LAN IP address 192.168.20.1 into the Host Name field.

  • Type in the SSH port 22 into the Port” field.

  • Click Open button.

  • In the next window, type in the login name root and press Enter.

  • Type in the router’s admin password and press Enter again.

  • You should be greeted with a message.

Last updated 1 year ago

Accessing SSH Terminal on MAC Windows
πŸ“—