Unwired Edge Cloud

API

  • API introduction
  • API useful features
  • API GraphQL introduction
  • API for firmware rollout configuration
  • APIs for 3rd party devices
  • Metrics API
  • Telemetry API

Guides

  • OpenVPN Layer 3 Routed container guide
  • Teltonika RUT/RUTX upgrade procedure

Containers

  • Container introduction
  • Container demo: simple container from scratch
  • Container demo: webserver with php
  • Container demo: OpenVPN L3 with NAT
  • Unwired On-board Media Portal specs

Unwired Edge Cloud Console

  • Unwired Edge Cloud Console
  • User Roles
  • Captive Portal Media Guidelines

CloudLink

  • CloudLink Introduction
  • CloudLink Licenses
    • Buying CloudLink Licenses
    • Using Licenses
      • Adding a Device
      • Assigning a License
      • Assigning a License via the API
      • Assigning a License via the Unwired Edge Cloud Console
    • Device Configuration
      • CloudLink for RutOS
      • CloudLink API Integration
      • Manual Configuration Download
      • JSON Schema Reference
  • CloudLink for Teltonika RutOS
  • CloudLink vs self-hosted Bondix

Unwired Edge WiFi

  • Email Collection
  • Feeds

Unwired Edge Cloud OS

  • Unwired Edge Cloud OS

Supported devices

  • Supported Devices
  • Devices by Vendor
Unwired Edge Cloud
  • CloudLink Licenses

CloudLink Licenses

Buying CloudLink Licenses

Hint

Currently only customers with Invoice billing type can buy new licenses.
Please book a meeting with our sales team if you wish to change your billing type.

If you have a license issued by one of our partners you can still use it.

To buy a license, please follow these steps

  1. Log into the Unwired Edge Cloud Console at this URL, then click the DEVICE MANAGEMENT button. UW Admin

  2. In the left sidebar, click on the Licenses option. License Button

  3. Then choose the license you need and press BUY below it.

  4. You will see a window like this pop up: Buy License

    Caution

    If you get a different dialog, mentioning to contact our sales team, then your billing type is not cleared to buy licenses.

  5. After selecting the number of licenses you want and reading both general terms of conditions and service description, press buy.

  6. You will see a list of licenses generated for you.
    Licenses Generated

  7. You can view this list any time using the AVAILABLE button above the BUY button.

Using Licenses

Adding a Device

  1. To use your license, you first have to create a device with device type EXTERNAL-MTSG UW Admin Create MTSG device

    Note

    Please see the Adding a device guide for more details.

  2. For CloudLink licenses, you need to add CloudLink to your Client Network Uplinks.

    • Toggle Use own config
      UW Admin Use Own Config

    • Add CloudLink
      UW Admin Add CloudLink

    • After making these changes, make sure to save your configuration
      save

Assigning a License

Caution

Assigning a license will consume it and bind it to the device.
Once assigned, the license cannot be used on another device.

Assigning a License via the API

Please refer to License Code Usage on how to use the license via the API

Assigning a License via the Unwired Edge Cloud Console

  1. Click on the burger menu “more”, then select “Licenses”
    UW Admin Burger Menu

  2. You will see licenses available to you and a recommendation based on your configuration. If you have a license code provided by one of our partners, you can provide it in text field below.

  3. Select a license you want to use
    or enter a license code that you received through another channel or partner.
    UW Admin Assign License

  4. Click Assign and your license will be bound to your device.
    UW Admin License Assigned

Device Configuration

CloudLink for RutOS

Customers with a Teltonika device running RutOS can use a native CloudLink integration. See CloudLink for Teltonika RutOS for details.

CloudLink API Integration

If you want to use CloudLink with a standalone bondix client or a custom integration, you can directly integrate via our API.

Please refer to Example implementation CloudLink for more information.

Manual Configuration Download

Alternatively, you can also download a configuration bundle with all connection details as a JSON file.

The JSON schema is provided below.

UW Admin Configuration Download

JSON Schema Reference

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "s": {
      "type": "string",
      "description": "Server FQDN"
    },
    "sp": {
      "type": "string",
      "description": "Server port"
    },
    "ca": {
      "type": "string",
      "description": "CA PEM file"
    },
    "cert": {
      "type": "string",
      "description": "Client PEM file"
    },
    "key": {
      "type": "string",
      "description": "Client Key file"
    },
    "pr": {
      "type": "boolean",
      "description": "Bondix Proxy flag"
    },
    "interfaces": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "Interface name"
          },
          "priority": {
            "type": "integer",
            "description": "Interface priority"
          }
        },
        "required": ["name", "priority"]
      }
    }
  },
  "required": ["s", "sp", "ca", "cert", "key", "pr", "interfaces"]
}
Previous Next

© Copyright 2023-2025, Unwired Networks GmbH.

Built with Sphinx using a theme provided by Read the Docs.