FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13372 questions

15904 answers

25727 comments

50467 members

0 votes
4 views 0 comments
by
Hi,

We have a Teltonika where the web GUI has become unavailable after a profile switch. The CLI is still accessible, but we can't find out how to force a profile switch through CLI.

Does anyone have the command to switch to a different profile from CLI? Firmware is 7.3.4.

Kind regards,

Tom

1 Answer

0 votes
by

Hello,

You can list available profile names with the following command:

  • uci show profiles

Change profile using commands below:

  • uci set profiles.general.profile='<profile_name>'
  • uci commit
Replace <profile_name> accordingly.
Best regards,