{"id":4700,"date":"2022-12-24T11:40:58","date_gmt":"2022-12-24T11:40:58","guid":{"rendered":"https:\/\/dyhnunity.network\/?page_id=4700"},"modified":"2022-12-24T11:57:17","modified_gmt":"2022-12-24T11:57:17","slug":"linux-ts3audiobot-setup","status":"publish","type":"page","link":"https:\/\/dyhnunity.network\/de\/linux-ts3audiobot-setup\/","title":{"rendered":"TS3Audiobot Setup"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4700\" class=\"elementor elementor-4700\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0e91481 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0e91481\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1c91219\" data-id=\"1c91219\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fb7c566 elementor-widget elementor-widget-heading\" data-id=\"fb7c566\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.5.4 - 23-01-2022 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h2 class=\"elementor-heading-title elementor-size-default\">TS3Audiobot Setup<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2b621559 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b621559\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76e6ccd0\" data-id=\"76e6ccd0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2bef1db2 elementor-widget elementor-widget-spacer\" data-id=\"2bef1db2\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6757e78 elementor-widget elementor-widget-text-editor\" data-id=\"6757e78\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.5.4 - 23-01-2022 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p><strong>2. <\/strong><strong>Update all existing packages<\/strong><\/p><pre><code>sudo apt-get update -y &amp;&amp; sudo apt-get upgrade -y<\/code><\/pre><p><strong>2. Install required software<\/strong><\/p><pre>apt install nano -y<\/pre><p><strong>3. Install the required Debian repos<\/strong><\/p><pre class=\"line number1 index0 alt2\"><code class=\"bash comments\">apt-get install gpg -y\n<\/code><code class=\"bash comments\">wget -qO- https:\/\/packages.microsoft.com\/keys\/microsoft.asc | gpg --dearmor &gt; microsoft.asc.gpg<\/code> <code class=\"bash comments\">mv microsoft.asc.gpg \/etc\/apt\/trusted.gpg.d\/<\/code> <code class=\"bash comments\">\nwget -q https:\/\/packages.microsoft.com\/config\/debian\/10\/prod.list\n<\/code><code class=\"bash comments\">mv prod.list \/etc\/apt\/sources.list.d\/microsoft-prod.list<\/code> <code class=\"bash comments\">\nchown root:root \/etc\/apt\/trusted.gpg.d\/microsoft.asc.gpg<\/code> <code class=\"bash comments\">\nchown root:root \/etc\/apt\/sources.list.d\/microsoft-prod.list<\/code><\/pre><p><strong>4. Install the required dotnet<\/strong><\/p><pre><code class=\"bash comments\">apt-get install apt-transport-https\napt-get update\napt-get install dotnet-sdk-3.1<\/code><\/pre><p><strong>5. Install libopus and ffpmeg<\/strong><\/p><pre><code class=\"bash comments\">apt-get install libopus-dev ffmpeg -y<\/code><\/pre><p><strong>6. Download the bot and unpack it<\/strong><\/p><pre>wget -O Bot.zip https:\/\/splamy.de\/api\/nightly\/ts3ab\/master\/download\n<code class=\"bash comments\">apt install unzip -y &amp;&amp; unzip Bot.zip -d Bot &amp;&amp; cd Bot\/<\/code><\/pre><p><strong>7. Start the bot now<\/strong><\/p><pre><code class=\"bash comments\">dotnet TS3AudioBot.dll<\/code><\/pre><p><strong>8. You can start the bot in the background with the help of Screen<\/strong><\/p><pre><code class=\"bash comments\">apt install screen -y\nscreen -S musik -dm dotnet TS3AudioBot.dll<\/code><\/pre>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ba6623 elementor-widget elementor-widget-spacer\" data-id=\"7ba6623\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>TS3Audiobot Setup 2. Update all existing packages sudo apt-get update -y &amp;&amp; sudo apt-get upgrade -y 2. Install required software&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>TS3Audiobot Setup &#8226; Dyhnunity Network<\/title>\n<meta name=\"description\" content=\"Here you can view our TeamSpeak server without entering it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dyhnunity.network\/de\/linux-ts3audiobot-setup\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TS3Audiobot Setup &#8226; Dyhnunity Network\" \/>\n<meta property=\"og:description\" content=\"Here you can view our TeamSpeak server without entering it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dyhnunity.network\/de\/linux-ts3audiobot-setup\/\" \/>\n<meta property=\"og:site_name\" content=\"Dyhnunity Network\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-24T11:57:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/\",\"url\":\"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/\",\"name\":\"TS3Audiobot Setup &#8226; Dyhnunity Network\",\"isPartOf\":{\"@id\":\"https:\/\/dyhnunity.network\/#website\"},\"datePublished\":\"2022-12-24T11:40:58+00:00\",\"dateModified\":\"2022-12-24T11:57:17+00:00\",\"description\":\"Here you can view our TeamSpeak server without entering it.\",\"breadcrumb\":{\"@id\":\"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dyhnunity.network\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TS3Audiobot Setup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dyhnunity.network\/#website\",\"url\":\"https:\/\/dyhnunity.network\/\",\"name\":\"Dyhnunity Network\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/dyhnunity.network\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dyhnunity.network\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dyhnunity.network\/#organization\",\"name\":\"Dyhnunity Network\",\"url\":\"https:\/\/dyhnunity.network\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/dyhnunity.network\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dyhnunity.network\/wp-content\/uploads\/2022\/02\/Dyhnunity-Logo-1.png\",\"contentUrl\":\"https:\/\/dyhnunity.network\/wp-content\/uploads\/2022\/02\/Dyhnunity-Logo-1.png\",\"width\":500,\"height\":500,\"caption\":\"Dyhnunity Network\"},\"image\":{\"@id\":\"https:\/\/dyhnunity.network\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"TS3Audiobot Setup &#8226; Dyhnunity Network","description":"Here you can view our TeamSpeak server without entering it.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dyhnunity.network\/de\/linux-ts3audiobot-setup\/","og_locale":"de_DE","og_type":"article","og_title":"TS3Audiobot Setup &#8226; Dyhnunity Network","og_description":"Here you can view our TeamSpeak server without entering it.","og_url":"https:\/\/dyhnunity.network\/de\/linux-ts3audiobot-setup\/","og_site_name":"Dyhnunity Network","article_modified_time":"2022-12-24T11:57:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/","url":"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/","name":"TS3Audiobot Setup &#8226; Dyhnunity Network","isPartOf":{"@id":"https:\/\/dyhnunity.network\/#website"},"datePublished":"2022-12-24T11:40:58+00:00","dateModified":"2022-12-24T11:57:17+00:00","description":"Here you can view our TeamSpeak server without entering it.","breadcrumb":{"@id":"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dyhnunity.network\/linux-ts3audiobot-setup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dyhnunity.network\/"},{"@type":"ListItem","position":2,"name":"TS3Audiobot Setup"}]},{"@type":"WebSite","@id":"https:\/\/dyhnunity.network\/#website","url":"https:\/\/dyhnunity.network\/","name":"Dyhnunity Network","description":"","publisher":{"@id":"https:\/\/dyhnunity.network\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dyhnunity.network\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/dyhnunity.network\/#organization","name":"Dyhnunity Network","url":"https:\/\/dyhnunity.network\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/dyhnunity.network\/#\/schema\/logo\/image\/","url":"https:\/\/dyhnunity.network\/wp-content\/uploads\/2022\/02\/Dyhnunity-Logo-1.png","contentUrl":"https:\/\/dyhnunity.network\/wp-content\/uploads\/2022\/02\/Dyhnunity-Logo-1.png","width":500,"height":500,"caption":"Dyhnunity Network"},"image":{"@id":"https:\/\/dyhnunity.network\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/dyhnunity.network\/de\/wp-json\/wp\/v2\/pages\/4700"}],"collection":[{"href":"https:\/\/dyhnunity.network\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dyhnunity.network\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dyhnunity.network\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dyhnunity.network\/de\/wp-json\/wp\/v2\/comments?post=4700"}],"version-history":[{"count":0,"href":"https:\/\/dyhnunity.network\/de\/wp-json\/wp\/v2\/pages\/4700\/revisions"}],"wp:attachment":[{"href":"https:\/\/dyhnunity.network\/de\/wp-json\/wp\/v2\/media?parent=4700"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}