Location Management
A Location in WisDM represents a logical or physical group of gateways within a deployment region. Gateways assigned to a Location inherit shared network settings and can be centrally monitored, updated, and maintained.
Manage and Create Locations
Use the Locations page to centrally manage all Locations in your organization or create new ones.
From the left navigation, click Locations to access the management console. Here, you can use the search bar to find specific locations.
Figure 1: Locations- Name: Custom name of the location.
- Mode: Operating mode of the location; Packet Forwarder, Basics Station, Built-in Network Server, or No Mode.
NOTE
No Mode appears when a location is created but not yet configured. Use the Configure button to complete its setup.
- Online / Offline / Pre-Provisioning: Number of gateways in each status (online, offline, or pre-provisioned) under this location.
- End Devices: Number of end devices under this location.
Export Location Information
WisDM allows you to export location information in bulk, including General Info and LoRaWAN® configurations.
- In the location list, select one or more Locations and click Export CSV.
Figure 1: Location List- Choose the details you want to export and click Export location info. A CSV file will be generated and sent to your email.
Figure 1: Location infoDelete a Location
You can delete a location from the actions menu in the Location List.
Before deleting a location, please note:
- This action cannot be undone. All location-level settings, applications, and end devices will be permanently removed.
- Assigned gateways are not deleted. They will be automatically unassigned but remain associated with the organization.
- Deleting a location will reset all gateways under it to their factory defaults.
- Only organization admins can permanently delete a location. location admins can request deletion, subject to approval.
- In the Location List, open the actions menu and click Delete this location.
- Confirm the action in the dialog and enter your RAK ID password. If 2FA is enabled, also enter the code from your authenticator app.
Figure 1: Delete a Location- Click Delete location.
Add a New Location
To create a new location, click New location in the top-right corner. The setup process follows to same steps outlined in Quick Start Guide > Add a Location.
LoRaWAN® Network Configuration
The LoRaWAN® section displays the current LoRaWAN® configuration for all gateways in the location. Although these settings are initially configured during location creation, they can be reviewed or adjusted at any time. For detailed explanations of parameters in each work mode, refer to the Quick Start Guide > Network Configuration.
Packet Forwarder and Basics Station modes cannot be switched to Built-in Network Server.
Gateway Management
The Gateways tab under a location offers a consolidated list of all gateways assigned to it. You can view their deployment on the map, check details such as Serial Number, EUI, and firmware versions, and perform management actions like adding new gateways, searching, filtering, or applying bulk operations.
Figure 1: Manage gateways assigned to a specific LocationYou can manage gateways within a location in two ways:
-
Single gateway management – Rename, unassign, run diagnostics/debug, or delete a single gateway. These operations follow the same logic as organization-level gateway management.
For detailed steps, see Gateway Management > Single Gateway Management and Gateway Management > Diagnostic & Debug.
-
Bulk management (per Location) – Unassign, synchronize system settings, rename, or export general information and system settings to a CSV file for multiple gateways simultaneously.
These operations adhere to the same principles as organization-level bulk gateway management. For detailed steps, see Gateway Management > Multiple Gateway Management.
In addition, locations provide a unique bulk operation to synchronize network interface settings, described below.
Synchronize Network Interface Settings
This feature enables you to copy the network interface configuration from one sample gateway and apply it to other selected gateways within the same location.
- Synchronization overwrites the current network interface settings of the selected gateways.
- Gateways in Provisioning state are automatically skipped.
- If the sample gateway uses a static protocol, those settings will not be propagated.
- In the Gateways list of a location, select multiple gateways.
Figure 1: Select multiple gateways for synchronization- Click Synchronize network interface settings and choose the sample gateway.
Figure 1: Choose a sample gateway for synchronization- Click Synchronize settings to apply the configuration.
Add a New Gateway
Besides managing existing gateways, you can also add new ones to your location.
To add a new gateway, click Add Gateway in the top-right corner of the Gateway tab. The setup process is identical to the steps described in the Quick Start Guide > Add a Gateway to a Location.
Applications (Built-in Network Server)
In WisDM, Applications and End Devices are key components of the Built-in Network Server architecture. Applications group devices and define how their data flows within the Built-in Network Server.
- End Devices – Physical devices (e.g., sensors) that send data packets via LoRaWAN®.
- Applications – Logical entities that define how device data is authenticated, parsed, and forwarded.
- WisDM does not provide LoRaWAN Network Server or Application Server functionality. It serves as a remote management platform for the Built-in Network Server running on the central gateway within a location.
- Applications are created at the Location level, not on individual gateways. You can create an Application even if no gateways are currently assigned, which is useful for preparing the network while gateways are still in transit.
- Adding an Application is a synchronous operation. If a Central Gateway is already assigned to the location, it must be online to successfully add the Application.
Create an Application
Follow the steps below to add an application to your location:
- In Locations > Your location > Applications, click Add application.
Figure 1: Application overview- Configure the application details:
Figure 1: Configure application information- Application name: A unique name for the application.
- Application description: (Optional) A description of the application.
- Application type
- Unified application key: All devices will use the same application key.
- Separate application keys: Each device or group of devices has a unique key.
- Application Key: Required for Unified Application Key setup.
- Payload format
- None: No specific payload format.
- CayenneLPP: Payload format based on the Cayenne Low Power Payload (LPP) standard.
- Only forward data object: If enabled, the gateway will only forward the raw data object to the server without processing or decoding it.
- Decode type: Select the encoding of the uplink payload as forwarded to integrations. Ensure this matches what your cloud parser expects.
- Base 64
- HEX string
- Report LoRa Radio Information: If enabled, the gateway will include LoRa signal data (RSSI, SNR, etc.) in the payload sent to the server. This may increase packet size.
- Enable HTTP/HTTPS Integration Parameters: If enabled, this allows forwarding of uplink data and events to external HTTP/HTTPS endpoints.
- Header name
- Header value
- Uplink data URL
- Join notification URL
- Ack notification URL
- Device-status notification URL
- Maximum number of concurrent connections
- Maximum length of queue
- Save as template: Save this configuration as a reusable template.
- Click Save application.
Figure 1: Application created