Tessabyte Client Command-Line Parameters

Tessabyte Client can be launched from the command prompt if you want it to connect to a specific hostname or IP address immediately after startup. Additionally, it can be launched in console mode (no graphical user interface), making it suitable for scripting and output redirection.

Standard (UI) and Console Modes

Commands Syntax

This is the only mandatory argument. The following arguments are optional. If they are not used, Tessabyte Client applies default values:

Examples

The image below illustrates how you can run Tessabyte on console mode:

Tessabyte Command Line

Windows Command Prompt

"C:\Program Files\Tessabyte\TessabyteClient.exe" -c 192.168.12.9 -p 32500 -r u -q 1 -l 500 -s

"C:\Program Files\Tessabyte\TessabyteConsole.exe" -c node5.cloud.com -x 25

"C:\Program Files\Tessabyte\TessabyteConsole.exe" -c 192.168.0.4 -x 25 -f "C:\Logs\test1.txt"

Windows PowerShell

& "C:\Program Files\Tessabyte\TessabyteConsole.exe" -c 192.168.55.4

& "C:\Program Files\Tessabyte\TessabyteConsole.exe" -c 192.168.55.4 -f "C:\Logs\test1.txt"

macOS Terminal

"/Applications/Tessabyte Client.app/Contents/MacOS/TessabyteClient" -c 192.168.12.9 -q 3

"/Applications/Tessabyte Client.app/Contents/MacOS/TessabyteClient" -c 192.168.12.9 -w > /Users/Dan/Desktop/test1.txt