Is there a way to check for server updates other than visiting the web site?
I ask because I was late updating my server to the latest version by 1 month
Many thanks in advanced.
Is there a way to check for server updates other than visiting the web site?
I ask because I was late updating my server to the latest version by 1 month
Many thanks in advanced.
For scripting purposes there is https://teamspeak.com/versions/server.json (there's also a client.json at that location) which is updated once a new release is published to the downloads page.
The following would give you the timestamp the server downloads were last updated:
You can also just get the current release version by using:Code:curl -sI https://teamspeak.com/versions/server.json | grep last-modified | cut -d: -f2- | date -f - +%s
Alternatively you can also just Subscribe to the news forum and select daily mail updates to receive an email by the forum once a new release is announced. You'll also get Beta release updates this way (as well as updates for the client).Code:wget https://teamspeak.com/versions/server.json -qO - | jq '.linux.x86_64.version'
Last edited by Chris; April 20th, 2018 at 12:00 PM.
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
Done the latter option (latest news forum subscription). Thank you for your aid.
Hey,
What happened with those JSON URLs?
Both returns a HTTP status code 404 (Not Found).![]()
Or simply use them themselves?
There are currently 1 users browsing this thread. (0 members and 1 guests)