English   German
  #1  
Old 01-09-2002, 11:17
anonymous
Guest
 
Posts: n/a
Webinterface does not work

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?
Reply With Quote
  #2  
Old 09-09-2002, 05:35
direwolf's Avatar
direwolf direwolf is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Oz
Posts: 15
direwolf is on a distinguished road
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?
Reply With Quote
  #3  
Old 09-09-2002, 18:02
FloorPie's Avatar
FloorPie FloorPie is offline
-= TeamSpeak Addict =-
 
Join Date: Sep 2002
Location: Colorado, USA
Posts: 103
FloorPie is on a distinguished road
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.
Reply With Quote
  #4  
Old 10-09-2002, 03:04
direwolf's Avatar
direwolf direwolf is offline
-= TeamSpeak User =-
 
Join Date: Aug 2002
Location: Oz
Posts: 15
direwolf is on a distinguished road
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!!

PHP Code:
#! /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 
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?

PHP Code:
#! /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 
Reply With Quote
  #5  
Old 14-11-2004, 03:52
sgt valo sgt valo is offline
-= TeamSpeak User =-
 
Join Date: Nov 2004
Location: scotland
Posts: 1
sgt valo is on a distinguished road
Angry

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?????????????????????????????????????????????? ????////
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:43.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices