How to reset the password from Citrix license console
From current occasion I'm writing this post... I hope citrix takes it not angry with me. :-)
Which of us is not familiar with this situation? Quickly install and configure and later the password is forgotten. In order to reset the password of the citrix license console you must perform the following steps.
Which of us is not familiar with this situation? Quickly install and configure and later the password is forgotten. In order to reset the password of the citrix license console you must perform the following steps.
- Open the server.xml file with notepad.exe (You can find the file under "%ProgramFiles%\Citrix\Licensing\LS\conf".)
- Search the the entry... <user firstName="System" id="admin" lastName="Administrator" password="(ENC-01)XXXXXXXXXXXXXXXXXXXXXXX" passwordExpired="false" privileges="admin"/>;
- You must erase the contents between the double quotes after "password="""
- Enter a plaintext passwort (Example: "password=TEST")
- Now change the passwordExpired value from "false" to "true"
- Save the file server.xml on the same location
- Restart the Citrix licensing services
- Open the Citrix License Console and tipe "admin" on user name field an the passwort from step 4 in the password field
- Now, you can assign a new password
- Please, note the new password! I wrote down in my passwort tool. ;-)
Comments
Post a Comment