Menu
 

How to Get Your Hytale Server into Server Discovery (Update 5, 2026)

How to Get Your Hytale Server into Server Discovery (Update 5, 2026)

Last verified: June 14, 2026. Server Discovery shipped with Update 5 on May 27, 2026. Update 6 is in weekly pre-release (Launcher > Settings > Pre-Release). Details below are drawn from Hypixel Studios' official server-lists announcement and Server Operator Policies.

For the first eighteen months of Early Access, the only ways players found a community Hytale server were word of mouth, Discord invites, and third-party server lists. Update 5 changed that. It introduced Server Discovery: an in-client browser, built into the official Hytale launcher, where players search and join community-run dedicated servers without ever leaving the game. For anyone running a public server, this is now the single most important growth channel, and getting listed correctly is the difference between a quiet world and a full one.

This guide explains exactly what Server Discovery is, how a dedicated-server owner gets listed, the configuration and network requirements involved, and where managed hosting removes the friction so your server actually appears and stays visible.

What Server Discovery Is (and Is Not)

Server Discovery is the in-game server browser added in Update 5. From the main menu in the Hytale launcher, players open the discovery page and browse a curated, searchable directory of community servers. They can:

  • Search by name or description to find a specific community or type of experience.
  • Filter by server type - Survival, Adventure/RPG, Creative, PvP, Minigames, Roleplay, Social, Sandbox, or Other.
  • See how many players have liked or favorited a server, which functions as a soft popularity signal.
  • Mark favorites and re-open a recently-played list to return to servers they enjoyed.

A small set of Featured servers are hand-picked by the Hytale team as high-quality experiences highlighted for the community. The rest of the directory is owner-submitted and moderated.

It is worth being precise about one thing, because the platform's distribution model is frequently misunderstood. Hytale is not on Steam. It is distributed exclusively through Hypixel Studios' own launcher and hytale.com accounts; Steam is listed only as "Coming Soon." Server Discovery is therefore a launcher-native feature. There is no Steam server browser, no Steam master-server registration, and no Steamworks heartbeat involved. If you have read older guides that describe registering a Hytale server with Steam's master servers or the Steamworks API, disregard them - that mechanism does not exist for Hytale. Everything below runs through your Hytale account and the dedicated server's own discovery integration.

The initial version of the listing is deliberately simple. A listing carries a name, description, and tags. There are no custom icons, banners, or rich media yet - so your name and description do almost all of the work in attracting clicks.

The Listing Workflow at a Glance

Getting into Server Discovery is a two-sided process. One side is the listing, which you create on your Hytale account page. The other side is the server itself, which has to prove it is online by sending heartbeats. Both have to be in place before players see you.

  1. Create a Server Profile in your Hytale account and fill in the listing details.
  2. Verify the domain you list, using a DNS TXT record.
  3. Submit the listing for manual review and wait for it to be accepted.
  4. Generate a discovery token and configure your dedicated server to send heartbeats with it.
  5. Keep the server online so the heartbeats continue and the listing stays visible.

Step 1: Create a Server Profile

Server listings are managed from the Server Profiles section of your Hytale account page (the Account Manager at accounts.hytale.com). Open Server Profiles and click Create. You will be asked for:

  • Name and description. This is your only pitch. Tell players plainly what makes the community worth joining - the gameplay focus, the rules, the vibe. Because there are no banners or icons yet, clear, specific copy beats clever copy.
  • Server type. Pick one of Survival, Adventure/RPG, Creative, PvP, Minigames, Roleplay, Social, Sandbox, or Other. This drives the type filter players use, so choose the category that genuinely matches the experience rather than the one you think is most popular.
  • Audience tag. Choose Everyone, Teen, or Mature so players land somewhere appropriate for them. Setting this honestly matters for moderation and for staying within the Server Operator Policies.
  • Regions. Select the regions you actually serve from the ten available options spanning NA, South America, EU, the Middle East, Asia, and Oceania. Players filter by region to keep ping low, so list only where you genuinely have low-latency reach.

Step 2: Verify Your Domain with a TXT Record

To prove the listing is genuinely yours - and to stop bad actors from listing a server under someone else's brand - Hytale requires domain verification via a DNS TXT record. You add the TXT record that the Server Profile shows you to the DNS zone of the domain you are listing. The listing then enters a Pending verification state while Hytale checks for the record.

Two practical notes. First, DNS propagation is not instant; allow time for the record to become visible before expecting the check to pass. Second, verification has a deadline - the listing card indicates the TXT check must complete within 30 days, after which an unverified listing will not go live. If you do not own a domain, this is one of the more common places where a managed host helps, because the host already controls the connection domain and can place the record for you.

Step 3: Submit for Review

Once the details are filled in and the domain is verifying, the listing enters a moderation queue. A Hytale moderator confirms the details are accurate and that the server complies with the Server Operator Policies. The listing card shows you exactly where you stand:

  • Under review - awaiting moderator action.
  • Pending verification - the TXT record check is still in progress.
  • Accepted - approved and ready to appear in the browser.
  • Denied - review failed; read the stated reasons, correct them, and resubmit.
  • Paused - temporarily hidden by you, the operator.

Because review is manual, treat your name, description, type, and audience tag as the things the moderator reads. Vague or misleading listings, or anything that conflicts with the audience tag you chose, are the obvious causes of a denial. Get them right the first time and approval is straightforward.

Step 4: The Discovery Token and Heartbeats

An accepted listing is not enough on its own. Server Discovery only shows servers it can confirm are actually online, and it confirms that through heartbeats. Each accepted listing has a discovery token shown on its listing card; that token authenticates your server's availability to the discovery service.

Hypixel Studios describe discovery-token generation as a simple command you run, either in the server console or in chat as an OP. You take the token tied to your listing and configure your dedicated server to send heartbeats with it. From then on, the server reports in on a fixed interval.

