Downloads:
2,161
Downloads of v 3.13.7:
61
Last Update:
27 Jun 2024
Package Maintainer(s):
Software Author(s):
- TeamSpeak Systems GmbH
Tags:
teamspeak server team speak ts3 ts voip discord mumble ventrilo portableTeamSpeak Server
- 1
- 2
- 3
3.13.7 | Updated: 27 Jun 2024
Downloads:
2,161
Downloads of v 3.13.7:
61
Maintainer(s):
Software Author(s):
- TeamSpeak Systems GmbH
TeamSpeak Server 3.13.7
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by TeamSpeak Systems GmbH. The inclusion of TeamSpeak Systems GmbH trademark(s), if any, upon this webpage is solely to identify TeamSpeak Systems GmbH goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install TeamSpeak Server, run the following command from the command line or from PowerShell:
To upgrade TeamSpeak Server, run the following command from the command line or from PowerShell:
To uninstall TeamSpeak Server, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download teamspeak-server --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade teamspeak-server -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade teamspeak-server -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install teamspeak-server
win_chocolatey:
name: teamspeak-server
version: '3.13.7'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'teamspeak-server' do
action :install
source 'INTERNAL REPO URL'
version '3.13.7'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller teamspeak-server
{
Name = "teamspeak-server"
Version = "3.13.7"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'teamspeak-server':
ensure => '3.13.7',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator TheCakeIsNaOH on 13 Jul 2024.
TeamSpeak Server
TeamSpeak offers the ideal tool for online gaming, education and training, internal business communication, and staying in touch with friends and family. Our primary focus is delivering a solution that is easy to use, with high security standards, excellent voice quality, and low system and bandwidth usage. Featuring a client-server architecture, TeamSpeak is literally capable of handling up to thousands of simultaneous users.
How it Works
Host your own TeamSpeak Server or rent one from an Authorized TeamSpeak Host Provider (ATHP). Share your TeamSpeak Server address with friends, teammates, or anyone you want to chat with. Using the free desktop client, they connect to your TeamSpeak Server using the address you provide them. Start talking. It's that easy!
Key Features
The TeamSpeak Client and Server provide unmatched functionality for both beginners and advanced users. Packed with powerful features and incredible performance, TeamSpeak is your Swiss Army Knife of voice communication.
SUPERIOR VOICE QUALITY
Integrated automatic microphone volume adjustment, background noise reduction, and echo cancellation ensures crystal clear communication.
HIGH SCALABILITY
Client-Server architecture allows you to scale from small group conversations to large conferences with thousands of participants.
PRIVACY BUILT-IN
All TeamSpeak products are designed with your privacy in mind. We not track your voice or text chat data and there is no sign-up required.
POWERFUL FILE TRANSFER
Maximize your online collaborative experience. Store and share files directly on the server without having to mess with firewall issues.
TEXT CHAT
No need for additional private messaging software. Use TeamSpeak to send text messages to others in your channel or in a 1-on-1 private chat.
ROBUST PERMISSION SYSTEM
With our powerful hierarchical permission system, you are in complete control. Decide who can talk, who can join channels and much more.
STUNNING 3D SOUND EFFECTS
TeamSpeak features Positional Audio support. Place conference hosts in front of the attendees or team mates around your own player position.
DECENTRALIZED INFRASTRUCTURE
Rent a TeamSpeak Server from an Authorized TeamSpeak Host Provider (ATHP) or host a server yourself on your hardware or VPS.
MOBILE CONNECTIVITY
Stay connected when you're on the go. With our mobile TeamSpeak apps for Android and iOS, you can access your servers and data at all times.
...and more.
SOCIAL MEDIA:
Facebook | Twitter | Google+ | YouTube
CLIENT SOFTWARE:
Android | iOS | Windows | macOS | Linux
choco://teamspeak-server
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
$ErrorActionPreference = 'Stop'
$packageName = 'teamspeak-server'
$shortcutName = 'TeamSpeak Server.lnk'
remove-item "$env:Public\Desktop\$shortcutName" -Force -ErrorAction 'SilentlyContinue'
remove-item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$shortcutName" -Force -ErrorAction 'SilentlyContinue'
Log in or click on link to see number of positives.
- teamspeak-server.3.13.7.nupkg (e83df305bc92) - ## / 66
- teamspeak3-server_win64-3.13.7.zip (489f6f02b336) - ## / 69
- teamspeak3-server_win32-3.13.7.zip (03ec18e7700d) - ## / 64
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
TeamSpeak Server 3.13.7 | 61 | Thursday, June 27, 2024 | Approved | |
TeamSpeak Server 3.13.6 | 439 | Wednesday, September 22, 2021 | Approved | |
TeamSpeak Server 3.5.1 | 757 | Wednesday, January 2, 2019 | Approved | |
TeamSpeak Server 3.2.0 | 353 | Friday, August 24, 2018 | Approved | |
TeamSpeak Server 3.0.13.6 | 551 | Tuesday, July 4, 2017 | Approved |
© TeamSpeak Systems GmbH. All rights reserved.
This package has no dependencies.
Ground Rules:
- This discussion is only about TeamSpeak Server and the TeamSpeak Server package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or TeamSpeak Server, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.