A simple minecraft server managment gui
- Move the
cube-managerexecutable into your minecraft server folder. - Create a
.envfile with the following content:
CUBE_USER=<Your Username> CUBE_PASSWORD=<Your Password> - Start the
cube-managerexecutable it as deamon/in the background. For example with systemd, screen etc. - Log into the Manager with your browser via
http://<YourServerIpOrHostname>:8080.
You "need" Go version go 1.18.* to build the executable.
- Get the sourcecode via
go get github.com/Jnoack331/cube-managerorgit clone git@github.com:Jnoack331/cube-manager.git - Go into the sourcecode folder.
- Run
go mod downloadto fetch the dependencies. - Run
go buildto build the executable.

