{% extends "base.html" %} {% block title %}Settings - Janus{% endblock %} {% block settings_active %}bg-gray-700 text-white{% endblock %} {% block content %}
Set a username and password for remote dashboard access over HTTP/Tailscale. {% if dashboard_password_set %} Current user: {{ dashboard_username }} {% else %} Not configured yet. {% endif %}
When enabled, all API requests must include a valid Janus API key. Takes effect immediately.
Default is on. Keep enabled when this server is reachable on the network.
When enabled, each Janus API key always routes to the same upstream account for a given model. Improves provider cache hits and makes per-key spend easier to reconcile. When disabled, accounts rotate round-robin per request.
Requests without a Janus API key still use round-robin.
No settings stored in the database.
{% endif %}Download the current DB state as a YAML config file. Provider API keys are included in plaintext.
Reset providers, combos, pricing, and settings to the values in your config.yaml. API keys and usage history are preserved.