Skip to content

Instantly share code, notes, and snippets.

@devomman
Last active July 30, 2021 08:37
Show Gist options
  • Save devomman/8e64b8ce63aaa1fc0df37e86b57cb2b3 to your computer and use it in GitHub Desktop.
Save devomman/8e64b8ce63aaa1fc0df37e86b57cb2b3 to your computer and use it in GitHub Desktop.
Install Studio 3t for MongoDB in Ubuntu

How to install Studio 3t for MongoDB in Ubuntu:

  • Goto Download link https://studio3t.com/download/
  • unzip tar using command tar -xzf studio-3t-linux-x64.tar.gz
  • goto folder command ./studio-3t-linux-x64.sh

Additional Step for Cloud Base:

  • Check Security Group in AWS All Traffic Public 0.0.0.0/0 OR Add All Traffic to Your IP
  • Also Can add using Custom TCP Follow here https://docs.aws.amazon.com/quickstart/latest/mongodb/security.html
  • Now Connect MonDO using your public IP
  • New Instance or Backup Instance Copy the private IP
  • Now run in PUTTY netstat -ntlp to check which IP
  • Or Add New IP to sudo nano /etc/mongod.conf then (CTRL+Save) & (CTRL+x)
  • Then Restart sudo service mongod restart & check active status sudo systemctl status mongod.service
  • Add also if using nodejs put the node js mongoDB private IP along with DB Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment