Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

MongoDB GUI

Sharad Agarwal edited this page Oct 16, 2019 · 3 revisions

Install Mongodb Compass Community Version on your local system.

connect to vocms0274 which has the mongo client running.

Type the below command to do ssh tunneling and forward it to 8090.

ssh -f -N username@vocms0274.cern.ch -L 8090:localhost:27017

I used https://www.tecmint.com/create-ssh-tunneling-port-forwarding-in-linux/ for reference.

Run Mongodb compass community and change the port to 8090. It should be able to connect to the mongodb on vocms0274 and show the GUI.

Clone this wiki locally