How-to Reset Root Password

    • Stop the Server
    • Set in the arangod.conf file
    • Restart the Server
      • Note: you might need to take any needed precaution to avoid this server can be accessed from outside as currently authentication is temporarily disabled. You might do this by disabling network access or using localhost for the binding (--server.endpoint tcp://127.0.0.1:8529)
    1. {
    2. "active" : true,
    3. "extra" : {
    4. "code" : 200
    • Set authentication=true in the arangod.conf file
    • Restart the server