Skip to content

cmd admin

github-actions[bot] edited this page Aug 25, 2026 · 4 revisions

nself admin

Manage the ɳSelf Admin UI: open, start, stop, inspect logs, or health-check.

Synopsis

nself admin [subcommand] <subcommand> [flags]

Description

nself admin manages the local ɳSelf Admin dashboard at http://localhost:3021. With no subcommand, it opens the dashboard in your default browser. Use subcommands to control the Admin container lifecycle directly.

The Admin UI is a local-only web interface (Docker container) on your machine. It is not a hosted service.

stop

logs

Flags

Flag Default Description
--help, -h Show help

Subcommands

Name Description
connect Connect to a remote ɳSelf Admin via SSH tunnel
health Check Admin service liveness
logs Tail Admin container logs
projects Manage multi-project admin configuration
start Start the Admin service
stop Stop the Admin container

Examples

# Open the Admin UI in your browser
nself admin

# Start the Admin service (idempotent)
nself admin start

# Stop the Admin container
nself admin stop

# Force-stop immediately
nself admin stop --force

# Tail the last 50 log lines
nself admin logs --tail 50

# Stream logs continuously
nself admin logs --follow

# Check Admin health
nself admin health

See Also

Commands | Home

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog


All commands (52)

Clone this wiki locally