Skip to main content

Ubidots LoRaWAN Network Server

Learn how to use Ubidots LNS

Sergio M avatar
Written by Sergio M
Updated yesterday

As part of our ongoing efforts to enhance connectivity and scalability for IoT deployments, Ubidots now offers a managed ChirpStack LoRaWAN Network Server (LNS). This infrastructure enables seamless integration between LoRaWAN gateways, devices, and Ubidots’ data platform — providing a fully managed, private, and secure environment for LoRaWAN communications.

Whether you’re deploying a small private network or a large-scale industrial LoRaWAN solution, the self-hosted LNS provides the flexibility and reliability required to ensure stable communication between your devices and the Ubidots cloud — all while maintaining compliance with your organization’s data-governance and security policies.

Requirements & Capacity

  • An active Ubidots account

The amount of gateways and devices are determined by your plan:

  • Ubidots Professional: Up to 50 devices and 5 gateways

  • Industrial and above: From 1 to thousands, custom capacity tailored to your needs

The LNS rate limit is given by your global account limit:

Ubidots Plan

Up to … req/s per account

Professional

Up to 6 req/s

Industrial

Up to 20 req/s

Enterprise I

Up to 50 req/s

Enterprise II

Up to 100 req/s

Enterprise III

Up to 200 req/s

1. Registering in the Ubidots LNS

Go to Ubidots -> Dev Center -> Plugins and create the Ubidots LoRa Network Server plugin:

Follow the the plugin creation steps and then hit the green mark icon to save the plugin:

After that, the plugin will be created:

Upon creating the plugin, you'll receive an email notification from service@ubidots.com with the subject "Your Ubidots LNS activation". This email contains:

  • LNS Login URL: Direct link to access your network server (lns.ubidots.com)

  • Login Credentials: Your email address (used as login ID)

  • Temporary Password: For initial acces

2. First login

  1. Access the LNS: Click the URL provided in the email

  2. Login ID: Enter your email address (not username)

  3. Password: Use the temporary password from the email

LNS Dashboard

Change Default password

After your first successful login, change the temporary password for security:

Change Password

3. Create an Application in the LNS

Applications group your devices and define how they communicate with your system. Create an application by navigating to the Applications tab in the left menu and then click the Add application button:

Create App

There fill in the application details and click Submit:

Submit App Creation

4.. Create a Device Profile

Device profiles define your device's capabilities and LoRaWAN parameters (version, codec, regional settings, etc.) In order to create a device profile do the following:

  1. Go to Device Profiles section

  2. Click Add device profile

Add Device Profile

If your device isn't in the repository, manually fill in the required fields based on your device specifications.

Using Device Templates

Device templates are configurations that you can create and maintain for quickly setting up your devices. If your device is available in the LoRaWAN Device Repository, use the pre-configured template:

5. Add a device

Now add your physical device to the application. Go to Applications and select your created application:

Add Device to App

Then click Add device:

Add Device Button

Fill in the device information:

  • Device name: Choose a descriptive name

  • Device EUI: Your device's unique identifier

  • Device profile: Select the profile created in Step 2

Create Device View

After creating the device, you'll be taken to the OTAA Keys tab. here:

  1. Enter your device's Application Key

  2. Click Submit

Device Activation Tab

After that, you'll be able to see the device in the LNS dashboard:

Device Created

6. Add a gateway

Login to your Ubidots LNS dashboard and navigate to Gateways tab in the left menu and click Add gateway:

Add Gateway

Fill in the gateway's information:

  • Gateway name: Choose a descriptive name

  • Gateway ID (EUI64): Your gateway's unique EUI (8 bytes in hex format)

  • Description: Optional description for the gateway

  • Region: Select the appropriate region (US9150, AU9150, or EU868)

Gateway Details Form

Scroll down and click Submit

Configure the gateway

Configure your physical gateway to connect to the Ubidots LNS using the appropriate regional endpoint according to your region:

Region

Server Address

Port

Protocol

US915_0

lns.ubidots.com

1700

UDP (Packet Forwarder)

AU915_0

lns.ubidots.com

1701

UDP (Packet Forwarder)

EU868

lns.ubidots.com

1702

UDP (Packet Forwarder)

On a RAK 7268 gateway, this configuration looks like:

RAK Gateway Configuration

Just replace nam1.cloud.thethings.network with lns.ubidots.com

Did this answer your question?