Setup LoRaWAN and others into ThingsBoard
This repository has been archived on 2025-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-12-06 21:13:41 +01:00
extra Initial commit 2025-12-01 14:48:21 +01:00
answers.md answer question 2 2025-12-06 21:13:41 +01:00
docker-compose.yml Initial commit 2025-12-01 14:48:21 +01:00
README.md Initial commit 2025-12-01 14:48:21 +01:00

ThingsBoard

Documentation Local instance

Setup

After cloning the repository for the first time, you need to seed the database:

docker compose run --rm -e INSTALL_TB=true -e LOAD_DEMO=true thingsboard-ce

Then, to start ThingsBoard:

docker compose up -d

A dashboard will start on port 8080.

Login credentials:

  • System Administrator: sysadmin@thingsboard.org / sysadmin
  • Tenant Administrator: tenant@thingsboard.org / tenant
  • Customer User: customer@thingsboard.org / customer

Stop ThingsBoard:

docker compose down