HyRCON-2.0.0.jar
22 Jan 2026
CurseForge · Hytale mod
RCON Bridge mod/plugin for Hytale Servers to enable headless server management
Quick answer
HyRCON-2.0.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
HyRCON-2.0.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for HyRCON-2.0.0.jar. Pick another file and the loader, install side or required mods may change.
Use HyRCON-2.0.0.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside HyRCON-2.0.0.jar. It opens that exact file at the source.
About this project
This mod runs a TCP server that listens for commands from external HyRCON clients to run in the server console, allowing easier commands in headless containerized deployments.
When you first add the mod to your server and start it, a new directory will get created containing a config.yml.example if you rename this file to config.yml or copy it to the new name, and change the options to fit your needs it will use the config file over environment variables.
This plugin can also read configuration elements directly from the process environment variables for use in things like docker, you can configure this mod with the following variables at server startup.
HYRCON_ENABLED / RCON_ENABLED: Enables or disables the HyRCON server. Defaults to true.HYRCON_BIND / RCON_BIND: Optional combined bind address in host:port (or [ipv6]:port) form. Defaults to 0.0.0.0:25575.HYRCON_HOST / RCON_HOST: Host fallback when no bind address is set. Defaults to 0.0.0.0.HYRCON_PORT / RCON_PORT: Port fallback when no bind address is set. Defaults to 25575.HYRCON_PROTOCOL / RCON_PROTOCOL: Chooses the remote console protocol to expose. Use hyrcon for the legacy line-based protocol or source for Source-compatible RCON. Defaults to source.HYRCON_PASSWORD / RCON_PASSWORD: Password required for client authentication. Defaults to changeme.I created a simple Rust client that can be used to connect to the HyRCON server, which you can download from here, but any tools that can connect to a Source-compatible RCON server should work, if you come across any issues please open an issue on the GitHub repository.
If you're looking for an easy way to run your server in Docker, I also created a container image that handles OAuth and automatic mod downloads which includes this mod for its in-built RCON capabilities, you can find that over at dustinrouillard/hytale-docker
Project description from CurseForge.
Recent files
22 Jan 2026
22 Jan 2026
19 Jan 2026
17 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.