The interval is the part you must respect. Servers must send a heartbeat every two minutes. If your server stops sending heartbeats for more than two minutes, the listing is hidden from Server Discovery until the server comes back online and resumes reporting. In practice this means a listing is only as reliable as the server's uptime: every crash, every unattended restart, and every period where the server process is down is a window in which new players cannot find you.

Do not invent config keys. Hypixel has stated the token-generation command ships with the listing feature and is run from the console or chat as an OP, but they have not published a fixed config-file field name or a separate discovery port in the public announcement. Generate the token from your accepted listing, follow the in-product instructions for your server build, and confirm the heartbeat is reaching the service before assuming you are visible. The heartbeat travels outbound from your server, so it is the server's normal game connectivity - it does not require opening a new inbound discovery port beyond your existing game port.

Network and Connectivity Requirements

Server Discovery sits on top of your existing dedicated-server networking; it does not replace it. The same connectivity that lets a player join you directly is what lets them join through discovery. The fundamentals have not changed since the Linux setup and "server not showing" guides:

  • UDP port open and forwarded. Hytale's networking runs over UDP using QUIC, and the dedicated server uses UDP port 5520 by default. If that port is not open and forwarded, players cannot connect even if your listing is visible. See Port Forwarding & Firewall.
  • Bind to the right interface. A server bound only to localhost will not accept outside connections. Bind to 0.0.0.0:5520 on a public server.
  • Server authentication. The server has to be authenticated against your Hytale account before it can carry a verified listing. See Authentication Failed.
  • Stable outbound connectivity. Because the listing depends on a heartbeat every two minutes, your server needs uninterrupted outbound access to the discovery service. A firewall that blocks outbound traffic, or a flaky connection, will intermittently drop you from the browser.

If your server runs but does not appear in the in-client browser even after the listing is accepted, work through Hytale Server Not Showing - the usual culprits are a blocked UDP port, a localhost bind, a server that is not authenticated, or heartbeats that are not reaching the service.

Server Discovery as a Growth Channel

It is hard to overstate how much Update 5 shifted the economics of running a public server. Before discovery, growth was a marketing problem: you had to drive players to your server from outside the game, against the friction of copying an IP address into a launcher. After discovery, the players are already inside the launcher, actively browsing for somewhere to play. Your job changes from acquisition to presentation and reliability.

Two levers matter most, and they map directly to the steps above.

Presentation. With no banners or icons in the first version, your name, description, server type, and tags are the entire shop window. A precise description of a Survival economy server, a hardcore PvP arena, or a moderated Roleplay world will pull the right players and keep them, while a generic "best server, join now" gets scrolled past. Likes and favorites compound this: the more accurately you attract players who stay, the better your soft popularity signal, and the more discoverable you become.

Reliability. The two-minute heartbeat rule turns uptime into visibility. A server that crashes nightly and restarts unattended is invisible during every gap, and those gaps land at exactly the moments new players are browsing. The servers that win in discovery are the ones that are simply always there - accepted listing, valid token, server online, heartbeat flowing.

That second lever is where infrastructure quietly decides outcomes. Discovery rewards the servers that never disappear from the list, and staying on the list is an operations problem more than a marketing one.

How Managed Hosting Helps You Appear

Nothing about Server Discovery requires a managed host - a self-hosted server with a correctly forwarded UDP 5520, an authenticated session, a verified domain, and a steady heartbeat will list just fine. But several of the steps above are exactly the kind of thing that goes wrong on home connections and hand-rolled setups, and a managed host removes them:

  • Always-on uptime keeps the heartbeat flowing. Because dropping heartbeats for two minutes hides your listing, the single biggest discoverability factor is uptime. A managed host runs your server 24/7 on enterprise infrastructure with automatic restarts, so you are not relying on a home PC staying awake.
  • Correct networking out of the box. UDP 5520 is open and reachable, the server binds to a public interface, and there is no home-router NAT or ISP firewall silently breaking QUIC traffic - the most common reasons a listed server still shows as unjoinable.
  • Domain and verification handled. A host provides the stable connection address and can place the verification TXT record, so the domain-verification step does not stall a listing that is otherwise ready.
  • Authentication and token management without the guesswork. A managed control panel and console give you a clean place to authenticate the server and run the discovery-token command, rather than wrestling with a headless box over SSH.
  • Backups and stability protect your reputation. Likes and favorites accrue to servers that players trust. Daily backups and a stable tick rate mean a corrupted world or a bad update does not undo the community you built.

Supercraft's managed Hytale hosting is built for exactly this: instant setup, the correct UDP networking pre-configured, 24/7 uptime so your heartbeat never lapses, and a console and FTP access for authentication, tokens, and config. You handle the listing copy and the community; the platform makes sure the server is always there to be discovered.

Quick Checklist

  1. Create a Server Profile at your Hytale account page and fill in name, description, server type, audience tag, and regions.
  2. Add the DNS TXT record to verify your domain (within 30 days).
  3. Submit for review and wait for the listing to move from Under review to Accepted.
  4. Generate the discovery token from the accepted listing and configure the server to send heartbeats with it.
  5. Confirm UDP 5520 is open, the server is bound publicly and authenticated, and heartbeats are flowing every two minutes.
  6. Keep the server online - uptime is visibility.

Want to be discoverable without the operations headache? Host your Hytale server with Supercraft for always-on uptime, correct UDP networking, and managed authentication - so your listing stays visible in Server Discovery.

Tired of fighting this issue every patch?

Run a managed Hytale server with us. We handle the patches, mod-version pinning, save backups, and DDoS protection. Set up in 3 minutes, 5 datacenter regions, no contract.

See Hytale hosting plans →
Top