GithubHelp home page GithubHelp logo

minepass's Introduction

MinePass - Minecraft Whitelister

MinePass is a powerful Minecraft whitelisting tool that allows you to manage your server's whitelist remotely over the internet. With MinePass, you can easily control access to your Minecraft server, add or remove players from the whitelist, and ensure a safe and secure gaming experience for your community.

Features

  • Easy-to-use web interface for managing your server's whitelist.
  • Secure authentication to protect your server from unauthorized access.
  • Real-time updates to the Minecraft whitelist without the need for server restarts.
  • Compatibility with popular Minecraft server software.
  • User-friendly design for both server administrators and players.

Getting Started

Running MinePass in a Docker Container

  1. Pull the MinePass Docker image from Docker Hub

    docker pull gabefraser/minepass:latest
  2. Run MinePass in a Docker container, specifying the necessary environment variables and ports. Replace the placeholders with your configuration.

    docker run -d \
    -e MP_HOST=YOUR_SERVER_IP \
    -e MP_PASSWORD=YOUR_SERVER_RCON_PASSWORD \
    -e MP_UI_PASSWORD=YOUR_UI_PASSWORD \
    -e MP_TITLE=YOUR_TITLE \ # optional, will default to "MinePass"
    -p 8080:8080 \
    gabefraser/minepass:latest

Usage

There are 2 ways you can communicate with this.

Via the Web UI

Once the Docker image is up and running, head over to 0.0.0.0:8080 (your IP will differ depending if you're self hosting on your machine/dedicated server).

Web UI

Via the Web API

There are currently 2 endpoints available. You can find them below.

Each endpoint requires the following header as this is used to validate the request is coming from a trusted source.

{
    "X-Api-Key": "YOUR_UI_PASSWORD"
}
URL Method Body
api/whitelist/add POST { "username": "string" }
api/whitelist/remove POST { "username": "string" }

Credits

MinePass is made possible thanks to the contributions and support from the following individuals and projects:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feedback and Support

If you encounter any issues or have suggestions for improving MinePass, please open an issue on the GitHub repository.

We hope you find MinePass to be a valuable tool for managing your Minecraft server's whitelist. Happy gaming!

minepass's People

Contributors

gabefraser avatar

Stargazers

trq avatar Gio Rice avatar Eric Torres avatar Harry W. avatar  avatar Dmitry Grevtzow avatar

Watchers

 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.