SuperPykkon / GoMinewrap

A multi platform server management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoMinewrap Go Report Travis MIT license Chat on discord PayPal me!

GoMinewrap is a wrapper for your Minecraft server console. It comes with many new features that could possibly make server management easier. Released under MIT license.
It allows you to control multiple server, switch between them, and even back them up. It includes a web interface with a modern console log with highlighting, the web interface supports multiple users too.

Prerequisites

Cloning and Building

  1. go get github.com/SuperPykkon/GoMinewrap
  2. cd $GOPATH/src/github.com/SuperPykkon/GoMinewrap
  3. go run mcs.go
    Pre-compiled executables are available on the releases tab.
    Executables available for Windows, Linux and Mac.

Screenshots

Features

  • Completely changes the way the console logs are displayed.
  • Multi server support. You can add and run as many servers as you want.
  • Switch between server(s) (If you're running more than one server) with one simple command. It's almost like switching between screen sessions!
  • Real time web based console with authentication which has multi user support.
  • A fully functional backup command. You can backup a single or all server (s) with one simple command.
  • Very customizable. You can change almost everything to your likings on the config file. ... And much more!

Running

You will need to configure the configuration under GoMinewrap/config.yml to set the servers for the wrapper. You can manually set the config path using a flag. By default, the web server runs on port 80. For help on wrapper commands, type !help on the command line.

About

A multi platform server management system.

License:MIT License


Languages

Language:Go 80.0%Language:HTML 12.0%Language:CSS 8.0%