AllSupported
Home How To Linux Search
  1. Home
  2. /
  3. cloud9
  4. /
  5. Connect to remote mongodb server with robomongo

Connect to remote mongodb server with robomongo

By Tech Writer • July 25, 2016 • 1 min read

   ssh -L 3301:localhost:3301 -l cloud9 cloud9 or  ssh -L 3301:localhost:3301 cloud9@cloud9   This will allow you to connect locally to port 3301 to your instance which is running on cloud9 instance with is also on 3301. https://serverfault.com/questions/597765/how-to-connect-to-mongodb-server-via-ssh-tunnel

Related Articles

Create your own plugin for cloud9 c9.io

  Look at examples here: https://community.c9.io/t/plugin-packages-for-cloud9/2210   Step-by-step guide:   https://cloud9-sdk.readme.io/docs/create-your-first-package  

Cloud9 local development SSH server gist

Use this script to install cloud9 curl -L https://raw.githubusercontent.com/c9/install/master/install.sh | bash   On Ubuntu 16.04, add to ~/.bash_profile if not already put there by the install sc

Fix cloud9 'There were too many redirects.' error

How to fix 'There were too many redirects.' error with cloud9, c9.io Add an exception to allow 3rd party cookies from the following domain, c9users.io. Your rule will look like this: [*.]c9users.io

AllSupported

Your trusted source for tech support and tutorials.

Categories

  • How To (90)
  • Linux (35)
  • PHP (26)
  • Productivity (23)

Resources

  • About Us
  • Contact
  • RSS Feed

Connect

Stay updated with the latest tech support articles and tutorials.

© 2026 AllSupported. All rights reserved.