Iridium Server Manager - |GUI|Creator|Toolkit|Port Forwarder|

Discussion in 'Bukkit Tools' started by ImminentFate, Jul 16, 2011.

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

    ImminentFate

    its fairly easy to use, but here goes:
    In the first box down the bottom, where it says "Type", select TCP. Then in the next box, type "25565". Then put any name you want in the last box, for example Minecraft, or Craftbukkit. Then click add, and start up your server.
    GO to http://canyouseeme.org to see if the port is open. If not, make sure java can go through the firewall

    no, just rename the downloaded file to craftbukkit.jar and it will work with the run.bat that came with the installer.
    Or, I recommend downloading and using the newest installer. It fixes these issues.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  2. Offline

    saromon50

    works great now thinks!
     
  3. Offline

    ImminentFate

    no problem :D
     
  4. Offline

    amerrycan115

    Ive used your installer since mc 1.1 and its worked great... but recently I decided to get rid of all plugins and update with the auto installer. but after i uninstalled the last craftbukkit with the uninstaller and downloaded the new installer and run it it seems to run fine but i cant connect to it. I know its not a port forwarding problem because if i run it as an administrator it works.
     
  5. Offline

    xShadowShootx

    hi i need some help i dont get whats going wrong with my server pls can somone help

    [​IMG]


    EDIT: somehow it fixed itselve ?!?...
     
  6. Offline

    Mooman

    What would happen if the developers should stop updating the program? Would it work indefinitely? Or would it stop working and I'll never be able to update bukkit again? (without doing the whole process manually)
     
  7. Offline

    Sherlock990

    i cant use any commands in the console!
    i type a command but nothing happens,it says unknowen command even if i type /kick xxx..
    help?
     
  8. Offline

    luckybucky98

    WHEN I DOWNLOAD IT THERE IS NO OPERATOR PANEL

    I SERIUSLY NEED THE OPERATOR PANEL PLEASE HELP

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  9. Offline

    trotta

    i open it and it says perhaps another server is running on that port, i dont know why and its not working. please help
     
  10. Offline

    hellhound93

    i had a issue where once i clicked stop to stop the server it would restart it a 2nd time. i found a way to stop this and thought i share. its simple but i thought it might be a nice addition to add to the future copy of the batch script.

    Code:
    @ECHO OFF
    :CHECK
    :: Determines Java Location.
    if exist "C:\Program Files\Java\jre7\bin\java.exe" GOTO EXECUTE1
    if exist "C:\Program Files\Java\jre6\bin\java.exe" GOTO EXECUTE2
    if exist "C:\Program Files (x86)\Java\jre7\bin\java.exe" GOTO EXECUTE3
    if exist "C:\Program Files (x86)\Java\jre6\bin\java.exe" GOTO EXECUTE4
    else GOTO EXECUTE5
     
    :: Executes CraftBukkit based on Java Location
     
    :EXECUTE1
    "C:\Program Files\Java\jre7\bin\java.exe" -Xincgc -Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :EXECUTE2
    "C:\Program Files\Java\jre6\bin\java.exe" -Xincgc -Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :EXECUTE3
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :EXECUTE4
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xincgc-Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :EXECUTE5
    java -Xincgc-Xmx2048M -jar "%~dp0craftbukkit.jar"
    goto end
    :end
    PAUSE
    by adding "goto end" after each entry instead of it continuing down the line and restarting me all the time it ends up going to the end lol
     
  11. Offline

    ImminentFate

    Good idea, will add

    Did you actually download the one that says installer + operator panel?

    It will work indefinitely. When you update bukkit from the panel, it gets the latest versions straight off the bukkit website.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  12. Offline

    Micmager

    I've read most of the pages on this thread (yes all 82 pages) last night because I was having an issue with the server not running because of RAM issues. I found the problem and corrected it and my wife and I played for a few hours last night after I managed to fix the problem. However today when I try to log in again it told me that it couldn't verify my username. I tried on my wife's account and got the same error message. Could you provide any insight as to what the problem might be?
    Java 6 windows 7 64 bit and if you need any other information I'll gladly send you what I deem pertinent to the investigation of this problem.
     
  13. Offline

    ImminentFate

    Considering it worked the first time, I believe you had to select "play offline" at the login screen this time round? The minecraft servers are probably down. You can temporarily get around this issue by opening the server.properties file (in your server folder) and setting "online-mode" to false. Or you can wait until minecraft's servers are back up
     
  14. Offline

    UnknownMiko

    I saw two plugins folder.. which one do I put in the plugins?
    one was in update -> plugins
    and there was another folder with plugins..
    but thenI put one plugin in the folder that said plugins, but after I close and reopen the server it did not let me back in and such... so I deleted it and re-download the craftbukkit, and it finally worked again, I am having some problems. :(
     
  15. Offline

    Agust1337

    I keep getting the same error over and over again, no matter if I change the ports...
    Edit:
    Btw, I'm using a Thomson SpeedTouch 585 v6
    182 recipes
    27 achievements
    20:00:16 [INFO] Starting minecraft server version 1.2.5
    20:00:16 [INFO] Loading properties
    20:00:16 [INFO] Starting Minecraft server on *MYEXTERNALIP*:25565
    20:00:16 [WARNING] **** FAILED TO BIND TO PORT!
    20:00:16 [WARNING] The exception was: java.net.BindException: Cannot assign requ
    ested address: JVM_Bind
    20:00:16 [WARNING] Perhaps a server is already running on that port?
     
  16. Offline

    Hurrix

  17. Offline

    ImminentFate

    try restarting your computer, it might help.

    okay, open up your batch file (craftbukkit starter.bat) and find where it says "java".
    where you see that, change it to the path of java.exe on your computer. Could be something like "C:\\Program Files\Java\jre6\bin\java.exe"
    Make sure you use quotes

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  18. Offline

    Hurrix

    im still kinda confused i have the right path i think...

    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    :EXECUTE4 that is the line of code your telling me to look at right?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  19. Offline

    ImminentFate

    just replace your entire batch file with this:
    PHP:
    @ECHO OFF
    "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xincgc -Xmx1024M -jar "%~dp0craftbukkit.jar"
    PAUSE
     
  20. Offline

    Hurrix

    new error lol sorry WTF3.png
     
  21. Offline

    ImminentFate

    seems like your computer really hates you :p
    okay, what you have to do now is download craftbukkit.jar again, either from my operator panel or from dl.bukkit.org. Then you may or may not have to download java again.
     
  22. Offline

    Omnitv

    So this is where you have been all this time....
    nice tool, and w/ one million clicks you must be buzzy.
     
  23. Offline

    ImminentFate

    haha, thanks, and no, I've actually been on holiday, in a four star hotel that charges $30 for 500mb of internet data over a 24 hour period. So i had no internet for a week and a half.

    glad it fixed itself, but you know, there is a screenshot button on your computer?
    Its the button on your keyboard that says "Print Screen" or "PRTSC"
    easier than using a camera :p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  24. Offline

    Omnitv

    Sweet... with a dame I hope?
     
  25. Offline

    ImminentFate

    with my family, actually.
    btw, im only 12 years old

    Omnitv just kidding, im a bit older than that lol

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 14, 2016
  26. Offline

    Omnitv

    Still. nice to be in the sun. ^_^
    PIE (open)
    With a babe
     
    ImminentFate likes this.
  27. Offline

    ImminentFate

    you receive no argument from me
     
    Omnitv likes this.
  28. Offline

    Hurrix

    Thanks so much it works now ^.^ (MY LAPTOP DOSENT HATE ME ANYMORE)
     
  29. Offline

    Agust1337

    No that doesn't work..
     
  30. Offline

    Micmager

    So I did realize the problem was the server being down but now the launcher refuses to load any plugins and it's not actually loading the craftbukkit.jar I'm not sure how to fix this and would appreciate some assistance. Whenever I launch the batch file is starts a new world called "world" with a random seed instead of the world we'd already made and transferred into the folder for it to load.
     
Thread Status:
Not open for further replies.

Share This Page