• Contact
  • Contact Us
  • Disclamer
  • Home 1
  • Home 2
  • Home 3
  • Privacy Policy
Friday, May 9, 2025
How VPS - How to use/setup VPS
  • Login
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon
No Result
View All Result
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon
No Result
View All Result
How VPS - How to use/setup VPS
No Result
View All Result
Home Operating System Linux

Creating a Teamspeak 3 Server on Ubuntu 14 64-bit

How VPS by How VPS
January 1, 2020
in Linux
0
0
SHARES
27
VIEWS
Share on FacebookShare on Twitter

Contents

  1. Overview
  2. Requirements
  3. Installation
  4. Firewall Rules
  5. Want to contribute?


Overview

Whether you are working on a large collaboration project with your development team or killing a boss in the newest role-playing game, you are going to need some form of communication. Sure, Skype is great, but it uses large amounts of bandwidth which can cause latency issues on slower connections. That’s where Teamspeak comes in! Teamspeak is a great VoIP platform that can use extremely low amounts of bandwidth when configured properly.

In this guide, we will be going over how to create a Teamspeak 3 server on an Ubuntu 14 64-bit VPS from Vultr.

Requirements

  • A VPS from Vultr running Ubuntu 14, although this guide will work for Ubuntu 12 users.
  • 5 minutes.

Installation

First of all, you will need to login to your server. Done? Good, let’s begin.

Download the latest version of Teamspeak from their website (A newer version may be available, it’s always a good idea to go and check):

wget http://dl.4players.de/ts/releases/3.0.11.2/teamspeak3-server_linux-amd64-3.0.11.2.tar.gz

The next step is to extract the files from the downloaded archive.

tar xzf teamspeak3-server_linux-amd64-3.0.11.2.tar.gz

Create the user account for which Teamspeak will run on our VPS. For this guide we will use teamspeak, although you may use any name that you would like. We will also disable login for this user, rendering it as a local daemon account.

sudo adduser --disabled-login teamspeak

Let’s now move all of our Teamspeak files to their new location.

sudo mv teamspeak3-server_linux-amd64 /usr/local/teamspeak

Change the ownership/group of the files to the new user.

sudo chown -R teamspeak:teamspeak /usr/local/teamspeak

Make Teamspeak3 start on boot up. For this, we will need to create a symlink to the script which was included in the archive that we downloaded earlier.

sudo ln -s /usr/local/teamspeak/ts3server_startscript.sh /etc/init.d/teamspeak
sudo update-rc.d teamspeak defaults

Now all that is left to do is to start your Teamspeak server!

sudo service teamspeak start

On your terminal, you will see a screen with the query username/password and a privilege key – be sure to write this information down as you will need it to administer your server.

Firewall Rules

If you are using iptables, then you will need to enable a few ports.

-A INPUT -p udp --dport 9987 -j ACCEPT
-A INPUT -p udp --sport 9987 -j ACCEPT
-A INPUT -p tcp --dport 30033 -j ACCEPT
-A INPUT -p tcp --sport 30033 -j ACCEPT
-A INPUT -p tcp --dport 10011 -j ACCEPT
-A INPUT -p tcp --sport 10011 -j ACCEPT

That concludes the installation of Team speak 3 on your Ubuntu VPS. Enjoy your Teamspeak-3 server!

Want to contribute?

You could earn up to $300 by adding new articles

Submit your article
Suggest an update
Request an article
Previous Post

How to Install Gradle on Ubuntu 16.10

Next Post

How to Setup Codiad on Ubuntu

Next Post

How to Setup Codiad on Ubuntu

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

No Result
View All Result

Recent Post

Install Imagemagick on CentOS
CentOS

Install Imagemagick on CentOS

by How VPS
June 28, 2023
0

This is how I installed Imagemagick on a vanilla CentOS server Start off by installing the prerequisites yum install php-pear...

Read more
how to Check phpinfo

How to Check phpinfo of Hosting or VPS?

June 28, 2023
Failed to download metadata for repo 'appstream' on Centos 8

How to fix error: Failed to download metadata for repo ‘appstream’ on Centos 8

February 25, 2022
How to Fix MySQL Error "Plugin 'InnoDB' registration as a STORAGE ENGINE failed"?

How to Fix MySQL Error “Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed”?

November 17, 2020
How to optimize Mysql or MariaDB

How to optimize Mysql or MariaDB

November 3, 2020

Recent News

  • Install Imagemagick on CentOS
  • How to Check phpinfo of Hosting or VPS?
  • How to fix error: Failed to download metadata for repo ‘appstream’ on Centos 8

Category

  • Arch
  • Authentication
  • Backups
  • BSD
  • Centmin Mod
  • CentOS
  • Control Panels
  • CoreOS
  • CWP
  • Debian
  • Directadmin
  • Encryption
  • Fedora
  • Firewalls
  • Hocvps Script
  • Hosting providers
  • Kloxo-MR
  • Linux
  • Mitigations
  • Operating System
  • Plesk
  • Reviews
  • Securing VPS/Servers
  • Security Patches
  • SSL Certificates
  • Uncategorized
  • Upgrading
  • VPS/Servers management guides
  • Vulnerability Detection
  • Web servers software
  • Webhosting Control Panel
  • About
  • Advertise
  • Careers
  • Contact

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

No Result
View All Result
  • Home
  • Management guides
    • Web servers software
      • Directadmin
      • Hocvps Script
      • Centmin Mod
      • CWP
      • Kloxo-MR
      • Plesk
    • Control Panels
    • Securing VPS/Servers
      • SSL Certificates
      • Upgrading
      • Authentication
  • Operating System
    • CentOS
    • Fedora
    • Debian
    • Linux
    • Arch
    • BSD
    • CoreOS
  • Reviews
  • Coupon
    • Domain Coupon
    • Hosting Coupon

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
Thabet