Logging into the Coordinator

When you install the Coordinator, you created a single user with a username and password to access the user interface. You need to log in every time you access the Coordinator. If you are inactive in the user interface for more than 15 minutes, you need to log in again.

Forgot Username or Password

If you forget your username, you must create a new user with a new username and password. If you forget your password, you can set a new password from the command line on the Coordinator machine.

Create a New User

The username must be at least 4 characters, with no special characters or spaces. The password must be at least 8 characters, with at least one uppercase letter and no spaces. Special characters are allowed in the password.

Do not use this procedure to create multiple users. Maintain a single user for access to the Coordinator at any given time.

  1. From the Coordinator machine, run the command line as an administrator

  2. Run the command:

    restservice --cmd --create_user <new user name> <new password> Admin

Change the Coordinator Password

The password must be at least 8 characters, with at least one uppercase letter and no spaces. Special characters are allowed.

  1. From the Coordinator machine, run the command line as an administrator

  2. Run the command:

    restservice --cmd --change_password <user name> <new password>