MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
192 stars 66 forks source link

Do I install this on my misp server or on a different server? (aka is this a standalone tool) #159

Open cybert79 opened 2 years ago

cybert79 commented 2 years ago

Do I install this on my misp server or on a different server? (aka is this a standalone tool)

So can I install it on a clean linux server and make there the connection to my misp server? I have a fully operational misp server with 1 TB of data, I don't want to mess up that one,...

whoisroot commented 2 years ago

If your MISP instance have the ZeroMQ plugin enabled and listening on an accessible address (default is 127.0.0.1), you can install the dashboard on a different server, but the most usual configuration is to have both sites (MISP and misp-dashboard) on the same server.

The dashboard also supports connecting to multiple MISP instances, if you would like to do so.