Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 942 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 942 Bytes

RCON

Build Status Build Status - Windows

A simple cross-platform RCON client for SA-MP - works on Linux, macOS, Windows.

Usage: rcon [options]

--help                     show this helpful message and exit
-h, --host <hostname>      name or IP address of SA-MP server (default is 127.0.0.1)
-p, --password <string>    RCON password
-P, --port <port>          server port (default is 7777)
-c, --command <command>    execute command and exit
-t, --timeout <number>     command timeout in milliseconds (default is 150ms)
-i, --interactive          run in interactive mode