Client

Client Documentation

Learn how to use the Portr client to create tunnels

The Portr client is a command-line tool that allows you to create secure tunnels from your local machine to the public internet.

Getting Started

Advanced Features

Quick Commands

Here are the essential commands you'll use with the Portr client:

# Set up authentication
portr auth set --token {your_token} --remote {your_domain}

# Create an HTTP tunnel
portr http 3000

# Create a TCP tunnel
portr tcp 5432

# Create tunnel with custom subdomain
portr http 3000 --subdomain my-app

# Start predefined tunnel templates
portr start my-service

# Get help
portr --help