'Thingsboard service: How do I change the source code?

I have installed Thingsboard PE in a Ubuntu server as a service.

My question is if I can still manage to change the source code and how, or if I do have to make a clean install from the git repo. Thank you in advance.



Solution 1:[1]

This is only possible for ThingsBoard CE, since it includes features like RBAC and Integrations which aren't completely open source. Therefore you need to stick to official builds by ThingsBoard Dev team.

But you could still extend the platform by adding custom integrations, rule nodes or widgets: https://thingsboard.io/docs/pe/user-guide/contribution/how-to-contribute-your-device-integration-guide/ https://thingsboard.io/docs/pe/user-guide/contribution/rule-node-development/ https://thingsboard.io/docs/pe/user-guide/contribution/widgets-development/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 mdeuchert