XPOS is a free and open-source tool that allows local servers to be accessible on the public internet. It supports TCP protocols like HTTP, SSH, and more.

Installation

curl -fsSL https://xpos-io.com/install.sh | sudo bash
irm https://xpos-io.com/install.ps1 | iex

Authentication

Obtain an authentication token from xpos-io.com/auth and run:

xpos auth <auth-token>

Start HTTP Tunnel

Expose your local server on port 3000:

xpos http 3000

Start TCP Tunnel

Expose an SSH server on port 22:

xpos tcp 22