Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Carnaxus

Members
  • Posts

    1
  • Joined

  • Last visited

  1. Mine just says "Error: connection failed (server IP)." I tried using a different RCON client and got "Connection refused." RCON is enabled in my server.properties file, and I used the port and password from my control panel; what am I doing wrong? Here's the full contents of my .bat file, generated using "create_shortcut.bat," with the obvious important information edited out: @echo off @mcrcon.exe -t -H <redacted> -P 22416 -p <very redacted> -c pause My server is currently hung waiting for someone to enter /fml confirm due to a config screwup on my end. I forgot to disable something after adding a mod, so now the server's world is "missing" the item and it won't continue loading until someone puts in that command. Could that be why it's refusing to connect via RCON? Edit: Yup, it was just because the server wasn't fully loaded. Bah.