Teamspeak: Difference between revisions

From CKRAS Wiki

No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:teamspeak.png|right|]]
__NOTOC__
'''Teamspeak'''


TeamSpeak voice conference is a properietary software which allows users to communicat over the Internet or a LAN. Teamspeak is optimized for use in online games, it has a low processor utiliziation and low data transfer rates<br>
{{#seo:
|title=TeamSpeak Server - CKRAS WIKI
|title_mode=append
|keywords=ckras, teamspeak, ts3, voice server, gameserver, guide, webinterface, tsdns, teamspeak hosting
|description=Manage your TeamSpeak server at CKRAS. Learn how to set passwords, create subdomains, manage tokens, backups and more.
|image=Teamspeak logo.png
|image_alt=TeamSpeak Server Hosting CKRAS
}}


The Teamspeak protocol is not specified open Teamspeak is incompatible with al other protocols, Particular, it providers no support for open IP telephony protocols such as  SIP, H.323 oder IAX.<br>
<div class="ck-page">
<div class="clear"><big>'''Teamspeak Server 6 soon'''</big>
 
[[File:Teamspeak logo.png|alt=Teamspeak Logo|500x500px]]
<div class="ck-hero--dark">
{| style="background:transparent; border:none; width:100%;"
|-
| style="vertical-align:top; width:120px; padding-right:20px;" |
<div class="ck-hero-logo">[[File:Teamspeak logo.png|100px|alt=TeamSpeak Server|link=Teamspeak]]</div>
| style="vertical-align:top;" |
<div class="ck-hero-content">
<h1 class="ck-hero-title">TeamSpeak Server</h1>
<div class="ck-hero-sub">Manage your TeamSpeak server easily with the CKRAS webinterface.</div>
<div class="ck-hero-meta"><b>Quick Start:</b> Open your server in the panel and configure password, DNS and access.</div>
<div class="ck-hero-actions">
[https://iface.ckras.com <span class="ck-btn ck-btn-primary">▶ Open Webpanel</span>]
[https://www.ckras.com/en/ <span class="ck-btn ck-btn-ghost">CKRAS Website</span>]
</div>
</div>
</div>
<div  class="proditem ven">[[Webinterface]]</div>
<div class="clear"></div>
<!--
{| class="wikitable center"
|-
! [[Mumble]] !! [[Ventrilo]] !! [[Webinterface]]
|}
|}
-->
</div>


== Versions / Client / Download ==
<div class="ck-lead">
'''TeamSpeak''' is a voice communication system optimized for gaming. 
It provides low latency, low bandwidth usage and stable voice communication for teams and communities.
</div>


Windows 32 Bit Version 3.6.x [http://www.teamspeak.com/?page=downloads Download]
<div class="ck-jump">
Windows 64 Bit Version 3.6.x [http://www.teamspeak.com/?page=downloads Download]
<b>Jump to:</b> [[Teamspeak#Quick Setup|Quick Setup]] • [[Teamspeak#Features|Features]] • [[Teamspeak#TSDNS Subdomain|TSDNS]] • [[Teamspeak#Snapshots|Backups]] • [[Teamspeak#Tokens|Tokens]]
MAC Version 3.6.x [http://www.teamspeak.com/?page=downloads Download]
</div>


== Features ==
== Quick Setup ==


=== Password Set and Password Change ===
<div class="ck-callout ck-callout--ok">
You can change the server password for your TS3 server in the panel and then click on save to make this change active.
<b>Basic setup:</b>
</div>


[[File:Teamspeak-change-pw.png|alt=Set Teamspeak Password or change it|750x750px]]
# Open your TeamSpeak server in the webpanel
# Set a password
# Create a TSDNS address (optional)
# Connect via TeamSpeak client


=== TSDNS  Subdomain ===
== Features ==


You can create a suffix for your Teamspeak server free of charge at CKRAS, e.g. '''yourclan.ckras.eu.'''
<div class="ck-feature-list">
<span class="ck-feature-pill">Password Management</span>
<span class="ck-feature-pill">TSDNS Subdomains</span>
<span class="ck-feature-pill">Custom Domains</span>
<span class="ck-feature-pill">Snapshots (Backups)</span>
<span class="ck-feature-pill">Token System</span>
<span class="ck-feature-pill">FTP Access</span>
</div>


[[File:Tsdns-teamspeak.png|alt=TSDN Teamspeak Adress|750x750px]]
=== Password Management ===


==== Use your own top Level domain ====
Change your server password directly in the webpanel.
== DNS SRV Record Setup ==


Please enter the following SRV record with your web hosting provider:
[[File:Teamspeak-change-pw.png|alt=Set Teamspeak Password|750x750px]]


<code>
=== TSDNS Subdomain ===
_ts3._udp.yourdomain.com. 400 IN SRV 0 5 11405 teamspeak.ckras.com.
</code>


=== Value Breakdown ===
You can create a free subdomain such as:


{| class="wikitable"
<code>yourclan.ckras.eu</code>


| ! Field !! Value |  |                                                            |
[[File:Tsdns-teamspeak.png|alt=TSDNS Teamspeak Address|750x750px]]
| ---------------- | - | ---------------------------------------------------------- |
| Service          |  | <code>_ts3</code>                                          |
| -                |  |                                                            |
| Protocol        |  | <code>_udp</code>                                          |
| -                |  |                                                            |
| Domain          |  | <code>yourdomain.com</code>                                |
| -                |  |                                                            |
| TTL              |  | <code>400</code>                                          |
| -                |  |                                                            |
| Type            |  | <code>SRV</code>                                          |
| -                |  |                                                            |
| Priority        |  | <code>0</code>                                            |
| -                |  |                                                            |
| Weight          |  | <code>5</code>                                            |
| -                |  |                                                            |
| Port            |  | <code>11405</code> <small>(or your actual TS port)</small> |
| -                |  |                                                            |
| Target          |  | <code>teamspeak.ckras.com.</code>                          |
| }                |  |                                                           |


=== Notes ===
=== Custom Domain (SRV Record) ===


* '''Adjust the port!''' → Check [[webinterface]] for your actual port
To use your own domain, create the following SRV record:
* '''Do not change the target!''' → Always use <code>teamspeak.ckras.com.</code>
* Do not forget the trailing dot (.)


---
<code>
_ts3._udp.yourdomain.com. 400 IN SRV 0 5 11405 teamspeak.ckras.com.
</code>


<u>The following instructions only apply if you have a CKRAS web hosting package with your own domain!</u>
<div class="ck-callout ck-callout--amber">
<b>Important:</b> Adjust the port to your TeamSpeak server port (check webpanel).
</div>


=== Step-by-step Guide ===
==== Value Breakdown ====


# Open: <nowiki>https://lc.ckras.com</nowiki>
{| class="wikitable"
! Field !! Value
|-
| Service || <code>_ts3</code>
|-
| Protocol || <code>_udp</code>
|-
| TTL || <code>400</code>
|-
| Type || <code>SRV</code>
|-
| Priority || <code>0</code>
|-
| Weight || <code>5</code>
|-
| Port || <code>11405</code>
|-
| Target || <code>teamspeak.ckras.com.</code>
|}


# Navigate to '''Hosting → Domains'''
== Snapshots (Backup / Restore) ==


# Click '''+ New subdomain...'''
<div class="ck-callout">
<b>Included:</b> Free backup system for all TeamSpeak servers.
</div>


# Enter the following as subdomain:
Snapshots allow you to restore your server to a previous state.


<code>_ts3._udp.</code>
[[File:Snapshot-teamspeak.png|alt=Snapshot Teamspeak|750x750px]]


# Select your domain
Included in snapshots:
- Server and channel groups
- Channels and permissions
- Clients and permissions
- Server settings


# Remove the checkmark for '''Activate webspace'''
Not included:
- Icons
- Avatars
- Uploaded files


# Click '''Own DNS entries'''
== Tokens ==


# Select '''SRV''' and click '''Add'''
You can create authorization tokens in the webpanel.


=== Enter the following values ===
[[File:Teamspeak-token.png|alt=Teamspeak Token Management|750x750px]]
 
{| class="wikitable"
 
| ! Field !! Value |  |                                                    |
| ---------------- | - | --------------------------------------------------- |
| TTL              |  | <code>400</code>                                    |
| -                |  |                                                    |
| Priority        |  | <code>0</code>                                      |
| -                |  |                                                    |
| Weight          |  | <code>5</code>                                      |
| -               |  |                                                    |
| Port            |  | <code>11405</code> <small>(or your TS port)</small> |
| -                |  |                                                    |
| Server          |  | <code>teamspeak.ckras.com</code>                    |
| }                |  |                                                     |
 
# Click '''Save'''
 
=== Result ===
 
Your TeamSpeak server will now be reachable via:
 
<code>yourdomain.com</code>


<div class="ck-callout">
Use tokens to grant access or permissions to users.
</div>


=== Export Teamspeak Settings ===
== Export Settings ==


You can find the item ‘EXPORT’ at the top of the webinterface next to the online status, just click here and you can export your TS data, but note that no avatars or uploaded pictures are exported here.
You can export your TeamSpeak configuration via the webinterface.


[[File:Ts-export-settings.png|alt=Teamspeak Export|716x716px]]
[[File:Ts-export-settings.png|alt=Teamspeak Export|716x716px]]


You can backup your TS Settings by clicking "EXPORT"
<div class="ck-callout">
<b>Note:</b> Avatars and uploaded files are not included in exports.
</div>


=== Snapshots (Backup/Restore) ===
== Query Port ==


'''Snapshot (backup/restore function)''' for your Teamspeak is a ''free'' backup, restore service from CKRAS, which always resets your server to the point in time at which the snapshot was created. By default, we always create backups for the last 3 days so that you always have access to a backup of the channel settings etc.
You can find your TeamSpeak query port in the [[webinterface]].


As mentioned, this service is included free of charge for all Teamspeak servers.
[[File:Teamspeak-query-port.png|alt=Teamspeak Query Port|750x750px]]


[[File:Snapshot-teamspeak.png|alt=Snapshot Teamspeak|750x750px]]
== Installation & Setup ==


Snapshots
<div class="ck-callout">
 
The following images show the TeamSpeak setup process.
A snapshot deploys the state of the ts3 server as dated. The server will restart with the snapshot version immediately! The snapshot contains:
</div>
 
    All server and channel groups including their permissions
    All the channels on the server including any permissions assigned to them.
    Channel descriptions, topic, password etc.
    All clients that are present in the database for this virtual server including possibly assigned permissions.
    Server settings (server name, slots, banner etc.)
 
Things that are not included:
 
    Any Icons
    Any Avatars
    Any files that have been uploaded
 
== TOKEN ==
 
You can easily create new tokens for various groups that you have created in the [https://iface.ckras.com webpanel]. In our example picture you can see an unused token and next to it the icon ‘Copy’ with which you can put the token into your clipboard to authorise yourself on the Teamspeak server. The unused token will disappear after use on this page and you can then create further new authorisation keys with ‘Add Token’.<br>
 
[[File:Teamspeak-token.png|alt=Teamspeak Token Management|750x750px]]
 
== Query Port ==
You need the Teamspeak query port, here you can find the port in the [[webinterface]].
 
[[File:Teamspeak-query-port.png|alt=Teamspeak Query Port|750x750px]]
 
== Teamspeak Surfaces Statement ==
=== Installation screen ===
[[file:teamspeak_1.png]]


=== Licence Terms ===
[[File:teamspeak_1.png]]
[[File:teamspeak_2.png]]
[[File:teamspeak_2.png]]
[[File:teamspeak_3.png]]
[[File:teamspeak_4.png]]
[[File:teamspeak_5.png]]
[[File:teamspeak_6.png]]
[[File:teamspeak_7.png]]


=== Installation===
== Download Client ==
[[file:teamspeak_3.png]]


=== Recommended Settings ===
<div class="ck-callout">
[[file:teamspeak_4.png]]
Download the latest TeamSpeak client:
</div>


=== Server Setup ===
[http://www.teamspeak.com/?page=downloads TeamSpeak Downloads]
[[file:teamspeak_5.png]]


=== Add Server ===
Supported platforms:
[[file:teamspeak_6.png]]
- Windows (32 / 64 bit)
- macOS


== Video Tutorial ==


=== Virtual Server edit ===
[[file:teamspeak_7.png]]
=== HAVE FUN ===
== Video Tutorial ==
<youtube>S32AGZdY5yA|</youtube>
<youtube>S32AGZdY5yA|</youtube>


== Testserver ==
== Testserver ==


Testserver: teampeak.ckras.com:9987
<code>teamspeak.ckras.com:9987</code>
 
== Rental ==


== Teamspeak Rental ==
[http://www.ckras.com/Voiceserver-mieten-Teamspeak-Ventrilo-Mumble TeamSpeak Rental]


[http://www.ckras.com/Voiceserver-mieten-Teamspeak-Ventrilo-Mumble Teamspeak Rental]
</div>
[[Category:CS2]]
[[Category:CS2]]

Latest revision as of 10:19, 24 March 2026


TeamSpeak Server

Manage your TeamSpeak server easily with the CKRAS webinterface.
Quick Start: Open your server in the panel and configure password, DNS and access.

TeamSpeak is a voice communication system optimized for gaming. It provides low latency, low bandwidth usage and stable voice communication for teams and communities.

Jump to: Quick SetupFeaturesTSDNSBackupsTokens

Quick Setup

Basic setup:

  1. Open your TeamSpeak server in the webpanel
  2. Set a password
  3. Create a TSDNS address (optional)
  4. Connect via TeamSpeak client

Features

Password Management TSDNS Subdomains Custom Domains Snapshots (Backups) Token System FTP Access

Password Management

Change your server password directly in the webpanel.

Set Teamspeak Password

TSDNS Subdomain

You can create a free subdomain such as:

yourclan.ckras.eu

TSDNS Teamspeak Address

Custom Domain (SRV Record)

To use your own domain, create the following SRV record:

_ts3._udp.yourdomain.com. 400 IN SRV 0 5 11405 teamspeak.ckras.com.

Important: Adjust the port to your TeamSpeak server port (check webpanel).

Value Breakdown

Field Value
Service _ts3
Protocol _udp
TTL 400
Type SRV
Priority 0
Weight 5
Port 11405
Target teamspeak.ckras.com.

Snapshots (Backup / Restore)

Included: Free backup system for all TeamSpeak servers.

Snapshots allow you to restore your server to a previous state.

Snapshot Teamspeak

Included in snapshots: - Server and channel groups - Channels and permissions - Clients and permissions - Server settings

Not included: - Icons - Avatars - Uploaded files

Tokens

You can create authorization tokens in the webpanel.

Teamspeak Token Management

Use tokens to grant access or permissions to users.

Export Settings

You can export your TeamSpeak configuration via the webinterface.

Teamspeak Export

Note: Avatars and uploaded files are not included in exports.

Query Port

You can find your TeamSpeak query port in the webinterface.

Teamspeak Query Port

Installation & Setup

The following images show the TeamSpeak setup process.

Download Client

Download the latest TeamSpeak client:

TeamSpeak Downloads

Supported platforms: - Windows (32 / 64 bit) - macOS

Video Tutorial

<youtube>S32AGZdY5yA|</youtube>

Testserver

teamspeak.ckras.com:9987

Rental

TeamSpeak Rental