Install Linux under TeamSpeak Server

Source: Internet
Author: User


New requirements for recent projects require support for multiplayer live calls. Test the TeamSpeak on the installation.
The http://www.teamspeak.com/home page has a server version and a client version for download and installation.
Hardware and Software Environment:
[Email protected]:~$ uname-a
Linux Melot-kkcam 3.13.0-40-generic #69-ubuntu SMP Thu Nov 17:53:56 UTC x86_64 x86_64 x86_64 gnu/linux
[Email protected]:~$ head-n 1/etc/issue
Ubuntu 14.04.1 LTS \ \l
[Email protected]:~$ cat/proc/cpuinfo
processor:0
Vendor_id:genuineintel
CPU Family:6
model:58
Model Name:intel (R) Core (TM) i3-3240 CPU @ 3.40GHz
******
CPU mhz:1600.000
Cache size:3072 KB
******
CPU Cores:2
******
[Email protected]:~$ cat/proc/meminfo
memtotal:3924304 KB

1. Download and unzip the 64-bit Linux server version TeamSpeak
wget http://dl.4players.de/ts/releases/3.0.11.2/teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
TAR-ZXVF teamspeak3-server_linux-amd64-3.0.11.2.tar.gz
sudo mv teamspeak3-server_linux-amd64/opt/teamspeak3/
Cd/opt/teamspeak3/teamspeak3-server_linux-amd64

2. TeamSpeak installation configuration MySQL
Reference http://www.cnblogs.com/zzugyl/p/3688796.html
[Email protected]:~/file$ mysql-u Root-prootmelot
Welcome to the MySQL Monitor. Commands End With; or \g.
Your MySQL Connection ID is 43
Server version:5.5.41-0ubuntu0.14.04.1 (Ubuntu)

Copyright (c), the Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of the Oracle Corporation and/or its
Affiliates. Other names trademarks of their respective
Owners.

Type ' help ', ' or ' \h ' for help. Type ' \c ' to clear the current input statement.

mysql> CREATE DATABASE ts3db;
Query OK, 1 row Affected (0.00 sec)

mysql> use ts3db;
Database changed
mysql> CREATE USER ' ts3 ' @ ' localhost ' identified by ' ts3melot ';
Query OK, 0 rows Affected (0.00 sec)

Mysql> GRANT all on ts3db.* to ' ts3 ' @ ' localhost ';
Query OK, 0 rows Affected (0.00 sec)

Mysql> quit
Bye

3. Configuring TeamSpeak and corresponding MySQL
Under http://bbs.chinaunix.net/thread-1929023-1-1.html hereby thank
Modify the appropriate profile and database files to start the service.
Final token generation Remember that this key is required for login management.
[Email protected]:/opt/teamspeak3/teamspeak3-server_linux-amd64$
------------------------------------------------------------------
I M P O R t A N t
------------------------------------------------------------------
Server Query Admin Account created
Loginname= "serveradmin", password= "Xnjvijrz"
------------------------------------------------------------------


------------------------------------------------------------------
I M P O R t A N t
------------------------------------------------------------------
ServerAdmin privilege key created, use the IT to gain
serveradmin rights for your virtualserver. Please
Also check the doc/privilegekey_guide.txt for details.

Token=j8eva5xhhzq7gqttilouoyfn81uyesryy7pflryj
------------------------------------------------------------------

4. Finally show the results in the case of Win and Android.

Install Linux under TeamSpeak Server

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.