This cheat sheet allows you to quickly find some frequently used commands. If you think some commands are missing, let us know!

OutputLink to Output

Use the --output flag to set the CLI output type.

Usage:

manager --output=<format> <command>
CODE


Format
Example
prettyHARDWARE INFORMATION
- Product name LORIX One
- Product type 863-870
- NAND size 512 MB
- RAM size 120 MB
- Gateway hardware version 1.0d2
- Reset controller firmware version 1.1.2
standard{ProductName:LORIX One ProductType:863-870 NandSize:536870912 RamSize:126013440 GatewayHardwareVersion:1.0d2 ResetControllerFirmwareVersion:1.1.2}
json{
"ProductName": "LORIX One",
"ProductType": "863-870",
"NandSize": 536870912,
"RamSize": 126013440,
"GatewayHardwareVersion": "1.0d2",
"ResetControllerFirmwareVersion": "1.1.2"
}

SystemLink to System

Action
Command
Example result
Display Gateway UIDmanager system infoSYSTEM INFORMATION
- Serial: fcc23dfffe0efb3c
- Date and time: 2019-12-13 16:54:09.412938421 +0100 CET m=+0.108771370
- Uptime: 28h56m33s
- Temperature: good
Display hardware informationmanager system hardwareHARDWARE INFORMATION
- Product name LORIX One
- Product type EU868
- NAND size 256 MB
- RAM size 120 MB
- Gateway hardware version 1.0d
- Reset controller firmware version 1.1.2

UpdateLink to Update

Action
Command
Check if new updates are availablemanager system update check
Check the upgrade statusmanager system update status

NetworkingLink to Networking

Action
Command
Set the host namesudo manager network networking hostname set <hostname>

LoRaLink to LoRa

Action
Command
Parameters
Set the active forwardersudo manager lora forwarder set <FORWARDER>

FORWARDER:

  • udp-packet-forwarder
  • lora-basic-station
  • chirpstack-gateway-bridge
  • loriot-packet-forwarder
Start / stop the forwardersudo manager lora forwarder <FORWARDER> <start|stop>

FORWARDER:

  • udp-packet-forwarder
  • lora-basic-station
  • chirpstack-gateway-bridge
  • loriot-packet-forwarder

You would like to see another command listed here? Ask for an improvement!

Was this page helpful for you?

Yes
No
Fix it