Skip to content

Web Interface Password Reset

If you have forgotten your password to access the web interface, you can reset it by following these steps:

Steps to Reset Password

  1. Open config.ini File: Navigate to the folder where the nuxBot executable is located and open the config.ini file in a text editor.
  2. Locate [webinterface] Section: Find the section labeled [webinterface].
  3. Clear Password Values: Change the values for cit and s in this section to be empty, as shown in the "After reset" example below.
  4. Save and Close: Save and close the config.ini file.
  5. Open the Web Interface: After resetting the password values, open the web interface. nuxBot will prompt you to set up a new password.

Before and After Reset Examples

  • Before reset:

    [webinterface]
    cit = PASSWORD
    s = PASSWORD
    

  • After reset:

    [webinterface]
    cit =
    s =