• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Server Failed to validate license

FCHOST

Member
[2021-11-04 09:23:05] [DEBUG] 40 | [xxxxxx:13100/isa | 1] Conexão liberada com sucesso.
[2021-11-04 09:23:05] [INFO] 40 | Cliente de voz 3340 / JLlRALH7dN8EDS56USLuT / 6RcJw = (isa) de xxxxxx:13100 à esquerda.
[2021-11-04 09:23:05] [DEBUG] 40 | Excluindo instância VoiceClient em 0x7ff6d47dd820
[2021-11-04 09:29:27] [DEBUG] 20 | Limpando o cache de conversas.
[2021-11-04 09:31:47] [DEBUG] GLOBL | Resolvido com sucesso o nome do host para 87.106.252.164
[2021-11-04 09:31:52] [CRÍTICO] GLOBL | Falha ao validar licença:
[2021-11-04 09:31:52] [CRÍTICO] GLOBL | desconexão inesperada: tempo limite de conexão
[2021-11-04 09:31:52] [CRÍTICO] GLOBL | Parando o servidor!
[2021-11-04 09:31:52] [INFO] GER | Parando todas as instâncias do servidor!
[2021-11-04 09:31:52] [INFO] GER | Parando o aplicativo
[2021-11-04 09:31:52] [DEBUG] GLOBL | Parando todos os servidores virtuais
[2021-11-04 09:31:52] [DEBUG] GLOBL | Todos os servidores virtuais parados
[2021-11-04 09:31:52] [DEBUG] CONSULTA | Parando o servidor de consulta
[2021-11-04 09:31:52] [DEBUG] CONSULTA | Servidor de consulta parado
[2021-11-04 09:31:52] [DEBUG] ARQUIVO | Parando o servidor de arquivos
[2021-11-04 09:31:52] [DEBUG] ARQUIVO | Servidor de arquivos parado
[2021-11-04 09:31:52] [DEBUG] GEN | O loop de evento de rede 1 foi encerrado.
[2021-11-04 09:31:52] [DEBUG] GEN | O loop de evento de rede 2 foi encerrado.
[2021-11-04 09:31:52] [DEBUG] GEN | O loop de evento de rede 3 foi encerrado.
[2021-11-04 09:31:52] [DEBUG] GEN | O loop de evento de rede 4 foi encerrado.
[2021-11-04 09:31:52] [INFO] GER | A aplicação foi suspensa com sucesso!
 
Last edited:

yamano

TeaSpeak Team
Staff member
TeaTeam
**Do not publish users ips, always be careful**
Usually this happens when your server can not validate the premium license ;)
Be sure to whitelist the teaspeak licensing ip: licensing.teaspeak.de
 

FCHOST

Member
so I've already added the ip of the site 87.106.252.164 on the firewall, I just didn't understand why that's still there.
it stayed on for 3 days without a problem and it only happened yesterday


it's already authorized by the firewall you say that I have to add it here?
 
Last edited:

yamano

TeaSpeak Team
Staff member
TeaTeam
PLEASE HIDE the personal ips present on your post, you still didnt hide it...
Probably some momentaneously host network problem.
And how did you added the ip to the firewall?
Can you show the rule? (if i remember, last time you did it wrong... so i just want to confirm).
 

yamano

TeaSpeak Team
Staff member
TeaTeam
so I've already added the ip of the site 87.106.252.164 on the firewall, I just didn't understand why that's still there.
it stayed on for 3 days without a problem and it only happened yesterday


it's already authorized by the firewall you say that I have to add it here?
what? :oops:
Thats not a firewall lol
Thats just a whitelist file from the server man.

You need to add to your iptables like this:
-A INPUT -s 87.106.252.164 -j ACCEPT
-A OUTPUT -d 87.106.252.164 -j ACCEPT

(i dont know if you need both, but at least you can test!)