Managing the Aspera service account

On Windows, the Aspera service account is special user account that is used to run services for Aspera products. These services include IBM Aspera Central, IBM Aspera HTTPD and IBM Aspera Sync. These instructions describe how to change the password for the Aspera service account and the user account from the default svcAspera.

Update the Aspera service account password

During installation, you were prompted to create a new Aspera service account or add an existing user account for this purpose. If you have problems when you enter the credentials for the existing Aspera service account, change the user password.
Note: You must have administrative credentials to change the password of the Aspera service account.
  1. Open the Windows User Accounts management tool. Go to Search from the taskbar and run this command netplwiz.
  2. Click the username of the Aspera service account.
  3. Click Reset Password and follow the onscreen instructions.

Change the Aspera service account

Note: On Windows, you must run the script with administrator credentials or disable UAC.
  1. Open a Command Prompt window and run it as administrator.
    Go to Search from the taskbar and type Command Prompt then right-click and select Run as administrator.
  2. Run asuser-services.bat to change the account.
    To change the Aspera service account to an existing domain user account (email_address), run the following command:
    > asuser-services.bat email_address password
    To change the Aspera service account to a new user without a preexisting account, run the following command with the username and password of the new user:
    > asuser-services.bat username password
    Note: If you are running a non-English version of Windows, your admin group might not be Administrators. When updating Aspera service account, add a third parameter that specifies the local admin_group by running the following script:
    > asuser-services.bat username password admin_group