Connect Lora Server and Lora App Server

Hi,

You can view the packets by subscribing to the MQTT broker.
mosquitto_sub -v -t "#" -h localhost -p 1883
From your local machine try
mosquitto_sub -v -t "#" -h <IPaddress of LoRaServer Machine> -p 1883

In the App server, you may try the following page to view data.