MongoDB Tips setting new Mongo By admin - 3 January 2019 0 278 views Share on Facebook Tweet on Twitter tweet Edit /etc/mongod.confIf you want mongodb access from other ip, edit bindIp to bindIp: 0.0.0.0Go to mongomongouse admindb.createUser({user:'root', pwd: 'root', roles: ['root']})