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
592 views 2 comments
by anonymous
Hello,

is there a JSON-RPC interface for the RUTX11 router.
I use it for the RUT955 modem but can not find it for RUTX11.

Greetings

Markus

1 Answer

0 votes
by anonymous

Hi,

It's there. Make sure you have the latest firmware version and have Json-RPC enabled in the first place:

Once you've done that go to your preferred software and authenticate with these parameters.

You must use "admin" instead of "root" and then instead of Admin01 use your password.

Everything else is by default the same as in RUT9XX.

{
    "jsonrpc":"2.0", "id":1, "method":"call", "params":
    [
        "00000000000000000000000000000000", "session", "login",
        {
            "username":"admin", "password":"admin01"
        }
    ]
}
by

By using admin instead of root it works identical to RUT955 yes
But is there a possibility to use the same username and password for RUT955 and RUTX11.
I would like to program an interface which can communicate with both without any SW changes.

by anonymous
Unfortunately no, there is no way you can change admin to root, as then the WebUI username will have to be changed from root to something else. Please find a work-around for this in your solution.

EB.