PDA

View Full Version : laggy linux boxes suck


laggylinuxbox
01-11-2003, 19:13
basically i deleted the server.log file because it became too large. i never tried using the webadmin until now, and since i deleted the original log file, i have no idea how to get it to regenerate the password. I tried restarting it but it dosent regenerate, only creates the log for initializing the server:

---------------------------------------------------------------
-------------- log started at 01-11-03 10:25 -------------
---------------------------------------------------------------
01-11-03 10:25:22,ALL,Info,server, Server init initialized
01-11-03 10:25:22,ALL,Info,server, Server version: 2.0.19.40 Linux
01-11-03 10:25:22,ALL,Info,server, Server shutdown initialized
01-11-03 10:25:23,ALL,Info,server, Starting server with port: 8767
01-11-03 10:25:25,ALL,Info,server, Server shutdown finished
---------------------------------------------------------------
--------------- log ended at 01-11-03 10:25 --------------
---------------------------------------------------------------
01-11-03 10:25:30,ALL,Info,server, Server init finished
01-11-03 10:25:30,WARNING,Info,server, TeamSpeak Server daemon activated


how can i regenerate this password

Dummer Sack
03-11-2003, 22:20
You have two options:

1. Delete server.log, server.dbs, server.ini. Then start the server and the passwords will be regenerated. Note that you loose all your configs.

2. Download sqlite (google).
./sqlite server.dbs
select * form ts2_clients;
.quit
This will get you a list of all registred users and passwords in cleartext, including admin and superadmin.

PS: Instructions are for linux.