TeamSpeak 3 Server Status live online check
Check in seconds whether a TeamSpeak 3 server is online. We read slots, version, platform and uptime via ServerQuery and test the key ports (Voice, File Transfer, ServerQuery, WebQuery). Free, no signup, with anti-SSRF protection.
How does the TS3 status check work?
The tool's server first resolves the entered hostname via DNS and verifies that the returned IP is publicly routable. Private ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/8, link-local, loopback) are categorically rejected. Only then does it open a TCP connection to the ServerQuery port 10011, read the TS3 banner and query the protocol with the commands version, use port=<voice> and serverinfo.
Then the tool runs a short TCP connect against the typical ports (Voice 9987 as UDP is not actively tested because UDP isn't reliably verifiable via connect probe; we test 10011, 30033 and 10080). All sockets have hard timeouts (2 seconds for ServerQuery, 0.8 seconds per port check) so response time stays low.
ServerQuery, slots and port visibility explained
TeamSpeak 3 separates the voice protocol (UDP, default port 9987) from the management interface ServerQuery (TCP, port 10011). Tools like this one read metadata via ServerQuery: slots, version, platform, uptime. For anonymous (unprivileged) access to return data, the default server group needs the b_virtualserver_info_view right. Many admins remove it deliberately, so competitors or bots can't collect slot statistics. In that case we see "Hidden".
- Voice: UDP 9987 (default, often custom)
- ServerQuery (raw): TCP 10011
- ServerQuery (SSH): TCP 10022 (if enabled)
- File Transfer: TCP 30033
- WebQuery (HTTP): TCP 10080
- WebQuery (HTTPS): TCP 10443 (if enabled)
Why some servers only respond partially
There are three common reasons for an incomplete answer. First: the firewall blocks port 10011 from outside, so we mistakenly see the server as "Offline". Second: ServerQuery is reachable, but the unprivileged group isn't allowed to call serverinfo . Third: the voice port you entered doesn't exist on this instance (multiple virtual servers share a daemon). In the last case the tool reports "Partially reachable".
Anti-DDoS providers, NAT firewalls and IPv4 CGNAT can also cause the ServerQuery port to not respond from outside while the voice port is forwarded. In those cases only a voice client test will tell.
Privacy and limits
We don't store inputs long-term. For rate limiting (20 requests per minute per IP) a hash of the client IP is briefly held in the tool container and overwritten after 60 seconds. There is no tracking, no cookies and no third-party scripts other than hCaptcha (to protect against automated mass queries).
Tool limits: TeamSpeak 5 servers (new protocol) are not supported. TeaSpeak is largely compatible, though some fields may be missing. UDP voice ports are not actively tested because TCP connect probes against UDP aren't meaningful. For internal servers (private IP ranges) this tool is intentionally not usable; use a local client instead.