Each Cloud cluster contains a Join Server for convenience. Instead of the Join Server in a cluster, you can also use The Things Join Server: a dedicated LoRaWAN Join Server which supports interoperability with other Network Servers and supports pre-provisioned secure elements.
The addresses where you can reach your The Things Industries Cloud network consist of the tenant ID and join.cloud.thethings.industries
.
You can update the examples below with your tenant ID and cluster ID by filling them here.
Console
The address of The Things Join Server Console includes your tenant ID:
https://.join.cloud.thethings.industries/console
Command-line Interface
You can configure the command-line interface (CLI) to use The Things Join Server with a Cloud cluster.
Alternatively, you can also configure the CLI to use The Things Join Server only. This is useful when working with a third-party LoRaWAN network.
See the CLI Getting Started Guide to learn how to get started with the CLI and working with configuration files.
CLI Configuration With Cloud Cluster
If you want to use The Things Join Server with a Cloud cluster, you use this configuration file for the CLI:
oauth-server-address: 'https://.eu1.cloud.thethings.industries/oauth' identity-server-grpc-address: '.eu1.cloud.thethings.industries:8884' gateway-server-grpc-address: '..cloud.thethings.industries:8884' network-server-grpc-address: '..cloud.thethings.industries:8884' application-server-grpc-address: '..cloud.thethings.industries:8884' join-server-grpc-address: '.join.cloud.thethings.industries:8884' device-claiming-server-grpc-address: '.join.cloud.thethings.industries:8884' device-template-converter-grpc-address: '.join.cloud.thethings.industries:8884' qr-code-generator-grpc-address: '.join.cloud.thethings.industries:8884' credentials-id: ''
CLI Configuration With Join Server Only
If you want to use The Things Join Server without Cloud, i.e. as device maker or when using a third-party LoRaWAN network, use this configuration file for the CLI:
oauth-server-address: 'https://.eu1.cloud.thethings.industries/oauth' identity-server-grpc-address: '.eu1.cloud.thethings.industries:8884' join-server-grpc-address: '.join.cloud.thethings.industries:8884' device-claiming-server-grpc-address: '.join.cloud.thethings.industries:8884' device-template-converter-grpc-address: '.join.cloud.thethings.industries:8884' qr-code-generator-grpc-address: '.join.cloud.thethings.industries:8884' gateway-server-enabled: false network-server-enabled: false application-server-enabled: false credentials-id: ''