Quick & Easy Setup
Low Ping / High Performance
Support 24/7
test
Premium Gameserver

TeamSpeak 3 server hosting

0.30 € per slot Order now

Benefits

  • Online instantly

    Your server is online in just a few minutes

  • Storage space

    50GB backup for saved games & configs

  • Hardware

    Latest hardware and NVMe SSD hard drives.

  • Support

    Live support via telephone, tickets, forum, wiki and e-mail

  • DDoS protection

    DDoS protection through cutting-edge technology thanks to our partner Corero

  • Gamecloud – including game switching

    Switch to another game quickly and flexibly

  • Server management via the web interface

    Web interface and log access: Easy server management

Reviews See all ratings

{{ trustpilot }}

The GPORTAL Webinterface

Our Server Locations

Payments

TeamSpeak 3 server hosting (TS3 voice server)

Your own g-portal.com TS3 server instantly online without waiting time, available 24/7 with excellent voice quality

Unlike other voice conference software, TeamSpeak 3 uses almost no system resources or bandwidth to transmit your voice. There are also functions for a classic text chat and data transfer to exchange files with your friends without hassle. All you need is a TeamSpeak 3 server, which you can rent here at g-portal.com, and a so called “client”, which is like the telephone that you can talk with. With a static address (IP or domain) the server is always accessible at any time. On the server itself you can have multiple channels which you can be in with all your friends.

The popularity of TeamSpeak 3

The community of Internet gamers are the main users of TeamSpeak 3. They use it for many things including clan wars, team meetings, or just to talk for fun after work. Even text chats or file transfers, where you can exchange files of all types with your friends are possible. Strategic- and first-person shooter players especially use TeamSpeak 3 servers to communicate with each other.

Who needs a TeamSpeak 3 server?

Many online players need better communication in games, which can be achieved with a TeamSpeak 3 server. All users connect to the server where they talk with a headset. The pricing starts at 0,15 Euro if you pay in advance. You can rent from 4 up to 1000 slots.

(default) 3 queries took 33 ms
Nr Query Error Affected Num. rows Took (ms)
1 SELECT `Page`.*, `GameToGroup`.*, `Game`.`id`, `Game`.`key`, `Game`.`platform`, `Game`.`category_id`, `Game`.`min_units`, `Game`.`unit_multiplier`, `Game`.`plugin`, `Game`.`controller`, format_money(`ProductPrice`.final_price / `ProductPrice`.units / `Game`.unit_multiplier / `CloudUnitType`.multiplier, `ProductPrice`.currency) as product_price, format_money(`MarketingPrice`.final_price, `MarketingPrice`.currency) as marketing_price, `Product`.`id`, if(Product.location_id = 6, 1, 0) AS default_location, `CloudUnitType`.`name`, `CloudUnitType`.`multiplier`, `CloudUnitType`.`loco_key` FROM `webinterface_gp_2`.`content_pages` AS `Page` LEFT JOIN `webinterface_gp_2`.`games_groups` AS `Group` ON (`Group`.`description` = `Page`.`key`) LEFT JOIN `webinterface_gp_2`.`games_to_groups` AS `GameToGroup` ON (`GameToGroup`.`group_id` = `Group`.`id`) LEFT JOIN `webinterface_gp_2`.`games_games` AS `Game` ON (`Game`.`id` = `GameToGroup`.`game_id`) LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `ProductPrice` ON (`ProductPrice`.`product_id` = `GameToGroup`.`product_id` AND `ProductPrice`.`duration_days` = 30 AND `ProductPrice`.`units` = `Game`.`min_units`) LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `MarketingPrice` ON (`MarketingPrice`.`product_id` = `GameToGroup`.`product_id` AND `MarketingPrice`.`duration_days` = 3 AND `MarketingPrice`.`units` = `Game`.`min_units`) LEFT JOIN `webinterface_gp_2`.`product_datas` AS `Product` ON (`GameToGroup`.`product_id` = `Product`.`id` AND `parent_id` = 0) LEFT JOIN `webinterface_gp_2`.`gamecloud_clouds` AS `Cloud` ON (`Product`.`product_type_id` = `Cloud`.`id`) LEFT JOIN `webinterface_gp_2`.`cloud_unit_types` AS `CloudUnitType` ON (`CloudUnitType`.`id` = `Cloud`.`unit_type_id`) WHERE `Page`.`locale` = 'en' AND ((`Page`.`slug` IS NULL) OR (`Page`.`key` = 'teamspeak-3')) ORDER BY `default_location` DESC LIMIT 1

