Skip to content

Jnoack331/cube-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cube-manager

A simple minecraft server managment gui

Important: Code is in heavy development and probably not secure. Currently is usage under own risk!

login file list

Setup

  1. Move the cube-manager executable into your minecraft server folder.
  2. Create a .env file with the following content:
  CUBE_USER=<Your Username>
  CUBE_PASSWORD=<Your Password>
  1. Start the cube-manager executable it as deamon/in the background. For example with systemd, screen etc.
  2. Log into the Manager with your browser via http://<YourServerIpOrHostname>:8080.

Building

You "need" Go version go 1.18.* to build the executable.

  1. Get the sourcecode via go get github.com/Jnoack331/cube-manager or git clone git@github.com:Jnoack331/cube-manager.git
  2. Go into the sourcecode folder.
  3. Run go mod download to fetch the dependencies.
  4. Run go build to build the executable.