Run TeamSpeak on the server?

Nightshiver

Verified User
Joined
Aug 18, 2008
Messages
5
How do I do this? I approximately know the SSL / telnet commands to do this, but don't know how to send commands to the server, I'm quite new at this stuff. Can anyone tell me how to run TeamSpeak on the server?
 
Download this program:

http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe

1. Put in the ip address or hostname of your server.
2. Enter your login and password

Type the following:

Code:
wget "http://teamspeak.netfire.com/releases/ts2_server_rc2_202319.tar.bz2"
tar jvxf ts2_server_rc2_202319.tar.bz2
cd tss2_rc2
sh teamspeak2-server_startscript start

Your login and passwords will be displayed in the file called server.log
 
Hmm, for some reason it fails to authenticate when I type my password. I'm new to that program. If I type my password, I don't see anything happen unlike when I type my username. Is that supposed to be?
 
It should at least say access denied. Make sure connection type is set to SSH and make sure you are entering the password correctly. It is case sensitive so you must enter the capital letters where they are if there are any.
 
Well it does say access denied if I press enter after typing the password, case sensitive, with SSH, but the thing is, if I type my account name, I can see myself type, get what I mean? Just like you're typing in these forums, if you press a key it appears, but if I type my password, or hell, nomatter what I type, it doesn't show anything, not even *'s...

So what I'm wondering is if it catches my key input at all.. Does it give an error if the account name is incorrect? How can I check if I typed the correct address? It's ''clan-dsd.com'' at port 22, because it does give me a warning that the host is not cached in the registry, giving me the fingerprint and asking me to press yes, no or cancel. Then I press yes, type my account, and then it said keyboard-interactive thing for password. I type my password, nothing happens, nomatter what I type at all. Ofcourse, access denied if I hit enter anytime, even after typing my 100% correct password.
 
Last edited:
ssh doesn't show anything when you type the password. If you're not sure that you're typing it correctly, try copy and paste; first paste it in as the command line to make sure you've copied it right, and then press ctrl-C to get it out of the buffer, and continue, pasting again when asked for the password.

Jeff
 
Tried exactly what you said, but it's still saying access denied. I'm 100% sure it's correct, it has to be something else... How do I check if my login is correct? I use the login name the host has provided me, basically the same login I use to go to admin panel of the server. That should be the correct one, right? I'm lost..
 
It's always saying access denied.. Thing is, I know 100% sure my password is correct and I'm doing everything the right way, but I'm NOT sure if I'm typing the right user name. Well, actually I am, but there's no way to check if it really is, since it just asks for a password without an error even if i type asdfasdf as username. I'm still completely unable to login >.>

Anyone know how I can fix this?
 
Back
Top