RCON.exe on Linux - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: RCON.exe on Linux (
/showthread.php?tid=141600)
RCON.exe on Linux -
snoopcatt - 14.04.2010
Hello. I am running SAMP 0.3R7 Server on Debian GNU/Linux.
I need to show stats on our website.
To get players and other, I use rcon, but it don't works:
<from server>
Код:
[neko@saransk-gta ~]$ wine rcon.exe localhost 7777 <password>
SA:MP Command Line Remote Console Client
----------------------------------------
© Copyright 2005-2006 SA:MP Team, v1.0
Remote Console: 127.0.0.1:7777...
RCON admin connected to server.
players
cmdlist
/rcon players
/players
^C
[neko@saransk-gta ~]$
and from local computer:
Код:
[neko@gdetotut GTA San Andreas]$ wine rcon.exe 82.146.<...> 7777 <password>
SA:MP Command Line Remote Console Client
----------------------------------------
© Copyright 2005-2006 SA:MP Team, v1.0
Remote Console: 82.146.41.108:7777...
RCON admin connected to server.
players
/players
/rcon players
^C[neko@gdetotut GTA San Andreas]$
(sorry for my english
![Cheesy](images/smilies/biggrin.png)
)
Re: RCON.exe on Linux -
snoopcatt - 14.04.2010
no need for this now.
used samp php api ^_^