Skip to content

Accessing Admin Panel

LLMInspect provides an Admin Panel (available by default at port 7116) where you can view all of your configurations and manage guardrails in real time:

LLMInspect Admin Panel

Administrators can enable or disable guardrails for specific models directly from this interface. The panel supports both dark and light modes for accessibility; simply click the mode-switch button in the header to toggle between them:

Admin Panel Mode Switch Button


Configuring Guardrails

  1. Locate the validation rule. In the sidebar, expand Validation, then scroll down to find the rule you want to modify (for example, DetectPII).

  2. Edit the failure mode. Hover over the on_fail column for that rule. An edit icon will appear—click it to open a dropdown menu:

Edit on_fail

  1. Select a new mode. Choose the desired mode (e.g. warn instead of block). Changes are saved automatically.

Example: Changing DetectPII from block to warn means that, instead of blocking requests containing personal information, the system will issue a warning to the user. For more details on what each mode does, see our security guide: Guardrails Configurations.