First Boot ​
Instructions for getting started with Hub Admin after installation.
Initial Setup ​
- 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). - Sign in. The first account registered becomes an admin automatically — there is no separate
admin:createstep. (Additional admins are granted by settingis_admin = 1on their row in theuserstable.) - 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 byAdminMiddleware(a non-admin gets401 auth.requiredor403 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 ​
- Admin Console — full tour of the five admin pages and the admin API
- Install — if you haven't installed yet
- Capacity Planning — plan your deployment