Storage Hosting MongoDB
MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
Free monitoring.
To disable the message about free monitoring you can run db.disableFreeMonitoring()
.
Security
By default, MongoDB does not enforce access control.
⚠️ This is why we recommend to expose your MongoDB database only to your local network, if possible
Enabling authentication
To enable authentication, you need to edit the following lines in your mongod.conf
file:
security:
authorization: "enabled"
🔐 To learn more about MongoDB security, you can read the MongoDB Security Checklist