Skip to content

Failed login and Resetting Password in Resilio Management Console

Blocked user accounts

Each User Account in the Management Console is protected with username/password credentials. These are set when the SuperAdmin creates a new user. If an invalid login is attempted 10 times in a row, the user is blocked from the Management Console.

If you'd like to reset the 2-factor authentication code, see Resetting 2FA code.

360015740099

SuperAdmins can reset the user's password through the Management Console. The SuperAdmin must log in to the Management Console and go to Settings > User. Find the necessary user, select the user, click Edit, and enter a new password for the user.

If the user is blocked, the SuperAdmin must reset the password by clicking on the 'Blocked' status of the user and get the token generated.

360015722540

Copy the generated link and paste it into the URL bar. Enter and confirm the new password. This user gets automatically logged in.

Reset credentials manually

If the SuperAdmin cannot reset credentials for a reason (e.g., cannot log in to Management Console as or is away), follow the steps below

  1. Open Services console (Win + R, “services.msc”) and stop the Resilio Connect Management Console service.
  2. Open elevated Command Prompt (run Command Prompt as administrator) and navigate to C:\Program Files\Resilio Connect Server.

    cd "C:\Program Files\Resilio Connect Server"
    
  3. Run the following command:

    srvctrl.cmd resetpassword <username> --appdata <path>
    

    where:

    • <username> is the name of the user account for which you want to reset the password. If you don't remember the username or there are no users, enter any string and you'll be prompted to create such a user.
    • <path> is Management Console's storage folder location C:\ProgramData\Resilio\Connect Server.

    Example:

    srvctrl.cmd resetpassword admin --appdata "C:\ProgramData\Resilio\Connect Server"
    
  4. Start the Resilio Connect Management Console service and navigate to the link suggested in the command output.

  5. Enter the new password and click Continue.

    360015740159

  1. Stop the Management Console:

    ./srvctrl stop
    
  2. Reset password:

    ./srvctrl resetpassword <username> --appdata <path to srvctrl>/var
    

    where

    • <username> is the name of the user account for which you want to reset the password. If you don't remember the username or there are no users, enter any string and you'll be prompted to create such a user.
    • <path to srvctrl> is the location where srvctrl is installed.

    Example:

    ./srvctrl resetpassword admin --appdata /pt/resilio-connect-server/var
    
  3. Start the Management Console:

    ./srvctrl start
    

    1500006588481

  4. In a web browser, navigate to the link provided in the command output.

  5. Enter the new password and click Continue.

    360015722640