Products

This document documents the ports required for the following products

  • SAFR Desktop
  • SAFR Mobile (Android or iOS)
  • SAFR Server Web Console
  • SAFR SCAN (All models)
  • SAFR Camera (SC800)

SAFR Cloud

SAFR Clients require connection to the following endpoints


OpenAPI DocsSAFR Cloud URL
SAFR Computer Vision API (COVI)covi.real.com
SAFR Events Server API (CVEV)cv-event.real.com
SAFR VIRGA Server API (VIRGA)virga.real.com
SAFR Object Server API (CVOS)cvos.real.com


All of the endpoints for SAFR are HTTPS over 443 (SSL).


On Premises SAFR Server

Below covers all ports that need to be open on your firewall for HTTPS traffic with REST API payloads for SAFR to fully function.


  • "SAFR Server" to "SAFR Server" is communication between servers.  This does not apply if not using SAFR Clustering.
  • 32181 is for remote video preview and optional
  • 8090 and 8091 are for SAFR Server Web Console (browser interface)
  • All other ports are for other SAFR Clients


To test connectivity,  use the healthcheck URLs as follows:

https://SERVERIP:<PORT>/version (for all except 8084 and 8085)

https://SERVERIP:<PORT>/health for 8084 and 8085

 

You should get back some JSON data that includes version like the following:

{"version":"3.20.1014","createAt":"Fri Dec 01 21:07:31 PST 2023","createdBy":builds@rpcloud-builds03.realplayercloud.com; Fri Dec 01 21:07:31 PST 2023,"versionedComponents":{"FaceImageStorageProvider":"1.0.22","Facepeg":"1.0.16.2","Security":"5.0.677","SPI":"1.0.37"},"profiles":["RCV-F","RCV-O","ARGUS","EVENTS"]}