[Web/Admin] McMyAdmin 2.5.3.0 - The most secure and most popular Minecraft web admin panel.

Discussion in 'Bukkit Tools' started by PhonicUK, Apr 14, 2012.

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

    Killburner

    FYI, McMyAdmin does not appear to work well with the CB1.3.2 builds. The scheduler doesn't seem to fire, console commands are ignored, and restarts (manual or scheduled) hang the server. This occurs with and without any plugins loaded.

    I realize that beta & dev builds aren't supported, just passing along my findings.

    Edit: I see you're already working on it..
     
  2. Offline

    Malo

    To bad it doesn't support multiple servers (cause thats what i need)
     
  3. Offline

    MiHo

    Your request is already in progress!
     
    Malo likes this.
  4. Offline

    Brentnauer

    As in Multiverse support?
     
  5. Offline

    Malo

    as in multiple servers (two different ip's, running dif plugins so on..)
     
  6. Offline

    Brentnauer

    Ah well, a guy can dream.
     
  7. Offline

    XenoBen

    I think multi-world support is coming soon as well though.
     
  8. Offline

    MiHo

  9. Offline

    PhonicUK

  10. Offline

    zimm794

    Gibt es denn schon eine Deutsche Version?
    Is there a German version already?
     
  11. Offline

    PhonicUK

    McMyAdmin version 2.2.2.0 has been released, containing a number of new features along with some bug fixes.

    Release Highlights:
    • bPermissions exporter! (This may still need some refinement)
    • Non-English characters are now handled properly, the entire UTF8 character set should now be usable.
    • New option to toggle announcing group membership changes
    • Fixed all known configuration issues from the new 2.2 config backend.
    • Updated the Bukkit compatibility plugin (fixes the last word being removed from server notifications and similar)
    See the wiki for the full release notes.

    You can update in the web interface via About -> Updates, or download from http://mcmyadmin.com/
     
    dark_hunter likes this.
  12. Offline

    MysteryX

    Im using 2.2.2.0, and now my hole "Users and group" is empty!
    All my players has no permissions, and i cant add players to groups..
    Cant update Mcmyadmin again, cus im getting error messages in my browser from Mcmyadmin :/

    Please help me with a solution as fast as possible, as im loosing players. I have paid for Professional!
    Thanx!
     
  13. Offline

    PhonicUK

    Delete your McMyAdmin.ebi file and restart MCMA.
     
  14. Offline

    Zeiss

    Hello,

    after the update funtioniert Pex no longer with me.

    I do not want the rights to manage mcmyadmin

    Code:
    2012-10-14 11:47:15 [SEVERE] Error occurred while enabling PermissionsEx v1.19.3 (Is it up to date?)
    java.lang.IllegalStateException: Error loading permissions file
        at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:251)
        at ru.tehkode.permissions.backends.FileBackend.initialize(FileBackend.java:79)
        at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:425)
        at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:487)
        at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:54)
        at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:74)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
        at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: org.bukkit.configuration.InvalidConfigurationException: unacceptable character '�' (0xFFFD) special characters are not allowed
    in "<string>", position 16359
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55)
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138)
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105)
        at ru.tehkode.permissions.backends.FileBackend.reload(FileBackend.java:247)
        ... 16 more
    Caused by: unacceptable character '�' (0xFFFD) special characters are not allowed
    in "<string>", position 16359
        at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
        at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53)
        ... 19 more


    or xauth



    Code:
    2012-10-14 11:47:20 [SEVERE] Error occurred while enabling xAuth v2.0.23 (Is it up to date?)
    ru.tehkode.permissions.exceptions.PermissionsNotAvailable: Permissions manager is not accessable. Is the PermissionsEx plugin enabled?
        at ru.tehkode.permissions.bukkit.PermissionsEx.getPermissionManager(PermissionsEx.java:152)
        at com.cypherx.xauth.permissions.backends.PermissionsExSupport.initialize(PermissionsExSupport.java:60)
        at com.cypherx.xauth.permissions.PermissionManager.setBackend(PermissionManager.java:64)
        at com.cypherx.xauth.permissions.PermissionManager.initBackend(PermissionManager.java:49)
        at com.cypherx.xauth.permissions.PermissionManager.<init>(PermissionManager.java:38)
        at com.cypherx.xauth.xAuth.onEnable(xAuth.java:148)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:266)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:248)
        at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:276)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:226)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:377)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    2012-10-14 11:47:20 [INFO] [Permissions] Enabling Permissions v2.7.7
     
  15. Offline

    Jade

    Because it actually is?
    V1.0-V1.9 were all required to use Mono.
    As far as I'm concerned, V2.0 Doesn't use Mono on CentOS
    Code:
    login as: root
    [email protected]'s password:
    Last login: Mon Oct 15 02:29:37 2012 from 67-2-122-215.slkc.qwest.net
    [root@minecraft ~]# mono
    -bash: mono: command not found
    [root@minecraft ~#
    
     
    JWhy likes this.
  16. Offline

    JWhy

    Nope, but the web templates can be modified
     
  17. Offline

    Zeiss

    Kann mir bitte jemand helfen?
     
  18. Offline

    JWhy

    Actually in english... how can I help?
    Eigentlich auf Englisch... Wie kann ich helfen?
     
  19. Offline

    Zeiss

    ich habe seit dem Update problehme mit Pex (siehe Posting oben).
    ohne mcmyadmin geht alles, mit kommen fehler.
    Da die Permissions nicht geladen werden, funktionieren auch die anderen PlugIns nicht.
    Ich möchte nicht mcmyadmin zur eingabe der Permissions benutzen.

    I problehme since the update with Pex (see post above).
    mcmyadmin without anything goes, with no errors occur.
     
  20. Offline

    JWhy

    I'm sure this is a bug of McMyAdmin... PhonicUK has been working among other things on new permissions exporters, the PEX exporter included. You should report this on the forums or in IRC, however you can fix that issue for now by disabling the permissions export type under Settings > Features and then remove these character at position 16359
     
  21. Offline

    Zeiss

    I have my rights not mcmyadmin yes, then I would have to enter all user and right there? So I can not export them. : (
     
  22. Offline

    JWhy

    Just disable the exporter after it generated a file at plugins/Permissionsex/permissions.yml for you. You can edit that then
     
  23. Offline

    PhonicUK

    McMyAdmin 2.2.4.0 has been released, containing a large number of usability improvements and a handful of bug fixes.

    Release Highlights:
    • New 'Slick' theme for the web interface [screenshot]
    • New event scheduler allowing for non-time based events - trigger events when a user logs into the panel, when permissions are modified, and many more.
    • Support for older 1.2.5 based Minecraft servers (such as Tekkit)
    • Group Modifications in new scheduler create arguments detailing the performed change (e.g. --addmember group:username) for use with tasks that execute scripts.
    • General usability improvements around users and groups management (renaming a group automatically updates any groups that inherit from it, and similar)

    See the wiki for the full release notes.

    You can update in the web interface via About -> Updates, or download from http://mcmyadmin.com/
     
    JWhy and dark_hunter like this.
  24. Offline

    bob7

    I have a question; you see I'm about to launch my very own hosting company. I've been searching for, not a "good" control panel, but a stable and highly efficient control panel. I want a control panel that helps performance rather then depleting performance. What makes this control panel any better then multicraft (performance wise)?
     
  25. Offline

    MiHo

    This is not an official response, more it's my personal opinion: It really takes a nearly not mentionable amount of CPU and RAM. Just try it, there is an free version available anyway. Also I've had the experience that McMyAdmin never crashes or stucks, but provides a user interface where users can do nearly everything without much knowledge (means less support requests for you!) and finely scalable via the config file by yours.

    You can translate it yourself, but there also exists some non-official german language files in the world wide web. Btw. McMyAdmin 2 iPhone Client (http://www.itunes.com/app/michaelhohl/mcmyadmin) is localized (including German).

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

    bob7

    Yes, the cpu usage is very low. Sadly it seems there is a bug where the control panel allows a bit to much RAM... 30gb/30gb used in 6 hours. I've used mutlicraft straight for 10 days and my usage was below 5gb.
     
  27. Offline

    PhonicUK

    Which control panel you use will not have any affect at all on how much RAM the Minecraft server uses. The Minecraft server will use as much as it needs to up to the limit set. The only thing worth looking at is the resource usage of the panels themselves.

    McMyAdmin 2.2.4.4 has been released - changelog at http://wiki.phonicuk.com/McMyAdmin-2-2-4-4-Release-Notes.ashx

    Update in-panel via about -> updates or from http://mcmyadmin.com/

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

    PhonicUK

    McMyAdmin 2.3 has been released!

    Release highlights:

    * Bukget support

    Browse plugins available on dev.bukkit.org thanks to Bukget. Now you can quickly search for plugins and install them with a single click in the web interface.

    * Server Sleeping

    If your Minecraft server spends a lot of time empty and you want to free up some resources then you'll find this useful. When enabled, if the server is empty for 5 minutes straight - the server will be shut down. McMyAdmin will wait for a user to try and connect, and when they do - the server is started. Queries are supported as normal so your server will still show as online in server lists.

    * Improved remote configuration for hosts

    Hosts that deploy MCMA can now use the API to change underlying settings (such as maximum RAM usage) without having to edit the configuration file and restart MCMA or modify command line arguments.


    Existing users can update via About > Updates in the panel, or download the latest version from McMyAdmin.com

    Full release notes at: http://wiki.phonicuk.com/McMyAdmin-2-3-0-0-Release-Notes.ashx
     
    JWhy and dark_hunter like this.
  29. Offline

    PhonicUK

    McMyAdmin 2.3.2.0 has been released!

    Change log: http://wiki.phonicuk.com/McMyAdmin-2-3-2-0-Release-Notes.ashx

    Release Highlights:
    • Support for Forge as a installable server type.
    • Fixes to HTTPS handling (now uses PFX certificates)
    • Sleep mode improvements
    • Extra settings to help cope with buggy plugins
     
    dark_hunter likes this.
  30. Offline

    torrented

    Here's what I would like to know. I'm running my MC server in Ubuntu Server 12.04.1 LTS 32bit. Can I install this to my VM and access it via Windows 7?

    PC=[Windows 7 [VM=Linux Server (Minecraft Server)]]

    Would this work?
     
Thread Status:
Not open for further replies.

Share This Page