Installing TeamSpeak 3 Server on FreeBSD: Difference between revisions

From TeamSpeak Wiki
Jump to navigation Jump to search
(Created page with "Create a new user to run the TeamSpeak server under. adduser teamspeak Switch to the user su teamspeak Change directory to the root folder of the TeamSpeak user. c...")
 
No edit summary
 
Line 5: Line 5:
Change directory to the root folder of the TeamSpeak user.
Change directory to the root folder of the TeamSpeak user.
     cd ~
     cd ~
Download the latest Teamspeak server from http://www.teamspeak.com/en/downloads.html#server
Download the latest Teamspeak server from http://www.teamspeak.com/en/downloads.html#server
     fetch [https://files.teamspeak-services.com/releases/server/3.12.1/teamspeak3-server_freevsd_amd64-3.12.1.tar.bz2 https://files.teamspeak-services.com/releases/server/3.13.3/teamspeak3-server_freebsd_amd64-3.13.3.tar.bz2]
     fetch [https://files.teamspeak-services.com/releases/server/3.12.1/teamspeak3-server_freevsd_amd64-3.12.1.tar.bz2 https://files.teamspeak-services.com/releases/server/3.13.3/teamspeak3-server_freebsd_amd64-3.13.3.tar.bz2]
Line 22: Line 21:
You may also want to look at [Running the TeamSpeak 3 Server on Linux Startup](https://www.reddit.com/r/teamspeak3/wiki/linuxstartup)
You may also want to look at [Running the TeamSpeak 3 Server on Linux Startup](https://www.reddit.com/r/teamspeak3/wiki/linuxstartup)


Now you have your shiny new server, why not promote it on a [TeamSpeak Server List](https://teamspeak.server.vote?) The extra exposure could help you become the number one server on the planet some day.
Now you have your shiny new server, promote it! Sign up and post it as [https://teamspeak.server.vote/ Server.Vote] The extra exposure could help you become the number one server on the planet some day.

Latest revision as of 12:51, 6 January 2021

Create a new user to run the TeamSpeak server under.

   adduser teamspeak

Switch to the user

   su teamspeak

Change directory to the root folder of the TeamSpeak user.

   cd ~

Download the latest Teamspeak server from http://www.teamspeak.com/en/downloads.html#server

   fetch https://files.teamspeak-services.com/releases/server/3.13.3/teamspeak3-server_freebsd_amd64-3.13.3.tar.bz2

Unpack the archive

   tar xvjf teamspeak3-server_freebsd_amd64-3.13.3.tar.bz2

Change directory to the folder

   cd teamspeak3-server_freebsd_amd64

Run the TeamSpeak server

   ./ts3server_startscript.sh start

Your console will show a server admin/password and server token, save these in a safe place for later.

The server should be started at this point, With your TeamSpeak client connect to the IP of your server, when you connect a windows will pop up asking for the server token, this is the longest random string you were given in the previous step, enter this and you will be given server admin.

You can now administrate your TS3 server instance as you like.

You may also want to look at [Running the TeamSpeak 3 Server on Linux Startup](https://www.reddit.com/r/teamspeak3/wiki/linuxstartup)

Now you have your shiny new server, promote it! Sign up and post it as Server.Vote The extra exposure could help you become the number one server on the planet some day.