Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: markrolfoHey Abhisek,
We have a similar issue with the bat files located in the file share to be run scripts to edit the file, I have figured out how to do it manually.
You need to edit this file C:\Program Files (x86)\Lavastorm\LAE5.0\conf\brain\server\passwd using a text edit that doesn't add carriage returns.
The password is a capitalised md5 hash of a string, I use the generator
http://www.miraclesalad.com/webtools/md5.php and convert it to all uppercase before placing it in the file.
e.g. the string "test" generates" 098f6bcd4621d373cade4e832627b4f6" but needs to be stored as 098F6BCD4621D373CADE4E832627B4F6
the password for the user brain is stored in this format brain:user:passwd=8B373710BCF876EDD91F281E50ED58AB .
Make sure you add the usernames to the group users and admin (if applicable)
hope this helps!