How can I launch a TeamSpeak Server using Putty in my linode
9 Replies
There's a little guide here
Note that when you use wget you shouldn't copy-paste that, but instead wget the latest version of the server. (See here:
su tmspk3 -c 'cd /home/tmspk3 && ./ts3server_startscript.sh start'
This causes it to restart at bootup time.
> Putty is just the tool you use to connect to your Linode via SSH. Once connected it depends on your Linux distribution which steps follow.
There's a little guide here
http://brioteam.com/how-install-teamspe … rver-linuxNote that when you use wget you shouldn't copy-paste that, but instead wget the latest version of the server. (See here:
http://www.teamspeak.com/?page=downloads
So there's a new problem here… I have already created a user on my linode, it's used to manage the website and all those things. But according to the guide u send me, it said I should create a new user for teamspeak server, so I created one by when I tried to change the home directory, it appears that I didn't create a drectory but just a user? ((cannot access `/home/teamspeak3-user': No such file or directory))
Is there any way i can solve this problem?
mkdir /home/teamspeak3-user
and then change the ownership:
chown -R teamspeak3-user:teamspeak3-user /home/teamspeak3-user
@Blob:
My teamspeak user doesn't have a home directory and has bash set to false (both intentionally). Neither are needed to make TS work. If you want a home directory you can just create one:
mkdir /home/teamspeak3-user
and then change the ownership:
chown -R teamspeak3-user:teamspeak3-user /home/teamspeak3-user
So I did what u've told me to, I changed the ownership and all that, but somehow even when i run the download with the user created just for TS, the files still end up in the directory for running my website
@Blob:
When you say "run the download", do you mean unzipping the server files? Is there a guide you're following for this? If so, can you link it?
I'm using this guide, and by download I mean using Putty to download the ts server on my linode http://brioteam.com/how-install-teamspe … rver-linux">http://brioteam.com/how-install-teamspeak-3-server-linux