You will need a valid cdkey file (not provided) in the same folder as the executable for the internet tab to function.
The app will read your installed key, if not found will try to read from cdkey file.
Options:
--help Show this help message and exit
--query <servers> Query servers and output JSON to stdout
<servers> is a comma-separated list of host:port
If port is omitted, 7777 is assumed
--file <path> Write JSON output to a file instead of stdout
(used with --query)
Examples:
utquery --query 192.168.1.1:7777,10.0.0.1,example.com:7778
utquery --query myserver.com
utquery --query myserver.com --file results.json
If no options are given, the GUI server browser is launched.
Requires vcpkg and CMake.
cmake --preset default
cmake --build build
Requires CMake. Clone vcpkg if you don't have it:
git clone https://github.com/microsoft/vcpkg.git
Then build:
cmake -B build --fresh -DCMAKE_TOOLCHAIN_FILE=src/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build build
makepkg -si
