← Back to docs

share

Manage instance sharing

Usage

share <subcommand>

Description

Share instances with other users via SSH or HTTP access.

Subcommands

add Share an instance with a user via email
port Set the HTTP proxy port for an instance
remove Revoke a user's access to an instance
set-private Restrict the HTTP proxy to authenticated users
set-public Make the HTTP proxy publicly accessible
show Show current shares for an instance

Examples

  share show myvm              # show sharing settings
  share add myvm user@example.com  # share with a user
  share port myvm 8000         # set HTTP proxy port
  share set-public myvm        # make HTTP publicly accessible