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.
Step 1: Install the CLI
Section titled “Step 1: Install the CLI”npm install -g brochVerify the installation:
broch --versionStep 2: Configure the Server URL
Section titled “Step 2: Configure the Server URL”broch config set --server https://trial.broch.ioStep 3: Authenticate
Section titled “Step 3: Authenticate”broch auth loginThis opens your browser for sign-in. After you authorize, the CLI is ready to use.
Step 4: Create Your First Tunnel
Section titled “Step 4: Create Your First Tunnel”broch share my-app --target http://localhost:3000Replace 3000 with the port your local service is running on. Broch generates a public HTTPS URL you can share immediately.
Next Steps
Section titled “Next Steps”- CLI Reference — All commands and options
- Self-Hosting — Deploy Broch for your team
Feedback
Section titled “Feedback”broch feedback "Your message here"Or email [email protected].