https://github.com/jnoack331/cube-manager
Simple Minecraft Server Manager
https://github.com/jnoack331/cube-manager
go golang javascript-applications minecraft minecraft-server vuejs
Last synced: about 2 months ago
JSON representation
Simple Minecraft Server Manager
- Host: GitHub
- URL: https://github.com/jnoack331/cube-manager
- Owner: Jnoack331
- License: mit
- Created: 2022-06-25T21:11:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T20:16:51.000Z (over 2 years ago)
- Last Synced: 2025-01-19T09:28:31.834Z (over 1 year ago)
- Topics: go, golang, javascript-applications, minecraft, minecraft-server, vuejs
- Language: Vue
- Homepage:
- Size: 42.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cube-manager
A simple minecraft server managment gui
### Important: Code is in heavy development and probably not secure. Currently is usage under own risk!


# Setup
1. Move the `cube-manager` executable into your minecraft server folder.
2. Create a `.env` file with the following content:
```
CUBE_USER=
CUBE_PASSWORD=
```
3. Start the `cube-manager` executable it as deamon/in the background. For example with systemd, screen etc.
4. Log into the Manager with your browser via `http://: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.
3. Run `go build` to build the executable.