29

I ran the MongoDB Community Version Download Setup with the GUI for Mongo - Compass checked. No problems with the installation and the setup was successfully completed.

However after the setup I couldn't find Compass installed anywhere in my system.

enter image description here

enter image description here

enter image description here

Even the C:\Program Files\MongoDB\Server\3.6\bin didn't have a executable file or dll for compass.

enter image description here

What happened to Compass?

Jebathon
  • 4,310
  • 14
  • 57
  • 108

12 Answers12

29

For some reason in Windows 10 it is installed into the hidden AppData directory. At least I found first a shortcut 'MongoDB Compass' here:

C:\Users\<username>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\MongoDB Inc

and then in the properties of it the actual location seems to be

C:\Users\<username>\AppData\Local\MongoDBCompass\MongoDBCompass.exe
Didier L
  • 18,905
  • 10
  • 61
  • 103
Jonez
  • 306
  • 3
  • 4
9

I wound up downloading and installing Compass separately. It's available from the Download Center. You can select the version and OS there: Compass Download Options.

The installer lets you choose the destination directory. You can also add a Desktop shortcut in Windows.

Hope that helps!

Dave

4

I had an issue where MongoDB installer wouldn't work at all so I had to choose customize instead of the easy install. The location of the file for Compass should be in:

C:\Users\User_Name\AppData\Local\MongoDBCompassCommunity

as @Jonez said, mine is for the Community edition. Make sure you have your hidden files view enabled. On a side note, I encountered less problems when I used administrative capabilities.

Chris9000
  • 41
  • 1
4

I was having the same problem

Step 1: Make hidden folder visible

step 2: C:\Users\shankar\AppData\Local\MongoDBCompassCommunity

Step 3: Click on MongoDBCompassComunity edition

You will have compass gui open

Enjoy your Compass Community Edition

  • To prevent going in that directory everytime, make a shortcut on desktop or taskbar. Also, the issue doesn't seem to appear on downloading the `.msi` variant from their site. – Shubham Kushwah Aug 21 '21 at 11:54
4

For me, the compass was not installing at all, but I was getting successful message like you.

I figured that there is InstallCompass.ps1 powershell script in the bin folder.

I opened powershell and got into bin folder and launched it

cd C:\Program Files\MongoDB\Server\4.4\bin
.\InstallCompass.ps1

...and voila! it downloaded and installed the compass appropriately using command line

Dharman
  • 30,962
  • 25
  • 85
  • 135
Kartoos
  • 737
  • 1
  • 8
  • 24
3

I found exe in following paths:

C:\ProgramData\<your user id>\MongoDBCompass\MongoDBCompass.exe

C:\ProgramData\<your user id>\MongoDBCompass\app-1.11.1\MongoDBCompass.exe

Steephen
  • 14,645
  • 7
  • 40
  • 47
3
  1. After installing the Mongo DB Compass .msi Setup installer.
  2. Go to C:\Program Files (x86)\MongoDB Compass Installer and run that setup.
  3. Connect your DB.

Compass .exe Setup file location

Samuel Philipp
  • 10,631
  • 12
  • 36
  • 56
Asmath
  • 41
  • 2
2

I'm on windows 10 and can confirm compass even after checking install compass option during installation did not install. That wasn't surprising considering compass is 158 MB and mongo db download was very quick.

enter image description here

SanSolo
  • 2,267
  • 2
  • 24
  • 32
2

Actually, I got the same problem in windows 7 when I downloaded MongoDB Compass Zip file from https://www.mongodb.com/try/download/compass and run 'MongoDBCompass.exe'

don't download zip file for mongodb compass

Then I downloaded the .msi file instead of zip, installed the .msi file and 'MongoDB Compass' icon added in the start menu.

Click on the 'platform' option and select MSI.

mongodb compass msi file

Pinaki
  • 792
  • 8
  • 17
0

I was having the same problem with the msi installer, I tried with the exe and it worked.

Paola Reyes
  • 152
  • 2
  • 12
0

i was having the same issue so, i have downloaded the exe just in case if u want the. link:https://www.mongodb.com/try/download/compass

-2

I also had the same issue. And I have found that, it occurred when try to install the mongo db more than one time.

Imalka
  • 1
  • 2