{"id":101,"date":"2024-01-24T19:20:20","date_gmt":"2024-01-24T19:20:20","guid":{"rendered":"https:\/\/www.wdh.fr\/blog\/?p=101"},"modified":"2024-01-28T13:15:09","modified_gmt":"2024-01-28T13:15:09","slug":"how-to-create-a-32-slot-teamspeak-server-on-debian","status":"publish","type":"post","link":"https:\/\/www.wdh.fr\/blog\/en\/how-to-create-a-32-slot-teamspeak-server-on-debian\/","title":{"rendered":"How to Create a 32-Slot TeamSpeak Server ?"},"content":{"rendered":"\n<p>To set up your 32-slot TeamSpeak server on Debian, follow the steps below:<\/p>\n\n\n\n<p>1) <strong>Create TeamSpeak User:<\/strong><\/p>\n\n\n\n<p>After connecting to your VPS via SSH as root, create a user that will run the server:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>adduser teamspeak<\/code><\/pre>\n\n\n\n<p>Then, switch to the new user:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>su teamspeak<\/code><\/code><\/pre>\n\n\n\n<p>2) <strong>Install TeamSpeak Server:<\/strong><\/p>\n\n\n\n<p>Navigate to the teamspeak user&#8217;s directory and download the server archive (here, the link is for a 64-bit version 3.5.0):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd \/home\/teamspeak <\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>wget http:\/\/dl.4players.de\/ts\/releases\/3.5.0\/teamspeak3-server_linux_amd64-3.5.0.tar.bz2<\/code><\/pre>\n\n\n\n<p>Extract the archive, delete it, and go into the generated folder:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>tar xjf teamspeak3-server_linux_amd64-3.5.0.tar.bz2<\/code><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><code>rm teamspeak3-server_linux_amd64-3.5.0.tar.bz2 <\/code><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><code>cd teamspeak3-server_linux_amd64<\/code><\/code><\/pre>\n\n\n\n<p>3) <strong>Generate Configuration File:<\/strong><\/p>\n\n\n\n<p>Use the following command to generate the configuration file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>.\/ts3server_minimal_runscript.sh createinifile=1<\/code><\/code><\/pre>\n\n\n\n<p>This will display the file containing the serveradmin account&#8217;s ID and password, along with the token to use during the first server connection. Make a note of this crucial information.<\/p>\n\n\n\n<p>Press <code>ctrl+c<\/code> to exit the generation tool.<\/p>\n\n\n\n<p>4) <strong>Start TeamSpeak on VPS Launch:<\/strong><\/p>\n\n\n\n<p>To start TeamSpeak automatically on VPS launch, use the command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>crontab -e<\/code><\/code><\/pre>\n\n\n\n<p>Press <code>i<\/code> to enter edit mode, and add the following line:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>@reboot cd \/home\/teamspeak\/teamspeak3-server_linux_amd64 ;<\/code><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/ts3server_startscript.sh start<\/code><\/pre>\n\n\n\n<p>Press <code>Esc<\/code> to exit edit mode and enter <code>:wq<\/code> to save the changes.<\/p>\n\n\n\n<p>5) <strong>Manually Start TeamSpeak Server:<\/strong><\/p>\n\n\n\n<p>You can manually start your server using the command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><code>.\/ts3server_startscript.sh start<\/code><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>To set up your 32-slot TeamSpeak server on Debian, follow the steps below: 1) Create TeamSpeak User: After connecting to your VPS via SSH as root, create a user that will run the server: Then, switch to the new user: 2) Install TeamSpeak Server: Navigate to the teamspeak user&#8217;s directory and download the server archive [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":122,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"[]"},"categories":[13],"tags":[],"class_list":["post-101","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux"],"_links":{"self":[{"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/posts\/101"}],"collection":[{"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/comments?post=101"}],"version-history":[{"count":16,"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/posts\/101\/revisions"}],"predecessor-version":[{"id":124,"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/posts\/101\/revisions\/124"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/media\/122"}],"wp:attachment":[{"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/media?parent=101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/categories?post=101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wdh.fr\/blog\/en\/wp-json\/wp\/v2\/tags?post=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}