FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
218 views 1 comments
by anonymous
Hello

is there any CLI command to check for RMS connection status, activation/deactivation, error check?

Thanks

regards
by anonymous

Does this info help?

https://community.teltonika-networks.com/62579/local-network-access-to-rms-status-%26-rms-connect

tl;dr:

ubus call rms get_status

Edit: I just tried this on my RUTX50 and get the following:

{
"next_retry": 0,
"connection_status": 0,
"error_text": "",
"error_code": 0,
"error": 0
}

Which I don't fully understand, as my router *is* connected to RMS right now. 

1 Answer

0 votes
by anonymous

Hello,

What  disuye wrote is correct, the thing is that 0 means connection is good, 1 means it's no good, backwards, I know

root@Teltonika-RUT955:~# ubus call rms get_status

{

        "next_retry": 1680627252,

        "connection_status": 1,

        "error_text": "Failed to resolve hostname",

        "error_code": 34,

        "error": 1

}