Skip to main content

Quick Start

Disable and re-enable the Sentinel endpoint agent from the browser extension in 4 steps.

Open Agent Settings
Extension: Agent Settings
Status: Active
Toggle: Disable Agent
Agent Disables
State: persisted to disk
Services: stopped
DLP chains: removed
Re-enable Channel Active
Re-enable: always accepted
Survives reboots:
No other events processed
Re-enable Agent
Toggle: Enable Agent
Services: restarted
DLP chains: restored
QuilrAI

1. Disable the Agent

Open the browser extension, navigate to Agent Settings, and toggle Disable Agent. The extension sends the disable signal to the Sentinel agent over the Native Messaging pipe.

The agent responds immediately — no process restart is required.

2. What Happens on the Endpoint

StepResult
Flag persistedDisabled state written to local database — survives reboots
Services stoppedClipboard monitoring and file indexing pause immediately
DLP chains removedNo clipboard, file, or network DLP events are processed
ConfirmedExtension receives confirmation; Agent Status updates to Disabled

3. Re-enable Channel

While disabled, the agent ignores all events except re-enable signals. The re-enable channel is permanently preserved and cannot be removed — the extension can always reach the agent to restore it.

If the endpoint reboots while disabled, the agent starts in the disabled state automatically. No action is required to maintain the disabled state across restarts.

4. Re-enable the Agent

Toggle Enable Agent in the extension. All services and DLP chains are restored without a process restart.

StepResult
Flag clearedEnabled state written to local database
Services restartedClipboard monitoring and file indexing resume
DLP chains restoredFull event processing resumes immediately
ConfirmedExtension receives confirmation; Agent Status updates to Active

Next step: See the Architecture for the full disable and startup enforcement details.