You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ Table of contents
44
44
-[Launch locally](#launch-locally)
45
45
-[Deploy](#deploy)
46
46
-[Configure the Thingsboard server from scratch](#configure-the-thingsboard-server-from-scratch)
47
+
-[Login to the Thingsboard server](#login-to-the-thingsboard-server)
48
+
-[System Administrator](#system-administrator)
49
+
-[Tenant Administrator](#tenant-administrator)
50
+
-[Customer User](#customer-user)
47
51
48
52
49
53
@@ -155,4 +159,16 @@ You can either deploy directly on your server by forwarding the port you want to
155
159
156
160
## Configure the Thingsboard server from scratch
157
161
If you configure your own Thingsboard instance, you can use the files in `./Thingsboard/` to import dashboards and rules from this project.
158
-
However, you will have to manually create the devices (a total of 9: 3 lights, 3 temperature sensors, 3 fluid sensors (1 of each kind)) and configure the GUI manually with the correct access tokens (cf. [this section](#configure-the-device-manager)).
162
+
However, you will have to manually create the devices (a total of 9: 3 lights, 3 temperature sensors, 3 fluid sensors (1 of each kind)) and configure the GUI manually with the correct access tokens (cf. [this section](#configure-the-device-manager)).
163
+
164
+
## Login to the Thingsboard server
165
+
To access the Thingsboard instance, there are multiple users, with each their own credentials.
0 commit comments