Ara corren v3.7 de [[https://github.com/TheThingsNetwork/lorawan-stack|LoraWan Stack]]. A TTI tenen un [[ https://thethingsstack.io/v3.7.0/guides/getting-started/ | Getting Started Guide ]] per la distribució Docker.
Inclou:
* LoRaWAN Network Server
* LoRaWAN Application Server
* LoRaWAN Join Server
* OAuth 2.0 Identity Server
* GRPC APIs
* HTTP APIs
* Command-Line Interface
* Web Interface (Console)
En la Guia a TTI ens guien per instal·lar: Docker, Certificates de Letsencrypt (ACME), bbdd CockroachDB,
==Configuracions==
Per correr el servidor d'indentity i de la consola hem de decidir i apuntar uns dominis:
```
# Identity Server configuration
is:
# Email configuration for "thethings.example.com"
email:
sender-name: 'The Things Stack'
sender-address: 'noreply@thethings.example.com'
network:
name: 'The Things Stack'
console-url: 'https://thethings.example.com/console'
identity-server-url: 'https://thethings.example.com/oauth'
```