Application RemoteToolkit - Restarts + crash detection + auto saves + remote console!

Discussion in 'Bukkit Tools' started by drdanick, Jan 15, 2011.

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

    drdanick

    Minecraft RemoteToolkit
    -Less downtime, more fun for your players, more power to you!

    Are you a Minecraft server administrator? Do you value up-time and stability? Do you fancy the ability to remotely control your server, both in-game and out of game, in a myriad of useful ways from a plethora of different devices?
    If you answered yes to any of the above, then the Minecraft RemoteToolkit is for you!


    What the Minecraft RemoteToolkit Plugin and Wrapper do for you:
    • Provides almost perfect server uptime with no need for action from an owner/administrator!
    • Have your server save and restart at any time period with configurable restart warnings!
    • The Toolkit guarantees a restart within the set restart period, even if your server crashes, becomes unresponsive, or encounters a "SEVERE" exception!
    • Remotely control every function of the Toolkit, even from your smart phone!
    • Full remote console access via telnet with support for multiple terminal types!
    • Telnet daemon conforms to current Telnet related RFCs!
    • Customizable alert messages!
    • Fully extendable though 3rd party modules!
    • Full feature set works with most craftbukkit builds!
    • Most features work with any Minecraft server variation, even vanilla!
    • Telnet can be disabled!
    For server administrators
    Download - Release 10, Alpha 15.3 [CB 1.7.2-R0.2] (wget friendly)
    Instructions & Documentation

    For developers
    UDP API REV 8 | Documentation
    Module API | Coming soon!

    For everyone
    Official IRC channel
    #remotetoolkit @ irc.esper.net


    "Help! I've downloaded it, but I do not know how to get it working!"
    Stop! Before you give up or ask for help, make sure you have read the step-by-step installation instructions on the wiki page. If you are still having problems, please do not be hesitant to post a request for help on this thread or in the IRC channel - no matter how simple your problem seems.


    Todo


    [​IMG][​IMG]
    Any donation would be very much appreciated. I'm but a poor University student, and I sacrifice quite a lot of unpaid time to keep the Toolkit updates and support flowing.

    Thank you to the following who have chosen to support the Toolkit through a donation:
    Deren909, marshall007, Vittek, clanslots, meee, KyneSilverhide, szoller, hungoverfurball, Lama_0, Viet, acc1dent, joby890, Liger_XT5
     
    Last edited: May 6, 2017
  2. Offline

    Fate-Kun

    any plans to get an update going for 1.4
    noticed that the color codes for the restart delay message aren't working any more I get something that says *6**Server restart in # minutes ***
    any fixes for this? an update that would show colors in the console as well would be nice
     
  3. Offline

    thestriker095

    It is not the toolkit itself, however the plugin.

    FYI... I replying to this:

    There seems to be an issue when using the MinecraftRTKPlugin is alliance with "enable-query: true" in server.properties. When requesting for a Full Status it comes back unseccessful. However when I remove the plugin, it works fine.

    http://dinnerbone.com/minecraft/tools/status/
     
  4. Offline

    DerpyZ

    I have indeed tried to use this plugins and installed it correctly, but when my server turns off, it is not auto turning back on (I am using this for hunger games) any help?
     
  5. Offline

    Tsaukpaetra

    This is a two-part program, the plugin, and the wrapper. Are you using the wrapper portion correctly? If you are, it should be remarkably difficult to stop the server without outright killing the java processes.
     
  6. Offline

    DerpyZ

    well how do I need to change the wrapper? I will copy and paste what it says below

    minecraft-server-jar=craftbukkit.jar
    extra-runtime-arguments=-Djline.terminal=jline.UnsupportedTerminal
    server-arguments=--nojline,nogui
    initial-heap-size=1024M
    maximum-heap-size=1024M
    overridden-process-arguments=
    server-restart-alerts=10m,5m,1m
    server-saveall-period=0
    server-restart-delay=90m
    forced-restart-delay=5m
    toolkit-autoshutdown-delay=0
    toolkit-autoshutdown-alerts=10m,5m,1m
    force-save-on-restart=true
    restart-on-severe-exception=false
    severe-exception-detection-level=1
    server-heartbeat-threshold=1m
    failed-heartbeat-restart-count=5
    filter-ansi-escape-codes=auto
    import-properties=true
     
  7. Offline

    Tsaukpaetra

    That looks fine, but are you still calling craftbukkit.jar?
    You should be using the included startserver.sh (or startserver.cmd) or a line like:
    java -Xmx30M -Xms30M -XX:MaxPermSize=40M -jar Minecraft_RKit.jar user:pass
     
  8. Offline

    DerpyZ

    Do you have a skype? Cuz I am very confused :p
     
  9. Offline

    maxime_vhw

    will there come a 1.4.4?
     
  10. Offline

    uvbeenzaned

    How do I turn off any restarting whatsoever? Remote toolkit does incorrect shutdowns and messes up some of my plugins. My users on the server hate it anyway. I would very much appreciate this help :). I really would not like to ditch remote toolkit.
     
  11. Offline

    Tsaukpaetra

    Changing this should do the trick:
    server-restart-delay=0m
     
  12. Offline

    uvbeenzaned

    Thanks. I will try that again but I don't remember that working last time.
     
  13. Offline

    Tsaukpaetra

    Best of luck!
     
  14. Offline

    uvbeenzaned

    No success. Any other suggestions?
     
  15. Offline

    Scrayos

    Just "server-restart-delay=0" or if this does not work try "server-restart-delay=-1"
     
  16. Offline

    xmarinusx

    How can i use thi splugin on my multicraft server? Because we have to edit the run.bat :/
     
  17. Offline

    Splated

    Any way to get a copy of this, compiled to run in java 1.5?
     
  18. Offline

    Sshadow

    Are you sure you meant Java 1.5?
     
  19. Offline

    Tsaukpaetra

    Basically it involves messing with filename and configuration. I assisted another user in modifying his setup to work (mostly) correctly.
    For example, if you're using craftbukkit, with a higher-level console you would set that loader to use another server (i.e. tekkit.jar) and rename rtoolkit.jar to tekkit.jar (or whatever is expected).
    Keep in mind that this is only if you use another administration suite (I think you mentioned you're using multicraft), if you're not, then just use the included start scripts.
    Also note, that you MUST have a users file prepared before using this technique, as most server management suites don't allow too much customization of the launch command line.
    I can post more detailed information if you need.
     
  20. Offline

    Kepler_

    How do i change the amount of ram bukkit uses?
     
  21. Offline

    Tsaukpaetra

    In wrapper.properties:
    maximum-heap-size=193M (Or whatever you want, my computer's kinda crummy :p )
     
  22. Offline

    xxcsd113xx

    i use mac and i have issues with this, it tryes to recognise hidden files like DS_store and such. please fix so it only loads files with the extention .jar


    thanks, csd113
     
  23. Offline

    RiotShielder

    Love this, so much. Thanks man - this is so perfect for my VPS installation, use to have McMyAdmin Pro, this is 50x better
     
  24. Offline

    Splated

    Yeah I have an old Mac Mini (non-intell) I wanted to use as a server but it can't run java newer then 1.5.
    funny thing is, bukkit runs just fine but mods all fail. sadly theres not much that runs on the old G4 mini.
     
  25. Offline

    acc1dent

    Nevermind, I have just confirmed it crashes just as often without rtoolkit >.<
     
  26. Offline

    Tsaukpaetra

    Unfortunately it's probably something in Java itself.
    I would recommend switching to Linux, which (as far as it seems you indicated) should be fine if you're not using your mac anymore, and as an added benefit you would be able to get the latest Java as well.
    https://wiki.ubuntu.com/PowerPCDownloads for more information about Ubuntu on PowerPC (G4) computers
    http://cdimage.ubuntu.com/releases/precise/release/ubuntu-12.04-desktop-powerpc.iso For a download.
     
  27. Offline

    drdanick

    My apologies for not providing any updates in the past few weeks. I have been very busy, and haven't had as much time to work on the toolkit as I have hoped to. Rest assured that a minor update is coming soon, and a major one following not long after.

    For now, I'll just leave this here:

    [​IMG]
     
    Pythros likes this.
  28. Offline

    RiotShielder

  29. Offline

    Tsaukpaetra

    Color! Zomg! But it looks like that's a Linux box... Hope it translates over the Telnet connection in any case! :)
     
  30. Offline

    Mannimal0916

    Quick Question, It's probably stupid, but the IP you connect to for the UDP client and the telnet is the external IP of the server?
     
  31. Offline

    Tsaukpaetra

    If you're connecting from outside, yes. Just like you would do from a Minecraft client. Make sure you port forward the ports correctly!
     
Thread Status:
Not open for further replies.

Share This Page