Operations Platform For Modern RP Teams

Run Your City With Clarity, Speed, And Control.

ESS Core combines moderation tooling, player services, automation, and incident workflows into one focused command center for staff teams.

99.9%

Panel Uptime

<150ms

Avg API Latency

24/7

Staff Visibility

Live Operations Feed

  • Dispatch: 3 reports escalated
  • Safety: 12 bans reviewed
  • Economy: 4 anomalies flagged
/ess sync --cluster us-east
Smart Alerts Role Access Audit Trails Incident Notes

Staff Access

Sign In To ESS Core

Authenticate with your staff account to access moderation and server operations.

Accounts can only be issued by Owner and Head Admin.

Developer Workflow

Simple Setup, Powerful Control

Get live fast with production-ready snippets for ESS Core operations.

Quick Installation

Bring ESS Core online in minutes.

# Clone the ESS Core framework
git clone https://github.com/ess-core-framework/ess-core.git [ess-core]

# Start the framework in your server.cfg
ensure ess-core

# Optional modules
ensure ess-dispatch
ensure ess-admin

Create A Staff Role

Define rank and permissions cleanly.

ESS.Roles.Create("senior_moderator", {
  label = "Senior Moderator",
  dashboard = true,
  canWarn = true,
  canBan = true,
  canAudit = true
})

Reset Password

Answer your security question to set a new password.