Server overview

Your Sentinel agent runs on this game server, provisioning accounts, issuing one-time passwords, and protecting your players in real time.

Protected sessions
0
Accounts managed
Encrypted files
0
License
StatusActive
PlanPro
Server identityl2allstars.com
RenewsJun 24, 2026
Server HWIDSRV-…bound
Setup checklist
① Activated against control planeDone
② Game database connectedAction needed
③ Existing accounts importedPending
④ Client files encryptedPending
⑤ Protection mode chosenReview-only

Game database

Sentinel writes accounts and one-time passwords directly into your L2 login server's database — so your players keep working even if you ever stop using Sentinel. We only need access to the accounts table.

Step 1 — create a least-privilege user

Run this on your MySQL server. It grants Sentinel access to only the accounts table — never your whole database.

CREATE USER 'sentinel_agent'@'%' IDENTIFIED BY 'choose-a-strong-password'; GRANT SELECT, INSERT, UPDATE ON your_l2_db.accounts TO 'sentinel_agent'@'%'; FLUSH PRIVILEGES;
Step 2 — connect
🔒 Credentials are stored locally on this server, encrypted at rest. They are never sent to Sentinel's cloud — the agent connects to your database directly.

Player accounts

Import your existing players so they can claim their accounts in the launcher, and watch new registrations land here. Sentinel manages the game password; players sign in with their Sentinel account.

Database required

Connect your game database first to manage accounts. Go to Database →

Client files

Add the folders your players need — system, systextures, textures, anything. Sentinel encrypts every file (AES-256-GCM), preserving the folder structure. The launcher mirrors them back into each player's Lineage 2 install, decrypted in memory — never written to disk in the clear.

Add a folder to protect
Drop a folder here, or click to choose
structure preserved · encrypted on add · up to 200 MB per file

Protection

Live sessions, suspicion scores, and bans. Choose whether Sentinel auto-bans or leaves the call to you.

Enforcement mode
Auto-ban
When off (recommended to start), flagged players appear below with a suspicion score and you decide. When on, Sentinel bans automatically above your threshold.
Flagged sessions
No flagged sessions. When the engine detects something suspicious, it appears here with evidence and a score.
Ban list
Bans apply by account, IP, and/or HWID.

Settings

Agent configuration and account.

One-time password server
StatusListening
Bind address0.0.0.0:8799
Rotate on closeEnabled
Stale-session backstop95 s
Account
Signed in asoperator@l2allstars.com