Bukkit Webby

Index (Administration)

Welcome to Bukkit Webby main page

Bukkit Webby is a lightweight web administration that is easy and fast to setup It's made of two components :
  • WebbyBukkitPlugin is a Bukkit Plugin that interacts with Bukkit, read your server log, find all online users, etc.
  • WebbyRTK is a RTK module that interacts with RemoteToolkit and run the webserver. Even if Bukkit has been shutdown, the webserver will persists and allow you to restart Bukkit.
You don't need to setup a webserver yourself. Apache is not needed. You don't need anything else than Bukkit and RTK. See "How to install" for more detailed instructions.

Current Features :

  • Server administration based on Bukkit Remote Toolkit (Start / Stop / Restart / Reload)
  • Online configuration files
  • Online server log
  • Backup management (manual backup, automated restore)
  • Easy installation : drop the jars and files as any bukkit plugins, setup port, login and password for webby and RTK, and you are done !
  • NO APACHE NEEDED !
As I will use this plugin for my own server, I will eventually add some features that I need
  • Plugins management
  • User interactions (Kick, Ban, Tell...)
  • ...

How to install ?

Youtube video (less than 2 min) : Bukkit Webby Installation Tutorial Please watch this video once before reporting installations problems. Detailed steps : (If you start from a fresh Bukkit, you will need to run craftbukkit.jar once to generate all required configuration files used by BukkitWebby !!)
  • Download the last version (BukkitWebby.jar) that contains the two components required to launch BukkitWebby.
  • Download Remote Toolkit and install it (more informations available on the forum).
  • Copy the content of the BukkitWebby.jar to your Bukkit root folder (directories should match).
  • Edit config.yml in plugins/BukkitWebby to change the ports and user account
  • You may need to setup your firewall to allow the specified ports
  • Don't run craftbukkit.jar. Instead, use the RTK wrapper (see the above link for more informations depending on your operation system).
  • You should see in the log that BukkitWebby and WebbyRTK are both enabled.
  • Go to http://[your-server-ip]:[port]. On your local computer, with the default configuration, it will be http://localhost:25567/index
  • Login. You are done ! :)

Important informations about ports

Two ports are used by BukkitWebby. That means you need 4 ports (these 2, one for Bukkit, and one for RemoteToolkit). All these ports MUST BE DIFFERENTS For example, Bukkit can be run on the port 25565 (players will then connect using the serverip:25565 in Minecraft), BukkitWebby and RTKBukkit will use the localPort 25564. The Webserver will be accessible on 25567, and RemoteToolkit will respond to any commands sent to 25560.

Default configuration

#Webby options
webby:
    #Webserver port used to listen to web connections (Ex: http://localhost:25567/login) (default = 25567)
    port: 25567
    #Local port used by the Webby RTKModule to communicate with the Webby Bukkit Plugin (default = 25564)
    localPort : 25564
    #Administration login
    login: admin
    password: admin
    #Timeout in minutes before a user has to relog after inactivity (default = 10 minutes)
    sessionTimeout: 10
rtk:
    #RemoteToolkit port (Same as in remote.properties, default = 25561)
    port: 25561
    #Host. You shouldn't have to change this. (Default = localhost) 
    host: localhost
    #RemoteToolkit login (See the rtoolkit.sh or .bat files, default = user)
    login: user
    #RemoteToolkit password  (See the rtoolkit.sh or .bat files, default = pass)
    password: pass

Want to see/contribute to the code?

BukkitWebby on GITHub

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of SnyTe SnyTe Jan 24, 2013 at 15:06 UTC - 0 likes

    @ottocraft: Go

    Still working for me

    Admin of the Official PC Gamer Magazine US minecraft server

    PC Gamer

  • Avatar of ottocraft ottocraft Jan 08, 2013 at 18:35 UTC - 0 likes

    guys im w8ing for new version !!! 1.4.6 Plz This İs the best panel

    http://mag.racked.eu/mcimage/i283/The BukkitGames/A HungerGames plugin./mca.png

  • Avatar of SPKuja SPKuja Dec 28, 2012 at 15:13 UTC - 0 likes

    I've installed it all, and have got my server running through rtoolkit, but when I point my browser to the server address and the port (http://109.169.12.28:25567/login) I just get "Problem Loading Page".

    Looking at my console, I have this error:

    2012-12-28 15:09:51 [SEVERE] [BukkitWebby] An error occured while waiting for connections java.io.StreamCorruptedException: invalid stream header: 47455420 at java.io.ObjectInputStream.readStreamHeader(Unknown Source) at java.io.ObjectInputStream.<init>(Unknown Source) at com.kyne.webby.bukkit.RTKModuleSocket.run(RTKModuleSocket.java:67) 2012-12-28 15:09:51 [SEVERE] java.io.StreamCorruptedException: invalid stream header: 47455420 2012-12-28 15:09:51 [SEVERE] at java.io.ObjectInputStream.readStreamHeader(Unknown Source) 2012-12-28 15:09:51 [SEVERE] at java.io.ObjectInputStream.<init>(Unknown Source) 2012-12-28 15:09:51 [SEVERE] at com.kyne.webby.bukkit.RTKModuleSocket.run(RTKModuleSocket.java:67)

  • Avatar of Tsrizchris Tsrizchris Dec 21, 2012 at 00:59 UTC - 0 likes

    Could this ever be compatible WITHOUT RTK?

    https://minestatus.net/58342-le-games-server/image/original.png

  • Avatar of SnyTe SnyTe Dec 14, 2012 at 16:53 UTC - 0 likes

    It is working on 1.4.5, you experiencing any problems?

  • Avatar of Azzareal Azzareal Dec 10, 2012 at 19:01 UTC - 0 likes

    "Is it working on 1.4.5 bukkit ?" I'm also interested in whether this is compatible with 1.4.5

  • Avatar of datastorm01 datastorm01 Nov 26, 2012 at 22:08 UTC - 0 likes

    Hi All! I am running bukkit on a freebsd9 operating system. to start the bukkit server normally i use this command java -Djava.security.egd=file:/dev/random -Xms1024M -Xmx1024M -jar bikkit.jar -o true This command is the only way i have been able to run the bukkit server else i get an end of stream error each time a user logs in.

    When the server is executed with the command (cd "$DIRECTORY"; java -Djava.security.egd=file:/dev/random -Xmx30M -Xms30M -XX:MaxPermSize=40M -jar Minecraft_RKit.jar -o true ${USER}:${PASS})

    the web administration works correctly the bukkit server starts with no errors but each time a users attempts to log in the end of stream error occurs.

    any help would be greatly appreciated ... any freebsd users?

  • Avatar of rudolf323 rudolf323 Nov 20, 2012 at 19:51 UTC - 0 likes

    Is it working on 1.4.5 bukkit ?

  • Avatar of gjx2007821 gjx2007821 Oct 17, 2012 at 13:45 UTC - 0 likes

    I can't login in the web by Default . It was refresh the /login , and I can't go into the /index.

  • Avatar of jdcvanderwal jdcvanderwal Sep 26, 2012 at 18:27 UTC - 0 likes

    Works great in remote toolkit is default auto restart works that now with bukkit webby?

    Last edited Sep 26, 2012 by jdcvanderwal

Facts

Date created
Oct 02, 2011
Categories
Last update
Jul 15, 2012
Development stage
Release
Language
  • enUS
License
GNU General Public License version 3 (GPLv3)
Curse link
Bukkit Webby
Downloads
8,012
Recent files

Authors