> For the complete documentation index, see [llms.txt](https://indoor.router.works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://indoor.router.works/manual/advanced/command-sets.md).

# Command Sets

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

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

The 5G router offers the most straightforward web terminal interface for browser access. Once you connect to the router, navigate to "Services > Terminal." Alternatively, you can access SSH software on your computer via the SSH port. Click the [SSH Terminal](https://how.router.works/dev/ssh) tutorial for more details.

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

BusyBox v1.28.4 () built-in shell (ash)
╔═╗╦ ╦╔╦╗╔╦╗╔═╗╔═╗╦═╗╦═╗╔═╗╦ ╦╔╦╗╔═╗╦═╗
║ ║║ ║ ║  ║║║ ║║ ║╠╦╝╠╦╝║ ║║ ║ ║ ║╣ ╠╦╝
╚═╝╚═╝ ╩ ═╩╝╚═╝╚═╝╩╚═╩╚═╚═╝╚═╝ ╩ ╚═╝╩╚═
---------------------------------------
☼ ☼ ☼       OUTDOOR ROUTER        ❅ ❅ ❅
---------------------------------------

root@CellularRouter:~#
```

## Command Sets

Once you've accessed the router's SSH port, you can execute OpenWrt UCI to configure parameters, add parameter lists, and even incorporate entire sections into configuration files.

It also enables advanced execution of MMCLI and AT+ command sets to manage the mobile modem installed in the router, allowing you to monitor connection status and modify linking parameters. For more details, please refer to the [Command Sets](https://how.router.works/dev/command) tutorial.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://indoor.router.works/manual/advanced/command-sets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
