Portal Integration

The Portal Integration component enables secure peer-to-peer (P2P) communication between your Banalytics server (installed on a local PC) and your Banalytics web account. This connection allows remote access to your system directly through the browser, without the need for port forwarding or VPN configuration.

The component displays live metrics collected since the last server start or restart:

  • Connections (established / closed / errors) shows the number of peer-to-peer connections initiated via the signal server, including successful connections, disconnections, and errors.
  • WebSocket Messages (in / out) displays the total number of incoming and outgoing WebSocket messages exchanged between the Banalytics server and the portal.

Configuration options

Value Required (Yes/No) Description Default
uuid Yes A unique, automatically generated identifier for this component instance. This value is not editable.
Restart on failure Yes Restart mode upon catching an error:
  • Stop on failure - not restarted until triggered manually.
  • Immediately - tries to restart automatically immediately after catching an error.
  • 10 sec - tries to restart automatically with a 10-seconds delay after catching an error.
  • 30 sec - tries to restart automatically with a 30-seconds delay after catching an error.
  • 1 min - tries to restart automatically with a 1-minute delay after catching an error.
Default to 10 sec
Portal Address Yes The address of the signal server used for establishing the P2P connection. Automatically assigned and not editable.
Environment UUID Yes A unique identifier of the Banalytics server environment (your local PC). Automatically generated and not editable.
Ping Timeout (sec) Yes Defines the time in seconds to wait for a ping response from a device before considering it unresponsive. This value can be adjusted based on network stability. Default to 30 sec
Was this page helpful ? Yes No