Skip to content

Portr client setup

Install the client

Using the install script:

Terminal window
curl -sSf https://install.portr.dev | sh

Or install the client using homebrew:

Terminal window
brew install amalshaji/taps/portr

You can also download the client binary from github releases.

Once the download/install is complete, login to the portr admin dashboard and copy the setup command from the overview page. It’ll look like this.

Terminal window
portr auth set --token {your_token} --remote {your_domain}

For more details, run portr --help.