Download the Connector
Visit the Tokios website and download the binary for your operating system.- Windows
- macOS
- Linux
Supported: Windows 10 & 11 (x64)Download Run the connectorOpen a Command Prompt or PowerShell window in that directory and run:
tokios-connector.exe from the Tokios website and place it in a directory of your choice — for example, C:\tokios\.Create your config fileIn the same directory as the binary, create a file named tokios.json:tokios.json
Configure tokios.json
Thetokios.json file tells the connector two things: how to authenticate with the Tokios gateway, and where your local model server is listening.
tokios.json
| Field | Description |
|---|---|
tunnel_token | Your unique token from the Tokios dashboard. See Getting your tunnel token below. |
upstream | The local URL of your model server. Change the port to match your backend (see Supported Backends). |
Getting your tunnel token
- Sign up or log in at the Tokios dashboard.
- Navigate to Connectors → New Connector.
- Copy the generated
tunnel_tokenand paste it into yourtokios.json.
Successful Startup
When the connector starts and the tunnel is live, you’ll see output similar to:Tunnel established, your local model server is reachable through api.tokios.com. You can now register your model deployment in the dashboard.
The connector does not listen on any port. It only dials out — your firewall needs no changes.