<%- include("partials/shared_header", { title: "OAI Reverse Proxy Admin" }) %>

OAI Reverse Proxy Admin

<% if (!usersEnabled) { %>

🚨 user_token gatekeeper is not enabled.

None of the user management features will do anything.

<% } %> <% if (!persistenceEnabled) { %>

⚠️ Users will be lost when the server restarts because persistence is not configured.

Be sure to export your users and import them again after restarting the server if you want to keep them.

See the user management documentation to learn how to set up persistence.

<% } %>

Users

Maintenance

Key Recheck
<% if (quotasEnabled) { %>
Bulk Quota Management

Resets all users' quotas to the values set in the TOKEN_QUOTA_* environment variables.

Resets all users' token records to zero.

<% } %>
<%- include("partials/admin-footer") %>