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.
  1. Open the server.xml file with notepad.exe (You can find the file under "%ProgramFiles%\Citrix\Licensing\LS\conf".)
  2. Search the the entry... <user firstName="System" id="admin" lastName="Administrator" password="(ENC-01)XXXXXXXXXXXXXXXXXXXXXXX" passwordExpired="false" privileges="admin"/>;
  3. You must erase the contents between the double quotes after "password="""
  4. Enter a plaintext passwort (Example: "password=TEST")
  5. Now change the passwordExpired value from "false" to "true"
  6. Save the file server.xml on the same location
  7. Restart the Citrix licensing services
  8. Open the Citrix License Console and tipe "admin" on user name field an the passwort from step 4 in the password field
  9. Now, you can assign a new password
  10. Please, note the new password! I wrote down in my passwort tool. ;-)
Tip: Your new password is not save in plaintext. Citrix encrypts it again in the XML file. At this point a praise to Citrix. Good work...

Comments

Popular posts from this blog

How to fix the check box on RDWeb 2012 for use private computer

SCCM 2012 Software Center returned error code 0x0041013 (-2147217389)

How to publish the remote desktop session servers to RDWeb under RDS 2012