[INACTIVE][WEB/ADMN] Web Admin - Bukkit Interface for your Browser [818]

Discussion in 'Inactive/Unsupported Plugins' started by masteroftime, May 31, 2011.

  1. Offline

    masteroftime

    Web Admin - Bukkit Interface for your Browser
    Version: v0.1
    This plugin runs a small HTTP server which lets you access the Bukkit command line with any Javascript enabled Browser.

    Usage
    • Enter the address of your server into your browser.
    • Type in the username and password you configured during the plugin setup.
    • You can now see all the output of your server and issue commands with the text box at the bottom.
    Installation
    Show Spoiler

    If you are on Windows you can also use the setup.bat file to simplify the setup process.
    • Copy the WebAdmin.jar and WebAdmin directory into the plugins diretory of your bukkit server.
    • Open up command prompt and navigate to the WebAdmin folder.
    • Include the bin directory of your java installation to your PATH
      path "C:\Program Files\Java\jre6\bin"
      You may have to modify the path depending on the installed java version, or where you have installed java
    • Create a keystore and a key for the https server with the following command
      keytool -genkey -alias serverKey -keyalg RSA -keystore store.ks
    • Set the keystore password in the settings file and adjust the server settings. Changing the user password in the config file will only give errors. If you want to change the password just clear the content of the password field.
    • Start the bukkit server. This will launch your default Browser and display a setup page. Enter a username and password to access Web Admin. If you don't enter a login the page will display again the next time you start bukkit.

    Download Web Admin
    Source Code on GitHub
     
  2. Offline

    ichingpow

    Does this work on Linux?
     
  3. Offline

    masteroftime

    It should also work on Linux as Java works cross platform and the keytool is part of the standard JRE. You just have to type in the command manually.
    Code:
    keytool -genkey -alias serverKey -keyalg RSA -keystore store.ks
    I don't know if the keytool is in the default path so if it says something like "command keytool not found" add the java bin directory to the path
    Code:
    PATH=$PATH:/usr/java/<version>/bin
     
  4. Offline

    ichingpow

    It worked fine, I generated the key on my winblows machine and then SFTPed it to my server. Great plugin!
     
  5. Offline

    Flannel

    I don't get it. When I try to type in the setup.bat it doesn't let me! What do I do?
     
  6. Offline

    rominos2

    Is there some screens to see what it's like ?
     
  7. Offline

    Plague

  8. Offline

    Gamesmann

  9. Offline

    masteroftime

  10. Offline

    jjtcomkid

    I am currently running BukkitHTTPD, and I was wondering if the Web Admin server can bind to a different ip or a subfolder of the current ip? Or can it export a html or other form of a website that can be put into BukkitHTTPD?
     
  11. Offline

    masteroftime

    To make this clear: 1 PC/Server = 1 IP Address

    But what you can do is to run it on a different port. Then you access it like address:port
    Or you disable the HTTP-Server and directly type https://address
     
  12. Offline

    Plague

    Moved to inactive, if you want to reactivate it some day, just report the first post
     
  13. I am really interested in your plugin and willing to use it on 860 (and even later) ;)
    I'll test it right now to see if it works on 860 (I bet so).
     

Share This Page