RCON PHP

Discussion in 'Bukkit Help' started by NathanDTaylor, Oct 9, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    NathanDTaylor

    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.
     
  2. Offline

    MyPictures

  3. Offline

    NathanDTaylor

    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.
     
    Last edited by a moderator: May 29, 2016
  4. Offline

    MyPictures

    Hmm ok so the port should be fine, I'm not really experienced with WebServers. Maybe someone else has an idea?
     
  5. Offline

    NathanDTaylor

    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.
     
Thread Status:
Not open for further replies.

Share This Page