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

MISP-DASHBOARD can't be reached on official MISP VM #150

Closed scgsch closed 3 years ago

scgsch commented 3 years ago

Hi all,

I need to create a testing environment with MISP on a local machine. No need to access from external url. I downloaded the official MISP VM (MISP_v2.4.135@db463d3.ova) and installed MISP-DASHBOARD as described. The misp core is working fine except the misp dashboard. The site can't be reached on 127.0.0.1:8001.

Following lines include details on my setting: Host: WIN10 VM on VirtualBOX. Port forwarding as stablished by the original OVA file.

Changes on MISP WEB UI: Administration > Server Settings & Maintenance > Plugin settings > Plugin.ZeroMQ_enable: true Plugin.Zero_redis_port: 6250

Changes on /var/www/misp-dashboard/config/config.cfg [Server] host = localhost port = 8001 debug = False ssl = False

[RedisGlobal] host=localhost port=6250 misp_web_url = http://127.0.0.1 misp_instances = [{ "name": "misp1", "url": "http://localhost", "zmq": "tcp://localhost:50000"}]

./diagnostic.py ✔ Virtual environment and packages ✔ Configuration ✔ File permission ConnectionRefusedError: [Errno 111] Connection refused

Could anybody please, guide me on troubleshooting this issue?

Thank you so much.

mokaddem commented 3 years ago

It seems that the dashboard server is not running. Could you follow the start procedure described here. Normally, simply starting the start_all.sh should suffice, but if it doesn't work out of the box, make sure that the everything described here is running. Thanks

scgsch commented 3 years ago

Hi mokaddem, thanks so much for replying. I indeed did all install step according to the manual. Both with the official OVA and a fresh MISP install.

I'll keep trying and debbuging. So weird for an official app and its dashboard...

Any other idea will be welcome ;) Thanks