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
)
- 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 (
{
"active" : true,
"extra" : {
"code" : 200
- Set
authentication=true
in thearangod.conf
file - Restart the server