I am trying to get RCON setup so I can send commands through my website using PHP. I am using the files from --> This Website <-- I am getting a connection timeout error. The following lines are in my server.properties file. Code: enable-rcon=true rcon.port=25575 rcon.password=PASSWORD Any help is appreciated. Thanks.
Did you also open the port 25576? And did you also try to connect with a recon client to it? (Did that work)? Websend is better for this job actually; http://dev.bukkit.org/server-mods/websend/
I keep getting a connection timeout error, I contacted my host and they said the ports are open. I think it might be a problem with the host because it seems my stuff is setup correctly. I changed altport in websend to 25575 and also in the websend config file on my webserver. But I keep getting a timeout error. What recon clients can I use to test this? I tried an RCON client and it works just fine, just can't seem to get it to work from a webserver EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Hmm ok so the port should be fine, I'm not really experienced with WebServers. Maybe someone else has an idea?
anyone know how to get this working? I can log into my RCON with an RCON client, and it works fine, but if I try and use a PHP script, I get the following error Code: Unable to open socket: Connection timed out (110) I am using the same server details. Any Ideas? I also can't get WebSend to work.