[INACTIVE] bPermissions WebGUI on a dedicated server

Discussion in 'Bukkit Help' started by kbrocks100, Feb 24, 2012.

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

    kbrocks100

    Could someone help me get the WebGUI client working for me on my PC?

    Also does bPermissions have groups?
    Can I set perms for groups and just add new players into the group?
    Is their prefixes with bPermissions or would I need to use something like GroupManager?
    Can I set perms for commands from plugins or only CraftBukkit commands?

    Thanks
     
  2. Offline

    sillyrosster

    First, there are a lot of tutorials he provides on his BukkitDev page that explains exactly what you are looking for.
    Please go look there and then come back if your question is not answered in the text and video tutorials he has posted.
     
  3. Offline

    kbrocks100

    bPermissionsWebGUI

    The next step forward in ease of management of permissions!
    You will need the plugin WebGUI_Plugin.jar and the client-side application WebGUI_Client.jaravailable in the WebGUI.zip package.
    Don't forget to donate if you liked this! I worked HARD to make this all secure + working so show a little appreciation :)
    Installation

    Installation is as easy as dragging/dropping into your plugins folder and running once to generate the config.yml for this plugin.
    After this is generated you will have a file that looks like this:
    bind-port: 4545
    bind-ip: ANY
    username: admin
    password: password
    whitelist-ip:
    - 127.0.0.1
    - localhost

    bind-port is the port that the webgui binds to, bind-ip is the ip that the webgui binds to (set to ANY to allow for any ip bindings) and the whitelist-ip section is a list of ips that are allowed to connect by default (you can add more via commandline/ingame auth.
    username/password are fairly self-explanatory, these are the username/password you must enter in the gui client in order to be able to access the server!
    Then, just start up the client and input your server details and password. The server-format should be like this:
    username@host

    or if you have a non-standard (not 4545 port)
    username@host:ip
    username@host:4545

    Connections/Security

    There are a few ways to be allowed to connect:
    • Have your ip in the whitelist-ip section
    • Use the allowip YOURIP command from the console
    • Be logged into the game and have the permission node bPermissions.gui
    • Make sure and enter the correct username/password too!
    Permission nodes/Commands

    There is one command
    /allowip YOURIP

    This works like /allowip 127.0.0.1
    Allows ips to be added without needing to be in-game.
    There is one permission node
    bPermissions.gui

    This allows you to be logged into the game and access the panel without auth (only while logged in) as well as allowing you to use the /allowip command.
    [​IMG]
    thats all I see, thus why I came to the forums.
     
  4. Offline

    sillyrosster

    Ok, so you just need help with the WebGUI? Your other questions referred to bPermissions itself. Those questions are answered on the bPermissions BukkitDev page. I'm not sure what the WebGUI does since I don't use it, you could try opening a ticket on the plugins BukkitDev page.

    Sorry I can't help you much :confused:
     
  5. Offline

    codename_B

    The webgui lets you add/remove groups, add/remove permissions and generally do everything you could do in-game with a nice friendly gui.

    You do need to have a port forwarded to use it however (or use it on localhost)

    Also yeah all those questions are answered on the bPermissions main page, you should probably look at the main plugin before you attempt to get the gui working no?

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

    kbrocks100

    The server is hosted by BeastNode, so its port forwarded. I just need to know how I can connect to a dedicated server now.

    I've viewed tuts on WebGUI but I can't get it to work, and the creators of the videos aren't replying
     
  7. Offline

    codename_B

    It's username@iphere then your password.
     
  8. Offline

    kbrocks100

    and port?
    My port is 25604 and I can't change it, beastnode won't let me.
     
  9. Offline

    codename_B

    Is that your server port or the port you have for the webgui?

    You need an extra open port for this.
     
  10. Offline

    MikeA

    That's most likely the game server port BeastNode assigned to his server.
     
  11. Offline

    codename_B

    Well then you probably can't run it. If you had a true "dedicated" server such as a VPS you'd have no problem.
     
  12. Offline

    MikeA

    Off topic but increase your pizza/plugin ratio by like 0.05% please :p
     
  13. Offline

    codename_B

    Done ;)
     
  14. Offline

    kbrocks100

    Damn, I just really need a permissions plugin that I don't have to have too much matience on and isn't going to take me a long time to set up.
     
  15. Offline

    codename_B

    bPermissions is still that, you can use the easy to use command system and setup promotion tracks fairly quickly if you know exactly what you need.
     
Thread Status:
Not open for further replies.

Share This Page