PLAKAR-UI(1)
General Commands Manual
PLAKAR-UI(1)
NAME
plakar-ui —
Serve the Plakar web user
interface
SYNOPSIS
plakar ui |
[-addr address]
[-cors] [-no-auth]
[-no-spawn] [-cert
path] [-key
path] |
DESCRIPTION
The plakar ui command serves the Plakar
web user interface. By default, it opens the default web browser.
The options are as follows:
-addraddress- Specify the address and port for the UI to listen on separated by a colon,
(e.g. localhost:8080). If omitted,
plakar uilistens on localhost on a random port. -cors- Set the ‘Access-Control-Allow-Origin’ HTTP headers to allow the UI to be accessed from any origin.
-no-auth- Disable the authentication token that otherwise is needed to consume the exposed HTTP APIs.
-no-spawn- Do not automatically open the web browser.
-certpath- Path to a full certificate file in PEM format. If both
-certand-keyare provided, the server will expect https connections. If one or both are missing, the server will fall back to http. -keypath- Path to a certificate private key file in PEM format.
EXIT STATUS
The plakar-ui utility exits 0 on
success, and >0 if an error occurs.
EXAMPLES
Using a custom address and disable automatic browser execution:
$ plakar ui -addr localhost:9090 -no-spawn
$ plakar ui -cert fullchain.pem -key privkey.pem
SEE ALSO
Plakar May 5,
2026 PLAKAR-UI(1)