Backend Server

Analyzer

The analyzer lives on the backend server and also utilizes a few services, which should always be running in the background, which is the URL analysis engine and a NSRL whitelist lookup service. This is how it should typically look:



Broker Service

The broker runs as the “fsiobroker” service and should be looking like this:



Analyzer Service

The analyzer runs as the “fsio” service and should be looking like this:



Restarting the Broker/Analyzer

sudo service fsio stop

sudo service fsio start

sudo service fsiobroker stop

sudo service fsiobroker start


Verifying the status of the Broker/Analyzer

The broker/analyzer have port 22001 and 23001 open:



On This Page
Backend Server