Teamspeak 3 App Update

TeamSpeak 3 continues the legacy of the original TeamSpeak communication system previously offered in TeamSpeak Classic (1.5) and TeamSpeak 2. TeamSpeak 3 is not merely an extension of its predecessors but rather a complete rewrite in C++ of its proprietary protocol and core technology.

Moderator: Lillian.W@AST

MadMe86
Posts: 7
youtube meble na wymiar Warszawa
Joined: Sun Jun 10, 2018 7:01 am

Re: Teamspeak 3 App Update

Post by MadMe86 »

@clinton.hall
i got yesterday the permission of Teamspeak. If you still want to hand over the App, we could do it. :)
MadMe86
Posts: 7
Joined: Sun Jun 10, 2018 7:01 am

Re: Teamspeak 3 App Update

Post by MadMe86 »

the third post in a row :roll:
@foffe77
i just played a little bit with upgrading to the new package...
It worked for me to keep my config(i just renamed the Server for the test)
After the upgrade of the App the Server Version was still 3.0.11...
then i stopped the app and downloaded the Server from teamspeak.com
afterwards i unpacked the archive and copied all the stuff from teamspeak3-server_linux_amd64 (for 32 Bit systems the last part will be _x86) to public/teamspeak/teamspeak3-server/
that should do the trick... don't forget to make a backup...

Greetings MadMe
foffe77
Posts: 20
Joined: Fri Sep 08, 2017 2:58 am

Re: Teamspeak 3 App Update

Post by foffe77 »

Thank you very much for the feedback. Just for now I will wait to upgrade until there is a proper 3.2.0 version in app central.

My gaming clan is using my TS server on my asustor and I dont want to ruin their weekend if it would be any issues after the upgrade. ;)
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Teamspeak 3 App Update

Post by clinton.hall »

@MadMe86
If you are happy to maintain this app, then I am happy for you to take this on.
You would need to register as a developer and then you would need to let people know over at Asustor so that this can be transferred. If you haven't been in contact with anyone and been set up as a developer yet, I can send you some contact details etc.
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
BeanR
Posts: 58
Joined: Sun Mar 23, 2014 12:10 am

Re: Teamspeak 3 App Update

Post by BeanR »

We need an update for this now :)
foffe77
Posts: 20
Joined: Fri Sep 08, 2017 2:58 am

Re: Teamspeak 3 App Update

Post by foffe77 »

Just updated Teamspeak from app central, and as already mensioned it still shows as version 3.0.11.4

Is the only solution to download directly from teamspeak.com?

Today, there was an update on Teamspeak client which is incompatible with the old 3.0.xx server version.
fritzboxuser
Posts: 49
Joined: Mon Sep 07, 2015 6:40 pm

Re: Teamspeak 3 App Update

Post by fritzboxuser »

possible that someone is update the apk to the last update from today (3.3.0 64x) ?
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

Re: Teamspeak 3 App Update

Post by clinton.hall »

A clean install of current App will install 3.2.0, however, if you already have an old version installed, that version (3.0.11.4) will remain to preserve all settings etc.

To update, all you need to do is download the current server files from teamspeak
For 64 bit system http://dl.4players.de/ts/releases/3.3.0 ... .0.tar.bz2
For 32 bit system http://dl.4players.de/ts/releases/3.3.0 ... .0.tar.bz2

Now Stop teamspeak via app central
Then you extract these and copy them into the Public/teamspeak/teamspeak3-server/ directory.

Via ssh you can use the following. (Stop Teamspeak first)

Code: Select all

ARCH=$(/bin/uname -m)
if [ "$ARCH" = "x86_64" ]; then
    URL="http://dl.4players.de/ts/releases/3.3.0/teamspeak3-server_linux_amd64-3.3.0.tar.bz2"
else
    URL="http://dl.4players.de/ts/releases/3.3.0/teamspeak3-server_linux_x86-3.3.0.tar.bz2"
fi
cd /volume1/Public/teamspeak
mv teamspeak3-server teamspeak3-server.old
wget -O teamspeak3-server.tar.bz2 $URL
mkdir teamspeak3-server
tar -xvjf teamspeak3-server.tar.bz2 -C teamspeak3-server --strip-components=1
rm -rf teamspeak3-server.tar.bz2
Then restart Teamspeak from App Central.
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
fritzboxuser
Posts: 49
Joined: Mon Sep 07, 2015 6:40 pm

Re: Teamspeak 3 App Update

Post by fritzboxuser »

clinton.hall wrote:A clean install of current App will install 3.2.0, however, if you already have an old version installed, that version (3.0.11.4) will remain to preserve all settings etc.

To update, all you need to do is download the current server files from teamspeak
For 64 bit system http://dl.4players.de/ts/releases/3.3.0 ... .0.tar.bz2
For 32 bit system http://dl.4players.de/ts/releases/3.3.0 ... .0.tar.bz2

Now Stop teamspeak via app central
Then you extract these and copy them into the Public/teamspeak/teamspeak3-server/ directory.

Then restart Teamspeak from App Central.
no that definitely does not work, I've tested it several times
fritzboxuser
Posts: 49
Joined: Mon Sep 07, 2015 6:40 pm

Re: Teamspeak 3 App Update

Post by fritzboxuser »

the way with ssh is working, strange
Post Reply

Return to “Teamspeak”