Skip to content
/ xpos Public

xpos is a tool that exposes local servers to the internet. It supports all TCP protocols like HTTP, SSH, etc.

License

Notifications You must be signed in to change notification settings

ametow/xpos

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2025
Apr 2, 2025
Mar 27, 2025
Apr 2, 2025
Apr 15, 2025
Mar 29, 2025
Apr 3, 2025
Mar 29, 2025
Apr 2, 2025
Apr 3, 2025
Apr 2, 2025
Apr 2, 2025
Apr 5, 2025

Repository files navigation

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

Installation

curl -fsSL https://xpos-it.com/install.sh | sudo bash

Authentication

Request an authentication token from https://xpos-it.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

If you want to contribute, please refer to this page