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
133 views 0 comments
by anonymous
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 anonymous

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,