Failed to connect to MongoDB
Arkanyus opened this issue · 5 comments
Arkanyus commented
vincentcox commented
I got the same problem!
halashankara commented
i got the same error
rohitdeshmukh5050 commented
Firstly try using 'sudo systemctl start docker.service' then next to that run 'sudo systemctl status docker' and then connect MongoDB
Himself132 commented
So, is this not usable outside of a docker container? The installation documentation shows you can just install dependencies and run it, is there a way to get the mongodb that is necessary setup in Kali without using docker?
TheCyberMonster commented
This error occurs because In your pc mongoDB is not installed. make sure mongoDB is installed and running
link for installing the mongoDB https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/
once you install the mongoDB and run it the setup works fine