SA-MP Forums Archive
[Tool/Web/Other] Another RCON program - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Tools and Files (https://sampforum.blast.hk/forumdisplay.php?fid=82)
+---- Thread: [Tool/Web/Other] Another RCON program (/showthread.php?tid=455295)



... - xeeZ - 01.08.2013

https://github.com/Zeex/samp-rcon

It's a console app like the original rcon.exe but also compiles and runs on Linux (thanks to Boost). It can work in two modes: interactive and not. In interactive mode you run the program once and send multiple commands by typing them in and pressing Enter after each one. In non-interactive mode it sends the specified command (the -c or --command option), displays its output and exits.

Code:
Usage: rcon [options]

Available options:
  -h [ --help ]                  show this message and exit
  -s [ --host ] arg (=localhost) set server IP address or hostname
  -p [ --port ] arg (=7777)      set server port
  -w [ --password ] arg          set RCON password
  -c [ --command ] arg           set command to be executed
  -t [ --timeout ] arg (=150)    set response timeout (in milliseconds)
  -i [ --interactive ]           run in interactive mode
Download binaries here.


Re: Another RCON program - XtremeR - 09.08.2013

Pretty cool, keep it up.


Re: Another RCON program - BodyBoardVEVO - 09.08.2013

This is really good, thanks!