
30
May
Enable Remote Access on Default MongoDB Installation
in Linux
Comments
Actually, very simple!
Head over to /etc/mongod.conf
nano /etc/mongod.conf
and comment out bind_ip
#bind_ip=127.0.0.1
and restart mongod!
service mongod restart