Skip to main content

Set New MongoDB Credentials

Follow these steps to reset your MongoDB credentials on Servers using the embedded version of MongoDB.

  1. Stop AlteryxService.

  2. From the command line, navigate to the Alteryx Server installation folder (for example, D:\Program Files\Alteryx\bin).

  3. Execute the following command to update the non-admin password:

    alteryxservice setemongopassword={password}

  4. Execute the following command to update the admin password:

    alteryxservice setemongoadminpassword={password}

  5. Start AlteryxService.