Hytale Practical Wiki

Hytale server guide

Running your own Hytale server comes down to four jobs: get the server software running, configure the world, open the network path so players can reach it, and keep it updated. This guide walks all four, then covers what breaks.

Last checked: September 2026Early Access

What you need before starting

RequirementNotes
The server softwareDownloaded from the official source — see the server jar page. Only ever from official channels.
A machine to run it onYour own PC works for friends-and-family servers; for 24/7 uptime use a dedicated server or rented hosting.
Control of your routerYou'll forward the server port. No router access means players can't connect from outside your network.
The game clientTo connect and verify everything works before inviting anyone.

Setup

  1. Download the server software from the official source and put it in its own folder — it generates config files and world data alongside itself.
  2. Run it once. The first boot creates the default configuration and the world. Expect a short wait; don't kill the process partway through world generation.
  3. Connect locally. Use your machine's local address as the server IP in the client. If you can't connect on localhost, fix that before touching anything network-related — the problem is the server, not the network.
  4. Configure. Edit the generated config to set the world name, player limit and rules you want. Restart after changes; most settings apply at boot only.
  5. Open the path for outside players — the firewall and port-forwarding section below.
  6. Hand out your public IP (or a hostname if you set one up) and confirm someone outside your network can join.

The fully detailed self-hosting walkthrough, including router specifics, is how to host a Hytale server.

Configuration: the settings that matter

The generated config covers everything; four areas decide whether the server survives contact with players:

SettingWhat it controlsPractical advice
World name / seedWhich world runsSet deliberately — a wrong seed choice means regenerating later, and regenerating means everyone loses everything
Player limitConcurrent connectionsMatch your hardware, not your ambitions; see dedicated servers
PortWhere the server listensWhatever you choose, use the same value everywhere: config, firewall, router
Game rulesPvP, difficulty-adjacent settingsPublish them to players — SMP communities live and die on stated rules

Restart after any change. "The server ignored my edit" is almost always "the server was never restarted" — settings apply at boot.

Firewall and ports — the part that blocks everyone

Two separate things must allow traffic, and people constantly fix one while the problem is the other:

  • The server machine's firewall (Windows Defender or third-party AV) must allow the server program and its port. This causes the classic firewall error.
  • The router must forward the server's port to the server machine. Without forwarding, local connections work and outside connections don't — the single most common "server won't let friends in" cause.
Port numbers Use the port your server actually reports in its console/config on your current build — don't forward a number you read on a website, this one included. Then forward it consistently in both the firewall and the router.

How players connect

Players add your server address (public IP or hostname, plus port if it's non-default) in the client's server browser and join. What to tell them, and what to check when they can't connect, is on the failed to connect page — keep that link handy; every server owner pastes it eventually.

The errors owners actually hit

Keeping it running

  • Update promptly after game patches. A server build older than the clients can't serve them — the mismatch shows up as connection failures. The update tracker notes when patches are server-relevant.
  • Back up the world folder on a fixed schedule. World corruption is rare, but the world folder is the only copy of your server.
  • Watch the console on boot — errors there are the ground truth for everything else that follows.

Admin: the job nobody budgets for

If strangers will join, moderation is part of hosting, not an optional extra:

  • Permissions from day one. Server-side admin tooling exists in the mod ecosystem — server mod installation is the same process as any server mod. Setting it up before the incident is the entire trick.
  • A second admin in another time zone. Small communities most often fail when a single owner burns out, not for technical reasons. The SMP guide covers the staffing math.
  • Published rules. A two-line rule post prevents ninety percent of moderation arguments; enforcement prevents the rest.

Performance expectations, honestly

A friends-and-family server is a light workload — the machine that runs the game client can usually also run the server. Where it stops being true: large concurrent player counts, heavy server mods, and big redstone-adjacent contraption equivalents. When players report lag, the diagnostic order is: player count versus hardware, then mod load, then network — almost never in a different order. If you've outgrown your box, that's what rented hosting or a dedicated machine solves.

Spotted an error, or a patch changed something this page relies on? Report it on this page.