<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Gateway — Login</title> <script src="https://cdn.tailwindcss.com"></script> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
.social-btn:hover border-color: rgba(255, 255, 255, 0.2); color: var(--fg); transform: translateY(-2px); webui login
.password-toggle:hover color: var(--fg); meta name="viewport" content="width=device-width
: You can automate the creation of the first admin account by setting environment variables in your deployment (e.g., Docker Compose): WEBUI_ADMIN_EMAIL : The email for the admin account. WEBUI_ADMIN_PASSWORD : The password for the admin account. Gateway — Login<