v3.20.0

Getting Started Devices Gateways Integrations Reference
Get The Things Stack

Getting Started

    Overview
  • Quick Start
  • What Is The Things Stack?
  • Console
  • Command-line Interface
  • Installing The Things Stack
  • Upgrading The Things Stack
  • Migrating to The Things Stack
  • The Things Stack Cloud
    • Cloud Addresses
    • The Things Join Server
      • Register Devices
      • Activating Devices on Cloud
  • The Things Stack AWS Launcher
  • The Things Network
  • Server Addresses
  • Packet Broker
  • Single Sign-On
  • Users and Organizations
  • Using the API
  • Working with Events
  • Troubleshooting Getting Started

The Things Join Server

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: ''

Register Devices

The Things Join Server is a LoRaWAN Join Server. Learn how to register devices to activate on The Things Industries Cloud Hosted or any LoRaWAN network.
Read

Activating Devices on Cloud

The Things Join Server is a LoRaWAN Join Server. Learn how to activate devices on The Things Industries Cloud.
Read
← Cloud Addresses Register Devices →

On this page

  • Console
  • Command-line Interface

The Things Stack

Getting Started

Devices

Gateways

Integrations

Reference

Contributing

GitHub

Forum

About Us

The Things Network

The Things Industries

About this page

Last changed by benolayinka on 09 Dec 2020.
doc: Rename Global Join Server to The Things Join Server

Edit on Github