Skip to Content
Device ManagementNetwork Diagnostics

Network Diagnostics

Inspire includes built-in network diagnostic tools to help troubleshoot connectivity issues between devices and the Inspire server.

Diagnostic Tools

Connectivity Test

Tests the connection between a device and the Inspire server:

  1. Open the device detail panel
  2. Click Diagnostics > Connectivity Test
  3. Results show:
    • DNS resolution time
    • TCP connection time
    • WebSocket connection time
    • HTTP response time
    • SignalR connection status

Bandwidth Test

Measures the available bandwidth between the device and server:

  • Download speed (server to device)
  • Upload speed (device to server)
  • Latency (round-trip time)
  • Jitter (latency variation)

Network Trace

Records network activity for a specified duration:

  1. Click Diagnostics > Start Trace
  2. Set the duration (30 seconds to 5 minutes)
  3. The device records all network requests
  4. View results showing request count, data transferred, errors, and timing

Common Network Issues

SymptomLikely CauseSolution
Device shows “Connecting…”Firewall blocking WebSocketOpen port 443 for WebSocket traffic
Content loads slowlyLow bandwidthCheck network capacity, consider local caching
Intermittent disconnectionsUnstable Wi-FiUse Ethernet or improve Wi-Fi signal
Data not updatingSignalR blocked by proxyConfigure proxy to allow WebSocket upgrade
Screenshots fail to uploadUpload blockedAllow outbound HTTPS from device

Network Requirements

For reliable operation, devices need:

RequirementMinimumRecommended
Bandwidth2 Mbps10+ Mbps
Latency< 500ms< 100ms
Ports443 (HTTPS/WSS)443
ProtocolHTTPS + WebSocketHTTPS + WebSocket

Inspire uses a single HTTPS port (443) for all traffic including WebSocket connections. No additional ports are needed.

Firewall Configuration

Ensure the following are allowed through your firewall:

  • Outbound HTTPS (port 443) from device to Inspire server
  • WebSocket upgrade on the same connection
  • DNS resolution (port 53, or your internal DNS)
Last updated on