Default server port 27017 Connect: `./mongo mongodb://10.129.228.30:27017` `show dbs - list dbs` `use db_name` -set database as active `show collections` - show items in dbs `db.johnsmith.find()` - will search for "johnsmith"