Skip to main content
Use hirogateway to run one or more named gateway instances.

Quick start

1

Create an instance

Create a named instance with mandatory values.
hirogateway instance create home --host 0.0.0.0 --port 8765 --desktop-pubkey "<base64-public-key>" --set-default
2

Start the instance

Start by instance name, or omit --instance to use default.
hirogateway start --instance home
# or start default instance:
hirogateway start
3

Point workspace server to gateway URL

Configure your workspace server to use this gateway endpoint.
hirocli setup --workspace home --gateway-url ws://localhost:8765
hirocli status --workspace home

Command pages

  • Instance management: /gateway-instances
  • Runtime operations: /gateway-runtime
  • Storage and file formats: /gateway-storage