Railbase
GPTClaude

The admin console

Sign in, find your way around, and the three working areas of the UI.

Updated

Video guide —watch on YouTube ↗

Every Railbase instance ships with a full admin console at /_/ — a single-page app embedded in the binary. It's where you manage data, users, settings, logs, and backups without writing any code.

The Railbase admin console dashboard
The admin dashboard: a quick health overview with live request, error, audit, and job metrics.

Signing in

Go to http://your-host/_/. Sign in with an admin account (create one with railbase admin create you@example.com — see Quickstart). If the account has two-factor enabled, you'll be prompted for a 6-digit code; you can also use a recovery code. On a brand-new install with no admins yet, the screen points you at the admin create command, and a one-step setup wizard is available at /_/bootstrap.

Try it: Signing in

  1. Head to slash-underscore-slash and you reach the sign-in screen. go to /_/login
  2. Enter your admin email. type “admin@example.com” into Email
  3. And your password. type “AdminP@ss123” into Password
  4. Sign in, and you're in the console. click “Sign in”
The Railbase admin sign-in screen
The admin sign-in screen at /_/ — password, with optional two-factor on accounts that enrolled it.

Getting around

The console is organized into three top tabs, each with its own sidebar:

Tab What's there
Data Your collections, the schema editor, records, and system tables
Logs The audit timeline, realtime monitor, health/metrics, cache
Settings Auth, mailer, users & roles, backups, webhooks, marketplace, and more

Try it: A tour of the console

  1. The console opens on the Dashboard — a quick health overview of your instance. go to /_/
  2. The top cards show your collection count and recent audit events. hover Collections
  3. Live request and error rates update as traffic flows. hover Requests/min
  4. The Data tab is your working database — collections, the schema editor, and records. go to /_/data/posts
  5. Here's the posts collection — filter, sort, and inline-edit, right in the grid. hover Welcome to Railbase
  6. The Logs tab is a tamper-evident audit timeline of every action. go to /_/logs/audit
  7. Health and metrics shows runtime, jobs, and live request and latency charts. go to /_/logs/health
  8. Memory, goroutines, and P95 latency, refreshed every few seconds. hover MEMORY
  9. And Settings is where auth, the mailer, backups, and more all live. go to /_/settings

Other chrome:

  • A language switcher (the admin is localized into 10 languages).
  • A Docs button (book icon) opening the in-product documentation at /_/docs.
  • A ⌘K command palette for jumping anywhere quickly.
  • The version chip in the sidebar header — hover for build details, click for health.
  • Your account menu in the sidebar footer: account settings and sign out.

Note

Dark mode follows your operating system automatically — there's no manual theme toggle.

Where to go next

Tip

The admin is powerful — keep it off the public internet or behind your network boundary. See Security.