View Full Version : Webinterface does not work
anonymous
01-09-2002, 10:17
Hello
i look into the server.log , with the admin pw and login , i cant login, it is 100% the correct like in the *.log, so i have stop the server delete the *.ini file start it again, in the log theres a new pw, with that it doesnt work too he dont allows me to access....
any ideas?
direwolf
09-09-2002, 04:35
I am having the same problem. The password is not accepted even after I delete the .ini and log file.
I did notice that the server.db file is not created?
FloorPie
09-09-2002, 17:02
The problem is most probably with the web interface, not your password. It's a known problem.
If you're good with command-line type interfaces, try telnetting to port 51234 of your system.
Here's an example session:
[TS]
> login admin jd8al
OK
> sl
8767
OK
> sel 8767
OK
> si
(Bunch of stuff)
OK
> quit
Search the forums, there was one thread that contained a huge list of commands for this. You can delete and add users from the telnet interface, which is the only thing I wanted to do from the web interface.
direwolf
10-09-2002, 02:04
The problem is all to do with the start-up and location of the created files. Perhaps to do with the server.db file?
When I use this start-up script, the files are created where I specify apart from the server.db file. I am unable to be authenticated from the web admin tool or by logging in via a client. All is broken!!
#! /bin/bash
# Copyright (c) 2002 TeamSpeak team All rights reserved.
#
# Author: Niels Werensteijn 2002
#
case "$1" in
start)
/server/websites/ghost-bear.net/tss2/server_linux
-PID=/server/websites/ghost-bear.net/tss2/tsserver2.pid
-INI=/server/websites/ghost-bear.net/tss2/server.ini
-DB=/server/websites/ghost-bear.net/tss2/server.db
-LOG=/server/websites/ghost-bear.net/tss2/server.log
;;
stop)
echo Stopping TeamSpeak Server Daemon
kill -TERM `cat /server/websites/ghost-bear.net/tss2/tsserver2.pid`
sleep 3
killall -9 server_linux
;;
restart)
$0 stop && $0 start || return=$rc_failed
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
esac
exit 0
When I use the following start-up script the files are created in the path
/usr/libexec/webmin/init
I do not know why they are created there? If I copy the httpdocs folder into this path I am able to use the web admin feature without any problems. All is fine.
Why is this so?
#! /bin/bash
# Copyright (c) 2002 TeamSpeak team All rights reserved.
#
# Author: Niels Werensteijn 2002
#
case "$1" in
start)
/server/websites/ghost-bear.net/tss2/server_linux ;;
stop)
echo Stopping TeamSpeak Server Daemon
kill -TERM `cat /server/websites/ghost-bear.net/tss2/tsserver2.pid`
sleep 3
killall -9 server_linux
;;
restart)
$0 stop && $0 start || return=$rc_failed
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
esac
exit 0
sgt valo
14-11-2004, 02:52
Please Help Me I Run A Server But Im The Only One That Can Get In Whenever Someone Els Trys It Says Somethng Like Teamspeak Is Offline Or Its Not Running On It Please Help?????????????????????????????????????????????? ????//// :( :( :( :(
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.