Back to Mods
Cerebro - WebMapDisplay

Cerebro - WebMapDisplay

miscsulf

Cerebro is a Hytale server plugin that exposes a public, live web map with tiles and player markers. It runs an internal HTTP server (default 8081) and serves a Leaflet UI for pan, zoom, coordinate jump, and username lookup.

About Cerebro - WebMapDisplay

Overview

Cerebro is a Hytale server plugin that exposes a public, live web map with tiles and player markers. It runs an internal HTTP server (default 8081) and serves a Leaflet-based UI that supports:

Pan and zoom

Coordinate jump

Username lookup

Web Endpoints

Map UI

URL: http://<server-ip>:<port>/(default 8081)

Tiles

Method: GET

Path: /tiles/{x}/{y}

Response: image/png

Players

Method: GET

Path: /api/players

Response: application/json

Server Name

Method: GET

Path: /api/server

Response: application/json

Map Metadata

Method: GET

Path: /api/meta

Response: application/json

Commands

/cerebro port <number> Changes the internal web server port at runtime and persists the value to the server’s config.json file under the Cerebro.Port key.

Config

The plugin reads and writes the web server port from the server config.json, which is auto-located from the server root / working directory.

Stored format:

{ "Cerebro": { "Port": 8081 } }

Build Output

JAR name: Cerebro-1.0.0.jar

Plugin identifier in logs: sulf:Cerebro

Operational Notes

Memory usage can be high under load. Monitor RAM usage if you expect multiple concurrent users accessing the web map.

Downloads
89
Created
Jan 21, 2026
Updated
Jan 21, 2026
Version
Early Access

Categories

Early Plugins

Screenshots

Cerebro - WebMapDisplay screenshot 1

Download Mod

Download on CurseForge
Free download • 89 total downloads

Need a Server?

Run Cerebro - WebMapDisplay on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Cerebro - WebMapDisplay?

Cerebro is a Hytale server plugin that exposes a public, live web map with tiles and player markers. It runs an internal HTTP server (default 8081) and serves a Leaflet UI for pan, zoom, coordinate jump, and username lookup.

How do I download Cerebro - WebMapDisplay?

You can download Cerebro - WebMapDisplay for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Cerebro - WebMapDisplay?

Cerebro - WebMapDisplay was created by sulf. The mod has been downloaded 89 times.

Is Cerebro - WebMapDisplay compatible with Hytale servers?

Cerebro - WebMapDisplay is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Cerebro - WebMapDisplay?

To install Cerebro - WebMapDisplay: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.