Giter Site home page Giter Site logo

3130585774 / mcmanager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joaquinolivero/mcmanager

0.0 0.0 0.0 42.84 MB

Minecraft server manager with easy-to-use UI. Built using Go, SQLite and Next.js

JavaScript 0.16% Go 31.43% TypeScript 51.50% CSS 0.46% SCSS 16.44%

mcmanager's Introduction

MCManager

MCManager is an easy-to-use Minecraft server manager web application.

Tech used:

Go

  • The Gin framework was used for the REST api server.

SQLite

  • To communicate betweeen Go and SQLite I used the Go sql package.

TypeScript - Next.js

  • Next.js was the choice for the frontend framework.
  • No other 3rd party library, package or framework was used besides Next.js.

Features:

  • Run the Minecraft server as a background process.
  • Support for Minecraft servers running in Docker containers.
  • Turn Minecraft server on and off.
  • Check online players.
  • Use Rcon.
  • Create and download a backup.
  • Configurable backup.
  • Edit and remove files from config and world folders.
  • Edit server.properties file.
  • View log files.

How to use:

Download the zip file from releases. Once unzipped, simply run the executable inside "MCManager" directory.

./MCManager

The default port is 5555, but it can be changed using the -p flag. For example run:

./MCManager -p=5001

Development:

For backend cd into the api directory and run the main.go file using the -dev flag. It'll proxy the requests to the front-end running in dev mode in port 3002. For frontend cd into the src directory and use npm run dev, it defaults to port 3002. If you want to change the port, it needs to be changed in package.json and in the main.go file.

TODO:

mcmanager's People

Contributors

joaquinolivero avatar

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.