v3.24.1

Getting Started Devices Gateways Integrations Reference
Get The Things Stack

Getting Started

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

Cloud Addresses

The addresses where you can reach your The Things Stack Cloud network consist of the tenant ID, the cluster ID and cloud.thethings.industries.

You can update the examples below with your tenant ID and cluster ID by filling them here.

Cluster Address

Your cluster address is:

..cloud.thethings.industries

Console

To learn how to get started with the Console, see the Console Getting Started Guide.

Each cluster has a Console where you can manage gateways and end devices of that cluster. You can use any cluster with your Cloud account.

The address of the Console for the routing cluster includes both your tenant ID and the cluster ID:

https://..cloud.thethings.industries/console

API Endpoints

The Application Server, Join Server and Network Server APIs are all available in your routing cluster.

..cloud.thethings.industries

However, the Identity Server APIs are only available in the eu1 cluster:

.eu1.cloud.thethings.industries

Warning:
End-Device Registry API requests or other Identity Server API requests to any cluster other than eu1 will fail.

Account and OAuth

User accounts are stored in the eu1 cluster. For registering users, logging in, changing your password and for performing OAuth flows, you need to use the following address:

https://.eu1.cloud.thethings.industries/oauth

Command-line Interface

The Command-line Interface (CLI) needs to be configured with the address of the OAuth server and the gRPC addresses of the different servers. The addresses for OAuth and the Identity Server are always those of the eu1 cluster. The other addresses are typically of the cluster of your choice.

Here you find the contents of the CLI configuration file for the cluster:

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: '..cloud.thethings.industries:8884'
device-claiming-server-grpc-address: '..cloud.thethings.industries:8884'
device-template-converter-grpc-address: '..cloud.thethings.industries:8884'
qr-code-generator-grpc-address: '..cloud.thethings.industries:8884'

credentials-id: ''

See the CLI Getting Started Guide to learn how to get started with the CLI and working with configuration files.

IP Addresses

The Things Stack Cloud runs on AWS. See the AWS IP address range documentation for IP addresses of Cloud clusters.

Note:
IP addresses of Cloud clusters are not static, and may change over time. We recommend whitelisting the DNS address of your Cloud cluster if possible.
← The Things Stack Cloud The Things Stack AWS Launcher →

On this page

  • Cluster Address
  • Console
  • API Endpoints
  • Account and OAuth
  • Command-line Interface
  • IP Addresses

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 Johan Stokking on 21 Feb 2023.
The Things Join Server and related documentation (#1041)

Edit on Github