[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

    PhonicUK

  2. Offline

    bobsnox

  3. Offline

    miguemely

    PhonicUK is there a tutorial set up for linux beginners on how to set up mcma with a service?
    Via inet.d?
     
  4. Offline

    bobsnox

    You might find some more help on PhonicUK's IRC channel. If you catch me on there (Nick A) I can share our init script we use.
     
  5. Offline

    PhonicUK

    Luloak2 likes this.
  6. Offline

    winter4w

    Can you add mutiple accounts to logon mutiple servers
     
  7. Offline

    dlcruz129

    What is "file streaming support"? Is FTP being added to MCMA?
     
  8. Offline

    PhonicUK

    File streaming support is just about making the webserver better at handling large file downloads.
     
  9. Offline

    PhonicUK

    dark_hunter likes this.
  10. Offline

    dark_hunter

  11. Offline

    icomeinpieces

    I started a creative server with 4096MB of ram, I changed the memory setting in the mcmyadmin.conf file to 1536MB, though for some reason the front end is still reporting 4096MB of available ram, it doesn't seem to want to change, any suggestions on what I may be missing?
     
  12. Offline

    dark_hunter

    Did you restart the entire server?
     
  13. Offline

    icomeinpieces

    several times, but for some reason it took effect suddenly.
    so all is good.

    though once in a while i get weird print out from the console (i run mymcadmin on linux using screen on a headless desktop). something like "[12#:43" (without quotes) and mcmyadmin won't accept new commands until i force shutdown the whole process using ctrl-c, and restart mcmyadmin.

    they look like character print codes to me, though i could be wrong.

    i should also point out that it happens very rarely and has happened over the last several versions including the new native 64 bit version of mcmyadmin

    one other issue I am having, I want to run a script using the run executable schedule option every 2 hours. the schedule works fine and the script as well, but I want to disable leveling saving prior to running the script and re enable level saving afterwards.

    can I get suggestions on how to do this?
    I was thinking the best way to make sure it runs smoothly is have the script i want to run, issue those commands to MCMyAdmin, however I have the server software running on a linux box inside a Screen session (so it continues to run after i close my remote SSH sessions) and my research has not yielded results on how to issue those commands through screen and into the MCMyAdmin session.

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

    PhonicUK

    Use the "redirect an executable" schedule option. Any output your script generates is sent to the input of the Minecraft server, so you can send a save-off, do your stuff then a save-on.
     
  15. Offline

    icomeinpieces

    Thank you for the quick reply, but how do I only send the server the 2 output commands without sending all the the other commands, such as my "cp" and "rm" commands?
    or is it as simple as doing "echo save-off" and "echo save-on"
     
  16. Offline

    PhonicUK

    Anything you echo will be sent out. So indeed it is as simple as "echo save-off"

    What you want to be careful with is the output of programs you run in the script, for that you want to add > /dev/null to the end to suppress the output.

    E.g.

    rm SomeFile > /dev/null

    stops the rm command from generating any output to standard output (which is sent to the input of the minceraft server)
     
  17. Offline

    icomeinpieces

    thank you for the help, greatly appreciated
     
  18. Offline

    Killer0561

    I have a problem with McMyAdmin.

    I have the following operating systems:
    Linux 3.3.1-domU # 3 SMP Mon Apr 4 23:16:57 UTC 2012 x86_64 GNU / Linux

    I do not now how can I install McMyadmin again.
    Since the last update it does not work anymore. I do not now,
    if I need mono. When I read that right out, which is a 64 bit system.

    I was directed to this installation guide:
    http://wiki.phonicuk.com/Installing-McMyAdmin.ashx

    When I run the file "MCMA2_Linux_x86_64" always get the following error message:

    -bash: ./MCMA2_Linux_x86_64: No such file or directory

    I appeal for help.


    greeting

    Killer0561 aka Sascha
     
  19. Offline

    PhonicUK

    You might need to do this first:

    chmod +x MCMA2_Linux_x86_64
     
  20. Offline

    gamefreak54321

    I use this. Its amazing.
     
  21. Offline

    PhonicUK

  22. Offline

    Killer0561

    I have this problem:
    Could not load file or assembly 'System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

    This message comes after the update from 2.1.4.0.
     
  23. Offline

    Bear202

    Uh... it is asking for me to login... but I don't know my use name (I don't remember entering one ????)

    Nevermind, default username was Admin

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

    PhonicUK

    Delete McMyAdmin.ebi and restart.
     
    Bear202 likes this.
  25. Offline

    Bear202

    Oh my God, it's so easy! Changing permissions in a flash... changing settings.

    ITS SO EASY! I love you! (No homo)
     
  26. Offline

    PhonicUK

  27. Offline

    tiwar

    Hi!
    First of all i would like to thank you for making this awesome program..
    Im taking this out of the blue,sorry if it's already been brought up.
    Is there any possibility to disable the end? If not it's a feature i would love to see in a future.
    keep up the good work
    cheers
    Tiwar
     
  28. Offline

    stfupls

    i downloaded this when the webpage pops up i need to enter my name/pass i dont know a name? i mean i didnt register a account only a password, help!
     
  29. Offline

    PhonicUK

    It asks you to set your password during the setup process, by default it's admin/admin if you didn't use the installer.
     
  30. Offline

    PhonicUK

    Anyone feeling a little experimental is welcome to try out the current beta: http://McMyAdmin.com/Downloads/McMyAdmin_BetaEBI.zip

    It's got a massively restructured configuration system that fixes a handful of issues, and is generally more robust. Don't use it on a production server though and make sure to keep backups :)
     
Thread Status:
Not open for further replies.

Share This Page