Security
Learn about the various security options you can use in ArangoDB
Security Options
You can harden an ArangoDB server by restricting APIs, limiting what can be accessed in JavaScript contexts, and disable unused features
Change Root Password
You can temporarily start ArangoDB with authentication disabled to set a new password for the root user
Encryption at Rest
You can secure the physical storage media of an ArangoDB deployment by letting it encrypt the database directories
Audit logging
Audit logs capture interactions with the database system and allow you to check who accessed it, what actions were performed, and how the system responded
Securing Starter Deployments
You should enable authentication for deployments you create with the ArangoDB Starter before starting them the first time