Git Product home page Git Product logo

minecraft-rcon's Introduction

Minecraft-RCON

Simple Minecraft RCON Web Console (using PHP, Bootstrap and Javascript)

Inspired by Minecraft-RCON-Console and using PHP-Minecraft-Rcon.

Sample

Sample Mobile

Configuration

  1. Edit your Minecraft server server.properties configuration file in order to enable RCON:
enable-rcon=true
rcon.port=25575
rcon.password=xtMJsVtmx0XypuId7jIb
  1. Restart your Minecraft server.
  2. Download/Clone the Minecraft RCON Web Console files and edit the config.php file. Use the same rcon password and port than the one set in server.properties:
$rconHost = "localhost";
$rconPort = 25575;
$rconPassword = "xtMJsVtmx0XypuId7jIb";

Warnings

  • Provided as it is, this console has no authentication check, so anybody with access to this console can run any commands on the Minecraft server. Please check at least the documentations below, about how to setup some basic http authentification on your web server, in order to restrict the access to the console:
  • For Apache 2.4 users
  • For NGinx users
  • Use a strong custom random RCON password (change the default one provided here) for more security.
  • Set up your firewall in order to allow only the web server to communicate with the Minecraft server through the RCON port set, for more security.

minecraft-rcon's People

Contributors

rauks avatar min20120907 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.