promotional bannermobile promotional banner

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.
Screenshot 2026-01-21 013s428(1).png

Screenshot 2026-01-21 013s428(1).png

Description

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.

The Cerebro - WebMapDisplay Team

profile avatar
Owner
  • 1
    Followers
  • 2
    Projects
  • 277
    Downloads

More from sulf

  • Custom Markers - Core project image

    Custom Markers - Core

    • 47
    • Bootstrap

    This plugin is designed as a flexible base for modifying player markers on the map and navbar through endpoints. It aims to be accessible, modular, and easy to extend, providing a dynamic foundation for custom implementations.

    • 47
    • February 6, 2026
    • Bootstrap
  • Custom Markers - Core project image

    Custom Markers - Core

    • 47
    • Bootstrap

    This plugin is designed as a flexible base for modifying player markers on the map and navbar through endpoints. It aims to be accessible, modular, and easy to extend, providing a dynamic foundation for custom implementations.

    • 47
    • February 6, 2026
    • Bootstrap