Back to mods
HyRCON project artwork

CurseForge · Hytale mod

HyRCON

RCON Bridge mod/plugin for Hytale Servers to enable headless server management

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which HyRCON release should I use?

Updated 6 months ago
Latest stable file HyRCON-2.0.0.jar
Game version Not listed
Mod system Built-in Hytale mod system

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

Where should HyRCON be installed in 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.

Separate client mod Not supported
World host / dedicated server Required
Mod system for this release Built-in Hytale mod system
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.

What else does HyRCON-2.0.0.jar need?

HyRCON-2.0.0.jar. Change the file and its required mods may change too.

No required dependencies listed for this file

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

Add HyRCON without breaking your instance.

Built for HyRCON-2.0.0.jar. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use HyRCON-2.0.0.jar. It targets Hytale; another release may target a different game build or dependency set.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Enable it on the world host

    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.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside HyRCON-2.0.0.jar. It opens that exact file at the source.

About this project

What does HyRCON add?

HyRCON Mod

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.

Creator Code Support Banner

Configuration

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.

Connecting to the HyRCON Server

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.

Running your server in Docker

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

HyRCON releases and Hytale builds

4 of 4 releases match

Looking for an older file? The official CurseForge project page is in Resources.