Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _includes/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,22 @@ The data is stored in [Cassandra](https://cassandra.apache.org/) database. Cassa
ThingsBoard is licensed under [Apache 2.0 License](https://en.wikipedia.org/wiki/Apache_License#Version_2.0).
It is free for both personal and commercial usage and you can deploy it anywhere.

## How can I check which version of ThingsBoard I’m currently using?

{% if page.docsPrefix contains "paas/" or docsPrefix contains "paas/" %}
ThingsBoard Cloud is a fully managed platform that is regularly updated to the latest version by the ThingsBoard team, so you don't need to worry about maintenance or upgrades.
{% elsif page.docsPrefix == "pe/" or docsPrefix == "pe/" %}
There are several ways to check the platform version in ThingsBoard Professional Edition.
The easiest way is to log in as SysAdmin. On the home page, you will find a widget in the bottom-left corner of the screen displaying the current platform version and indicating whether an upgrade is available.

Alternatively, if you don’t have access to the SysAdmin account, open [White-Labeling](/docs/{{docsPrefix}}user-guide/white-labeling/) tab from the side menu.
Enable the **Show platform name and version** option to see the current version of the platform.
{% else %}
There are several ways to check the platform version in ThingsBoard Community Edition.
The easiest way is to log in as SysAdmin. On the home page, you will find a widget in the bottom-left corner of the screen showing the current platform version and whether an upgrade is available.
{% endif %}


## Can I replace the default ThingsBoard logo in the menu?

{% if page.docsPrefix contains "paas/" or docsPrefix contains "paas/" %}
Expand Down