Skip to content

First Boot ​

Instructions for getting started with Hub Admin after installation.

Initial Setup ​

  1. Open the hub in a browser at the URL provided during installation. The root path / redirects to the Vue web app at My Servers (/app/servers).
  2. Sign in. The first account registered becomes an admin automatically — there is no separate admin:create step. (Additional admins are granted by setting is_admin = 1 on their row in the users table.)
  3. Open the admin console. Once signed in as an admin, an Admin entry appears in the top navigation. It leads to the Hub Dashboard at /app/admin/dashboard. The console is gated by AdminMiddleware (a non-admin gets 401 auth.required or 403 auth.not_admin), so the Admin nav is only visible to admins.

The admin console has five pages — Hub Dashboard, Users, Logs, Settings, and Audit Logs — at /app/admin/{dashboard,users,logs,settings,audit-logs}. See the Admin Console page for a full tour of each.

Next Steps ​

BSD-3-Clause