8000 GitHub - ElPitagoras14/minecraft-server-manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ElPitagoras14/minecraft-server-manager

Repository files navigation

Minecraft Server Manager

Warning

This project is still in development and is not ready for production use.

Description

This is a Minecraft Server Manager that allows you to manage your Minecraft servers using docker containers for each server and a queue to start or stop servers. The server image documentation can be found here.

It consists of three core components:

  • Server Manager API - A backend service built with Node.js and Express that provides a REST API for managing Minecraft servers through docker integration.
  • Server Manager Web - A frontend application built with Next.js that provides a user interface for managing Minecraft servers and users.
  • Server Manager Discord Bot - A Discord bot built with Discord.js that provides a Discord integration for simple managing Minecraft servers.

Getting Started

Important

Rename .env.example to .env and fill it. Rename docker-compose.yaml.example to docker-compose.yaml and change according your needs. Ensure that you fill environment variables on .env and docker-compose.yaml files at the root of the project.

Docker Use

  1. Clone this repository:

    git clone https://github.com/ElPitagoras14/anime-scraper.git
    cd anime-scraper
  2. Build the images with the following command at the root of project:

    docker-compose up -d

Ports Used

Service Port Used
Web 4010
Api 4012
MySQL 4013
Redis 4014

Roadmap

  • Simple server management
  • Docker container server integration
  • Queue system
  • Discord bot integration
  • Simple Server configuration
  • Server logs
  • Server backup
  • Server restore
  • User agnostic provider
  • Centralized backup management
  • Mods integration
  • Rcon cli integration
  • Realtime status integration
  • Advanced server configuration
  • Add License
  • Better documentation

Author

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0