Mongodb – How to know what server and port to select in MongoVue

installationmongodbwindows

I am unsure about which server and port to select when trying to start up MongoVue.
FYI, MongoVue is the windows GUI for using mongodb (for those macusers who may want to answer this question).
I have a windows laptop and have already installed mongodb.

I have received a data dump with a lot of json and bson files.
The files are on my computer.

I don't know how to connect and upload all these json and bson files onto my MongoVue interface.

I am asked to fill in a server and port name. When I tried to type "localhost" for server name, it didn't work.
I would appreciate any help in this matter.

Best Answer

Try using;

Server: 127.0.0.1 Port: 27017

That should work.