Sign in to manage your server's protection. Your operator account is the same one you use on the Sentinel panel.
Apple · Google · Microsoft · Email — secured with MFA
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 →
Imported
0
New via Sentinel
0
Total in DB
0
Import existing accounts
Reads existing logins from your accounts table so current players can claim them. Passwords are never moved or exposed — players verify with their existing password.
Disable other account creation
For the strongest protection, turn off your website's auto-register and any auto-create-on-login, so every new account flows through Sentinel. This makes the one-time-password protection airtight.
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.
Auto-ban threshold (suspicion score)90
Flagged sessions
No flagged sessions. When the engine detects something suspicious, it appears here with evidence and a score.