XINA Tunnel
XINA Tunnel is a command line application required for client applications to communicate with the XINA Server via the XINA API. This application is distributed as a Java jar file and requires Java 17 or greater to run. The recommended OpenJDK build is available here.
Latest Version
XINA Tunnel 9.11.2.03
Usage
-keyfile should be the path to the file you saved your XINA API Key. It is required to provide user authentication and access to your project's XINA Server.
Windows
java -jar "path to xina_tunnel.jar" ^
-host "host URL or IP address" ^
-keyfile "path to key.json"
MacOS, Linux
java -jar "path to xina_tunnel.jar" \
-host "host URL or IP address" \
-keyfile "path to key.json"
Old Versions
XINA Tunnel 9.2.0
Usage
Windows
java -jar "path to xina_tunnel.jar" ^
-host "host URL or IP address" ^
-keyfile "path to key.json"
MacOS, Linux
java -jar "path to xina_tunnel.jar" \
-host "host URL or IP address" \
-keyfile "path to key.json"