Skip to content

Reset Password

Choose a method to recover access to your dashboard

Method 1: CLI Reset

Run the following command on the server where OmniRoute is running:

npx omniroute reset-password

This will prompt you to set a new password. The server must be stopped first.

Method 2: Manual Reset

Delete the password from the database and set a new one on startup:

  1. Stop the OmniRoute server
  2. Set a new password in your .env file:
    INITIAL_PASSWORD=your_new_password
  3. Delete data/settings.json (or remove the passwordHash field)
  4. Restart the server - it will use the new password