Hytale Server Query Test
Test if your Hytale server is online and accessible. Check player count, server name, version, and response time.
How It Works
Enter Details
Input your server's IP address or hostname and optional port.
Run Test
We'll attempt to connect and query your server's status.
Review Results
See player counts, server name, version, and response time.
Supported Query Plugins
To display player counts, version info, and server name on our list, your server needs one of these query plugins installed. Without a plugin, we can only check if the port is open (basic online/offline).
PingProtocol
Implements the Minecraft Server List Ping protocol over TCP. Easiest to set up -- just install and go.
- Protocol: TCP on game port
- Default port: 5520
- Returns: players, version, MOTD, favicon
- Setup: Install, no extra config needed
OneQuery
UDP-based query with challenge-token handshake. Supports multi-server networks with Redis aggregation.
- Protocol: UDP on game port
- Default port: 5520
- Returns: players, version, MOTD, player list
- Extras: network mode, auth tokens
HyQuery
OneQuery-compatible UDP protocol by Hyvote. Includes built-in rate limiting and response caching.
- Protocol: UDP on game port
- Default port: 5520
- Returns: players, version, MOTD, player list
- Extras: rate limiting, HMAC auth
Troubleshooting
- Make sure port 5520 (or your custom port) is open in your firewall
- If using a domain with SRV records, leave the port field empty
- Check that your server is not behind a proxy that blocks query connections
- Some hosting providers block external ping/query requests
- PingProtocol is recommended for most servers -- it's the easiest to set up (just install, no configuration needed) and provides all the data server lists need.
- OneQuery is better for advanced setups, especially multi-server networks using Redis aggregation. It uses UDP and includes player list pagination.
- HyQuery is OneQuery-compatible with added rate limiting and response caching. Good if you want extra protection against query spam.
- You only need one of these plugins. If unsure, go with PingProtocol.