Multiple Clients

Run multiple agents on different machines or ports.

Overview

The Exposr server supports multiple agents simultaneously. Each agent can own a different public port, and the server tracks the owner of each tunnel independently.

Example

Three agents exposing different services:

text
Agent A: 127.0.0.1:3000  ->  SERVER_IP:25565
Agent B: 127.0.0.1:8080  ->  SERVER_IP:28061
Agent C: 127.0.0.1:5000  ->  SERVER_IP:29040

Each agent maintains its own control connection and handles data tunnels independently.