Skip to content

Setup portr client in local

The portr server is built using go for the backend and svelte for the portr inspector.

Requirements

Frontend setup

Installation

Terminal window
make installclient

Start the client

Terminal window
make runclient

Cli setup

Build the binary

Terminal window
make buildcli

Login to the admin, copy your secret key and add it to client.dev.yaml.

Start the tunnel connection

Terminal window
./portr -c client.dev.yaml http 9999