GithubHelp home page GithubHelp logo

oniicode / craftmgr Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 1.0 1.43 MB

MineCraft Server ManaGeR

Java 76.22% JavaScript 8.27% CSS 0.17% HTML 15.34%
minecraft minecraft-server minecraft-api java game-server minecraft-plugin minecraft-modpack minecraft-mod minecraft-launcher

craftmgr's Introduction

CraftMGR

The Open-Source Minecraft game server management solution.

Features

  • Run as many minecraft servers as your system resources can hold
  • Beautiful Bootstrap 4 themed web interface, including a
    • Realtime list of all servers
    • Realtime server console view
  • Interactive command line interface
  • TCP-Socket interface, for communication with your own application.
  • All server versions supported, including:
    • CraftBukkit/Spigot
    • BungeeCord
    • Forge
  • User-defined server templates (place server.jar or a *.zip archive containing server files into the templates directory)
  • .ini config files
  • BCrypt encrypted passwords

Screenshots

Main view Simple server creation Realtime console view Coming soon: Web based file and text viewer/editor

Setup

  1. Build or get CraftMGR.jar
  2. Optional: For additional security, create system user to run it with. adduser minecraft
  3. Place CraftMGR.jar into desired directory on your server. e.G. on linux /home/minecraft
  4. Run it with java -jar CraftMGR.jar. You may use screen or a init-script to run it in background
  5. Connect via web browser to http://<Address of your server>:9000/ Default password is: imnotgerman
  6. Enjoy

Dependencies

Runtime:

  • Java 8
  • screen is not required to run :D

Build:

  • >= commons-lang3-3.7
  • >= ini4j-0.5.4
  • >= jbcrypt-0.4
  • >= nanohttpd-2.3.1

TODOs & planned features:

  • Command line interface translation (very sorryy for lack of this!)
  • Code comments translation (again, very sorry.)
  • Password change option in web UI
  • HTTPS support
  • FTP support
  • Multi-user support
  • Documentation

craftmgr's People

Contributors

oniicode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

kyroptic

craftmgr's Issues

A Global/Locked Command Line Setting

I would like to use this manager with me and a friend, however...
I would like an option to globally set the Cmdline, so it cannot be changed from the web interface.
If someone finds the password and sets the Cmdline to "cmd.exe", they'll gain access to the system
Please share consider adding this feature, as it's a great alternative to other server management tools.

Here is an example of how the global configuration will look:

[Language]
language=en_GB

[HTTPD]
enabled=true
port=80
passwd=BcryptPassword

[ServerQuery]
enabled=false
port=9002
authkey=GeneratedAuthKey

[Dirs]
templates-dir=templates
deploymnt-dir=servers

[Limits]
port-range=25565-25999
Force-default-cmdline=true  <-- If true, force default, otherwise use the per-server cmdline.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.