by GJ51 » Thu May 01, 2014 6:17 am
Well then, I would suggest addressing the error message first. If you've tried all User/Pwd combinations that you are aware of and none work, the best approach would be to decode the admin password and try to regain the ability to log on that way.
Have you tried the Password reset routine at the logon screen?
If that doesn't work, here some instructions that have been around a while, but may still work.
Subsonic Password Reset
The Subsonic music streaming server currently has a built-in way to recover or reset a lost password. If for any reason that doesn't work, you can try these instructions that were posted a while back, but may still apply. If you try it and it works, please let me know and i'll update this post to reflect that it works on the version you used it on.
If you locked yourself out, don’t give up just yet. The password reset method described in this article has been tested successfully with Subsonic 4.1 and 4.2.
Solution
Subsonic stores user passwords in encrypted form in the program database, probably using salted BCrypt hashes, although the exact implementation has not been investigated in the context of this article. It is not technically feasible to decrypt these hashes and retrieve the original password strings.
However, current versions of Subsonic export the program settings to a text file each time the server is shut down, and they re-import this text file when it is started back up. This text file also includes the encrypted password hashes, and they can easily be replaced by substituting the corresponding line as follows:
Open the Subsonic control panel and stop the service
Open a Windows Explorer and navigate to C:\subsonic\db
(on Linux this may be under /var/subsonic/db or /usr/bin/subsonic/db)
Open the file subsonic.script in a text editor
Near the top of the file, find the following line: INSERT INTO USER VALUES('admin','enc:xxxxxxxxxx',0,0,0,FALSE)
Note that the xxxxxxxxxx value is a hexadecimal string that represents the encrypted hash of the user’s current password.
Replace the line above with the following: INSERT INTO USER VALUES('admin','enc:61646d696e',0,0,0,FALSE)
Note that the value 61646d696e is the hash for the password "admin"
Save the file
Restart the service in the Subsonic control panel.
It is now possible to log on with user name and password admin, which are also the default administrator credentials. Don’t forget to change the password to something else on the Settings screen right after logging on. Obviously, this technique works with any other user account as well.
Gary J
http://bios-mods.com
http://www.maplegrovepartners.com
http://theaverageguy.tv/category/tagpodcasts/cyberfrontiers/