Skip to content

Broch Cloud

The Broch hosted server at trial.broch.io lets prospective customers try Broch tunneling before committing to a self-hosted deployment. It is intentionally limited and is not a production offering.

Already self-hosting? If your organization runs its own Broch server, skip this page. Your admin will give you the server URL to use in place of trial.broch.io.

Terminal window
npm install -g broch

Verify the installation:

Terminal window
broch --version
Terminal window
broch config set --server https://trial.broch.io
Terminal window
broch auth login

This opens your browser for sign-in. After you authorize, the CLI is ready to use.

Terminal window
broch share my-app --target http://localhost:3000

Replace 3000 with the port your local service is running on. Broch generates a public HTTPS URL you can share immediately.

Terminal window
broch feedback "Your message here"

Or email [email protected].