# Command-line

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

## **Web Terminal** <a href="#web-terminal" id="web-terminal"></a>

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.*

```
OutdoorRouter login: root
Password: <invisible>


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

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

root@OutdoorRouter:~#
```

## &#x20;<a href="#ssh-software" id="ssh-software"></a>

## SSH Software <a href="#ssh-software" id="ssh-software"></a>

### **i. Linux & Mac** <a href="#linux-and-mac" id="linux-and-mac"></a>

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 want to log in. In that case, type yes and press. `Enter`.
* Then type in the extender’s admin password and press `Enter`  to finish the login process.

{% hint style="info" %}
If the extender has changed configurations, you might need to clear the stored SSH essential information with this command. `ssh-keygen -R 192.168.10.1`.
{% endhint %}

<figure><img src="https://965772593-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lx_t9df5OXiii0kaJ6x%2F-LxegQqqJ83AJN3WWLj1%2F-LxehLrE8eVRG6c6OUlD%2Fimage.png?alt=media&#x26;token=e6e06aba-3d1e-4c1b-97d4-9cf5affa9108" alt=""><figcaption></figcaption></figure>

### **ii. Windows** <a href="#windows" id="windows"></a>

For the Windows computer, the most common SSH tool is **PuTTY**.&#x20;

* 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://extender.router.works/ezr13/advanced/command-line.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
