1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/cli/rcon/ExecuteCommand/bash.txt

9 lines
270 B
Plaintext
Raw Normal View History

2025-03-18 11:27:35 +03:00
# JSON data can also be passed as a path to a .json file
oint rcon ExecuteCommand \
2025-04-06 16:33:41 +03:00
--url "93.125.42.204:25575" \
--pass "***" \
--wtout 20 \
--rtout 20 \
2025-03-18 11:27:35 +03:00
--exec "list" \
2025-04-06 16:33:41 +03:00
--conn "{'url':'93.125.42.204:25575','password':'***','read_timeout':20,'write_timeout':20}"