nself admin
nself admin
Section titled “nself admin”Open the ɳSelf Admin UI in your browser.
Synopsis
Section titled “Synopsis”nself adminDescription
Section titled “Description”nself admin opens the local ɳSelf Admin dashboard at http://localhost:3021 in your default browser. The Admin UI is a local-only web interface that provides a GUI companion to the CLI, it runs as a Docker container on your machine and is never exposed to the internet.
The Admin UI must be running before you open it. Enable it as an optional service with nself service enable admin, then rebuild and restart your stack. Once running, �P1� admin is a shortcut to open the dashboard without typing the URL manually.
Note: The Admin UI runs at
localhost:3021on your own machine. It is distributed as a Docker image (nself) and launched via the ɳSelf stack, it is not a hosted service and is not accessible from outside your local network.
Examples
Section titled “Examples”# Open the Admin UI in your browsernself admin
# Enable the Admin UI (first time setup)nself service enable adminnself buildnself restart
# Then open itnself admin