Rcon not working externally - 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 not working externally (
/showthread.php?tid=388813)
[unsolved]Rcon not working externally -
ikkentim - 30.10.2012
Hi,
I have a CentOS VPS with a sa-mp server running, but I can't seem to RCON it from the outside.
The only way I can RCON the server is using /rcon while ingame; In all other ways it doesn't seem to work
Does anyone know how to solve this? I did try binding ip, but that doesn't work too...
Thanks in advance!
Edit:
This is my server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password [password here]
maxplayers 15
port 7777
hostname LSRES official test server
gamemode0 rcr-ikt-cleanup 1
filterscripts
announce 0
query 1
weburl www.lsres.net
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins MapAndreas.so mysql.so streamer.so regex.so
password [password here]
bind [ip here]
rcon 1
Re: Rcon not working externally -
Mark™ - 30.10.2012
Check if you got "rcon 0" variable in your server.cfg. It disables external RCON connectivity.
Re: Rcon not working externally -
ikkentim - 30.10.2012
This is my server.cfg
echo Executing Server Config...
lanmode 0
rcon_password [password here]
maxplayers 15
port 7777
hostname LSRES official test server
gamemode0 rcr-ikt-cleanup 1
filterscripts
announce 0
query 1
weburl
www.lsres.net
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
plugins MapAndreas.so mysql.so streamer.so regex.so
password [password here]
bind [ip here]
rcon 1
edit: I added rcon 1 and i still can't connect, anyone knows why?
edit: it now does work with rcon.exe, but not with sampRconAPI ?
sampRconAPI does work on my other server, but not on my server running on my VPS..