I had a windows update come down two days ago that killed my windows install. Unfortunately I also wasn't able to retrieve any of the data from the drive to save and restore my identity.
My TS3 server is posted internally on my LAN on a free BSD VM server.
When I:
Code:
# Navigates to /var/log/TeamSpeak
cd /var/log/teamspeak
# Searches the directory and sub directories for 'token=' and displays the line in the log
grep -r 'token=' *
I am greeted with the token fro when I had originally set up the server. Although this token is not accepted when i try to putty into my server via port 10011 and run:
Code:
login serveradmin PASSWORD
With my actual token from above
it responds with:
Code:
error id=520 msg=invalid\sloginname\sor\spassword
I can't reset my password until after I can get logged into the server with permissions.
I've also tried looking at the server with YaTQA, again permissions restrict me from being able to reset my identity, or to create a new privilege key.
What options do I have? Further querying of the logs revels that my TS Server ID is id:2.
Steven