Command-line
The command-line interface (CLI) means interacting with the router system where the user issues command to the router system in the form of command lines.
Last updated
The command-line interface (CLI) means interacting with the router system where the user issues command to the router system in the form of command lines.
Last updated
Secure Shell (SSH) is a cryptographic network protocol to access the router’s command-line interface. The 4G router offers various ways to access the command-line interface.
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. You can refer to to configure a remote SSH tunnel on the traversal cloud.
For Linux and Mac computers, the most common tool is Terminal.
Open a new Terminal
window, type ssh root@192.168.30.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.
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 router’s LAN IP address 192.168.30.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.
Refer to