Failed to download revocation list - myTS Features are not available

This is a megathread to collect all reports of issues with the myTS revocation list. Please refrain from creating new topics about this issue and use this thread instead.


It is possible that our revocation server is currently experiencing a brief downtime. If you are affected, please let us know by replying in this thread. Our team will then review the issue and work toward a resolution as soon as possible.


This is the error shown in the TS3 Client

The TeamSpeak server could not validate your myTeamSpeak ID. Some myTeamSpeak related services are not available.
Reconnecting might solve the issue. (it didn't)
myTeamSpeak ID is invalid

This is the error shown in the server logs.

failed to download revocation list - count: 4
rejecting myteamspeakid: revoke list out of date
client is connecting with a invalid or revoked myTeamSpeak ID

Before posting please check:

  • that you are using the latest TeamSpeak server version

  • with a mobile hotspot or ask a friend if they can reach out server
    → If it works there, your firewall, router, or ISP is blocking certificate servers

  • if you are using Docker your Container may not have the same network settings as the host machine. A simple fix could be to use one of these solutions.

    Note: this can have the disadvantage that the Container is no longer running disconnected from the Host machine. Please use this with caution or make sure that it is safe to use on your setup.

    Modify the container to use host networking:

    docker run --network host ...
    

    Or in docker-compose:

    network_mode: "host"
    
  • that you can ping our services:

    Domain Protocol Local Port (Server) Remote Port Notes
    accounting.teamspeak.com TCP 1024-65535 (random by OS) 2008 TeamSpeak 3 Server versions 3.0.x
    accounting2.teamspeak.com TCP 1024-65535 (random by OS) 443 TeamSpeak 3 Server versions 3.1.x
    ts3services.teamspeak.com TCP 1024-65535 (random by OS) 443 TeamSpeak 3 Server versions 3.1.x

If you are still experiencing any issues with the myTeamSpeak revocation list, please let us know by posing in this thread.

It seems like myteamspeak revocation list is down? I see this msg on startup with ts3 server linux, ts6 server linux, ts6 server windows:

2026-03-30 17:50:11.237936|INFO |ServerLibPriv | |failed to download revocation list - count: 1

and these two addresses serve 0 byte file:

https://ts3services.teamspeak.com/revocation-certificates

https://ts3services.teamspeak.com/revocation-myteamspeakid

Same problem

Thanks for the reports. We’ve looked into it, and it should be working again :+1:

4 Likes

Hi everyone,

My TS6 server has been blocking all client connections since April 15. Clients get “failed connection initialization” when trying to join. Everything was working fine until then and it suddenly broke without any action.

I’m running ts6 in Docker on a raspberry Pi 4 (using Box64 emulation).
The logs show :

ERROR |Accounting | |Failed to report default license - connection issue
INFO |ServerLibPriv | |failed to download revocation list

What I checked :

  • The container is running fine and has internet access (other https connections are working).
  • Port forwarding and Docker port mapping are correct
  • Restarting the container doesn’t help

Is anyone else seing this ? Any ideas what I could try, or could this be something that needs to be fixed on the TeamSpeak side?

Thanks!

Have you restarted the server?

If so, please post a full server log, only snippets are too little information.

2 Likes

Hello ! Yes I tried multiple times. Here are my logs after restarting:

> 2026-04-21 16:43:19.022188|INFO    |ServerLibPriv |   |TeamSpeak Server v6.0.0-b
> eta8 (2026-01-22 10:21:30)
> 2026-04-21 16:43:19.056654|INFO    |ServerLibPriv |   |SystemInformation: Linux
> 6.12.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.62-1+rpt1 (2025-12-18) x86_64 Bi
> nary: 64bit
> 2026-04-21 16:43:19.132438|INFO    |              |   |checking database integri
> ty (may take a while)
> 2026-04-21 16:43:19.581738|INFO    |ServerLibPriv |   |updated server query admi
> n password
> 2026-04-21 16:43:19.683008|WARNING |Accounting    |   |Unable to open /data/lice
> nsekey.dat
> 2026-04-21 16:43:19.712015|INFO    |Accounting    |   |Licensing Information
> 2026-04-21 16:43:19.713680|INFO    |Accounting    |   |licensed to       : TeamS
> peak Systems GmbH
> 2026-04-21 16:43:19.715450|INFO    |Accounting    |   |type              : No Li
> cense
> 2026-04-21 16:43:19.718669|INFO    |Accounting    |   |starting date     : Thu J
> an 15 00:00:00 2026
> 2026-04-21 16:43:19.720758|INFO    |Accounting    |   |ending date       : Fri M
> ay  1 00:00:00 2026
> 2026-04-21 16:43:19.722202|INFO    |Accounting    |   |max virtualservers: 1
> 2026-04-21 16:43:19.723573|INFO    |Accounting    |   |max slots         : 32
> 2026-04-21 16:43:20.300880|INFO    |              |   |Precomputing puzzle, this
> may take some seconds…
> 2026-04-21 16:43:26.841137|INFO    |              |   |Puzzle precompute time: 6
> 538
> 2026-04-21 16:43:26.866237|INFO    |FileManager   |   |listening on 0.0.0.0:3003
> 3, \[::\]:30033
> 2026-04-21 16:43:26.908265|INFO    |Query         |   |Using a query thread pool
> size of 2
> 2026-04-21 16:43:27.249999|INFO    |VirtualServerBase|1  |listening on 0.0.0.0:9
> 987, \[::\]:9987
> 2026-04-21 16:43:27.294761|INFO    |Query         |   |listening for ssh query o
> n 0.0.0.0:10022, \[::\]:10022
> 2026-04-21 16:43:27.302358|INFO    |Query         |   |listening for http query
> on 0.0.0.0:10080, \[::\]:10080
> 2026-04-21 16:43:27.336126|INFO    |CIDRManager   |   |updated query_ip_allowlis
> t ips: 127.0.0.1/32, ::1/128, 172.18.0.0/16,
> 2026-04-21 16:43:28.112220|DEVELOP |VirtualServer |1  |Found 0 server group assi
> gn entries for permission migration
> 2026-04-21 16:43:28.894740|INFO    |ServerLibPriv |   |failed to download revoca
> tion list - count: 1
> 2026-04-21 16:43:29.186043|INFO    |ServerLibPriv |   |failed to download revoca
> tion list - count: 1
> 2026-04-21 16:44:20.093158|ERROR   |Accounting    |   |Failed to report default
> license - connection issue

Please check the first post here.

I’m very certain, that this is a network issue on your end.

In the past we’ve had issues with different regions experiencing downtime while others don’t, but there is only your case we’re aware of now regarding this issue.

2 Likes