Overview
Starting from version0.6.0, self-hosted deployments include a dedicated System Admin area.
Think of it as the place where you manage things that belong to the whole instance, not just a single project. That includes:
- Instance metadata and policies
- Authentication behavior
- Instance-level subscription and licensing
- Global user management
- Global project management

First-time setup
On a fresh self-hosted deployment, the first person who opens the site will be asked to set up the first admin account.
- instance settings
- authentication policy
- instance subscription
- users
- projects
System Admin, assign that permission manually first. A simple PostgreSQL example looks like this:
For version0.5.0and earlier, self-hosted deployments still seed a default bootstrap admin account: Email:lisa@simpson.comPassword:secret42
Navigation
The current System Admin navigation includes:- General
- Authentication
- Subscription
- Users
- Projects
- General and Authentication are instance-level settings
- Subscription is where instance licensing lives
- Users and Projects are global management pages
General
The General page is where you manage basic instance information and a few global behaviors.- Instance ID Read-only identifier used for instance-scoped licensing
- Instance Name Friendly name for identifying the deployment
- System Admin Contact Email Contact email for the instance
- Allow project-level subscription management Controls whether self-hosted projects show a project-level Subscription entry in project settings
- the project settings sidebar no longer shows Subscription
- instance-level subscription becomes the preferred management entry point
- existing project licenses continue to work

Authentication
The Authentication page is intentionally small right now. It currently exposes one instance-wide policy:- Allow new user registration
- users can create new accounts from the public signup flow
- public signup is blocked
- system admins can still create users from System Admin > Users
- invite-based join flows continue to work
- existing users can still sign in with enabled auth providers

Subscription
The Subscription page is the main place to manage instance-level licensing in self-hosted mode. From here you can:- review the current instance plan
- copy the Instance ID
- paste an instance license
- review project usage against the current instance license

Users
The Users page gives you instance-wide user management. This is where you can:- search users by name or email
- add users directly with a password
- disable or re-enable users
- grant or remove System Admin access

Projects
The Projects page gives you a top-level view of every project in the instance. From here you can:- search projects by name
- create a new project
- inspect project owners and member counts
- open project member management
- add or remove members
- control whether a project uses the instance license when applicable

Project-level vs. instance-level subscription
Self-hosted Usertour supports both:- project-level subscription
- instance-level subscription