5.4 Command-line

The command-line interface (CLI) means interacting with the extender system where the user issues command to the extender system in the form of command lines.

Secure Shell (SSH) is a cryptographic network protocol to access the command-line interface. The EZR13 extender offers various ways to access the command-line interface.

5.4.1 - Web Terminal

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

* The web terminal is unavailable under the Traversal Cloud mode. You can refer to Remote SSH to configure a remote SSH tunnel on the traversal cloud.

OutdoorRouter login: root
Password: <invisible>


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

╔═╗╦ ╦╔╦╗╔╦╗╔═╗╔═╗╦═╗╦═╗╔═╗╦ ╦╔╦╗╔═╗╦═╗
║ ║║ ║ ║  ║║║ ║║ ║╠╦╝╠╦╝║ ║║ ║ ║ ║╣ ╠╦╝
╚═╝╚═╝ ╩ ═╩╝╚═╝╚═╝╩╚═╩╚═╚═╝╚═╝ ╩ ╚═╝╩╚═
---------------------------------------
☼ ☼ ☼       OUTDOOR ROUTER        ❅ ❅ ❅
---------------------------------------

root@OutdoorRouter:~#

5.4.2 - SSH Software

i. Linux & Mac

For Linux and Mac computers, the most common tool is Terminal.

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

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

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

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

ii. Windows

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

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

  • Type in the extender’s LAN IP address 192.168.10.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 extender’s admin password and press Enter again.

  • You should be greeted with a message.

Last updated