src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:143- Page->getBySlugOrKey()
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:97- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPageFromThisRegion()
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:53- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPage()
Plugin/Content/Controller/PageController.php:24- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLocalizedLandingPage()
?:?- PageController->existingTranslation()
Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:193- WebinterfaceControllerAbstract->invokeAction()
Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:167- AppDispatcher->_invoke()
webroot/index.php:33- AppDispatcher->dispatch()
1 1 29
2 SELECT if(Product.location_id = 6, 1, 0) AS default_location, format_money(`ProductPrice`.final_price, `ProductPrice`.currency) as product_price, format_money(`MarketingPrice`.final_price, `MarketingPrice`.currency) as marketing_price FROM `webinterface_gp_2`.`product_datas` AS `Product` INNER JOIN `webinterface_gp_2`.`voice_clouds` AS `Cloud` ON (`Cloud`.`id` = 1) LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `ProductPrice` ON (`ProductPrice`.`product_id` = `Product`.`id` AND `ProductPrice`.`duration_days` = 30 AND `ProductPrice`.`units` = `Cloud`.`minUnits`) LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `MarketingPrice` ON (`MarketingPrice`.`product_id` = `Product`.`id` AND `MarketingPrice`.`duration_days` = 3 AND `MarketingPrice`.`units` = `Cloud`.`minUnits`) WHERE `Product`.`product_type` = 'VoiceClouds' AND `Product`.`parent_id` = 0 AND `Product`.`active` = '1' ORDER BY `default_location` DESC LIMIT 1

Plugin/Content/Model/Page.php:159- Page->addVoiceServerPrices()
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:143- Page->getBySlugOrKey()
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:97- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPageFromThisRegion()
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:53- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPage()
Plugin/Content/Controller/PageController.php:24- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLocalizedLandingPage()
?:?- PageController->existingTranslation()
Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:193- WebinterfaceControllerAbstract->invokeAction()
Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:167- AppDispatcher->_invoke()
webroot/index.php:33- AppDispatcher->dispatch()
1 1 2
3 SELECT `Location`.`city`, `Location`.`country_code`, `Location`.`country`, `Location`.`location_key`, `Location`.`id`, `VoiceCloud`.*, `VoiceCloudType`.*, `Product`.`id`, `Product`.`product_type`, format_money(ProductPriceCache.final_price / ProductPriceCache.units / CloudUnitType.multiplier, ProductPriceCache.currency) as formatted_amount, `CloudUnitType`.`name`, `CloudUnitType`.`multiplier`, `CloudUnitType`.`loco_key` FROM `webinterface_gp_2`.`voice_clouds` AS `VoiceCloud` LEFT JOIN `webinterface_gp_2`.`cloud_unit_types` AS `CloudUnitType` ON (`CloudUnitType`.`id` = `VoiceCloud`.`unit_type_id`) LEFT JOIN `webinterface_gp_2`.`voice_cloud_types` AS `VoiceCloudType` ON (`VoiceCloudType`.`voiceCloudId` = `VoiceCloud`.`id`) LEFT JOIN `webinterface_gp_2`.`product_datas` AS `Product` ON (`Product`.`active` = 1 AND `Product`.`product_type_id` = `VoiceCloud`.`id` AND `Product`.`product_type` = 'VoiceClouds') LEFT JOIN `webinterface_gp_2`.`product_price_caches` AS `ProductPriceCache` ON (`ProductPriceCache`.`product_id` = `Product`.`id` AND `ProductPriceCache`.`duration_days` = 30 AND `ProductPriceCache`.`units` = `VoiceCloudType`.`minUnits`) JOIN `webinterface_gp_2`.`infrastructure_locations` AS `Location` ON (`Location`.`id` = `Product`.`location_id`) WHERE `VoiceCloud`.`cloudKey` = 'VOICECLOUD'

src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:162- VoiceCloud->getVoiceServers()
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:97- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPageFromThisRegion()
src/GPortal/Lib/HeadlessCMS/FastCMS/FastCMS.php:53- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLandingPage()
Plugin/Content/Controller/PageController.php:24- GPortal\Lib\HeadlessCMS\FastCMS\FastCMS->getLocalizedLandingPage()
?:?- PageController->existingTranslation()
Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:193- WebinterfaceControllerAbstract->invokeAction()
Vendor/cakephp/cakephp/lib/Cake/Routing/Dispatcher.php:167- AppDispatcher->_invoke()
webroot/index.php:33- AppDispatcher->dispatch()
1 1 2