Skip to content

Commit ccc8ded

Browse files
added thingsboard credentials
1 parent 45f37be commit ccc8ded

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Table of contents
4444
- [Launch locally](#launch-locally)
4545
- [Deploy](#deploy)
4646
- [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)
4751

4852

4953

@@ -155,4 +159,16 @@ You can either deploy directly on your server by forwarding the port you want to
155159

156160
## Configure the Thingsboard server from scratch
157161
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.
166+
### System Administrator
167+
Email: `sysadmin@thingsboard.org`
168+
Password: `sysadmin`
169+
### Tenant Administrator
170+
Email: `tenant@thingsboard.org`
171+
Password: `tenant`
172+
### Customer User
173+
Email: `customer@thingsboard.org`
174+
Password: `customer`

0 commit comments

Comments
 (0)