S

Samaritan

Secure coordination for Minecraft teams

Live Position Sync • Authenticated Team Feed

Keep your crew coordinated.

Samaritan is a lightweight backend for a Minecraft companion client. Players authenticate, open a secure WebSocket session, and share live position and team context with trusted members. The result is a private relay for awareness, not a public map dump.

HTTPS / WSS Traffic is intended to run over encrypted web and websocket connections.
JWT + Admin Auth Player sessions and the admin panel are protected separately.
Real-Time Relay Position, chat, presence, and token state update live.

Core Features

Presence

Online teammate visibility

Track who is connected, which server they are on, what dimension they are in, and when they last updated.

Sync

Position and context relay

Clients exchange coordinates, dimension data, server address, and supporting status through a central relay.

Control

Admin management tools

Create users, rotate passwords, suspend access, inspect token history, and send administrative chat messages.

How It Works

Step 1

Login

The client authenticates against the REST API and receives a signed JWT for subsequent requests.

Step 2

Connect

The client opens a WebSocket connection and includes the token in gameplay messages so the relay can verify identity.

Step 3

Coordinate

Trusted players receive live team data while admins retain oversight through the private web panel.