Skip to content

orca console

Server console access (OSC-parity alias of orca server console).

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca console

Inspect server consoles (log, URL) — OSC-parity alias.

Equivalent to the primary orca server console … group.

Usage:

orca console [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • log: Server boot log.
  • url: Server remote console URL.

orca console log

Server boot log.

Usage:

orca console log [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • log: Show the server console output (boot log).
orca console log log

Show the server console output (boot log).

Examples: orca server console-log orca server console-log --lines 100 orca server console-log --lines 0 # all output

Usage:

orca console log log [OPTIONS] SERVER_ID

Options:

Name Type Description Default
--lines integer Number of lines to retrieve (0 = all). 50
--help boolean Show this message and exit. False

orca console url

Server remote console URL.

Usage:

orca console url [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • url: Get a URL to access the server console (VNC/SPICE/serial).
orca console url url

Get a URL to access the server console (VNC/SPICE/serial).

Examples: orca server console-url orca server console-url --type spice-html5 orca server console-url --open

Usage:

orca console url url [OPTIONS] SERVER_ID

Options:

Name Type Description Default
--type choice (novnc | xvpvnc | spice-html5 | rdp-html5 | serial) Console type. novnc
--open boolean Open the URL in the default system browser immediately. False
--help boolean Show this message and exit. False