All Projects → Rauks → Minecraft Rcon

Rauks / Minecraft Rcon

Licence: gpl-3.0
Minecraft RCON Web (using PHP) Console

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Minecraft Rcon

Bs grid
Bootstrap Datagrid
Stars: ✭ 184 (+162.86%)
Mutual labels:  jquery-ui, bootstrap, jquery
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+1300%)
Mutual labels:  bootstrap, jquery
Price Tracker
Live and historical prices for fiat currencies, crypto currencies and gold/silver over REST and WebSocket APIs, using Redis as storage. Node.js, jQuery, Bootstrap
Stars: ✭ 32 (-54.29%)
Mutual labels:  bootstrap, jquery
Shopchest
ShopChest - Spigot/Bukkit Plugin
Stars: ✭ 38 (-45.71%)
Mutual labels:  minecraft, minecraft-server
Vue
Stars: ✭ 65 (-7.14%)
Mutual labels:  bootstrap, jquery
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+1267.14%)
Mutual labels:  minecraft, minecraft-server
Bootstrap Show Modal
A Bootstrap 4 / jQuery plugin wrapper, to create modals dynamically in JavaScript
Stars: ✭ 38 (-45.71%)
Mutual labels:  bootstrap, jquery
Librecms
Free Open Source Content Management System, based on PHP, Bootstrap and jQuery.
Stars: ✭ 12 (-82.86%)
Mutual labels:  bootstrap, jquery
Spring Web Rss Channels
A Full Stack RSS Reader web application built with Spring MVC and JSP. It uses libraries like Spring, JPA, Bootstrap, Apache Tiles, JSP etc. There is also a static code analysis tool called Checkstyle.
Stars: ✭ 40 (-42.86%)
Mutual labels:  bootstrap, jquery
Vue2 Admin Lte
📊 adminLTE to vuejs v2.x converting project
Stars: ✭ 1,023 (+1361.43%)
Mutual labels:  bootstrap, jquery
Nodejs Socketio Chat App
MEAN Stack & Socket.IO Real-time Chat App | A MEAN stack based Real Time chat application
Stars: ✭ 45 (-35.71%)
Mutual labels:  bootstrap, jquery
Learningprocess
💥 本仓库用于记录我的学习历程和学习笔记
Stars: ✭ 31 (-55.71%)
Mutual labels:  bootstrap, jquery
Ruoyi
(RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 905 (+1192.86%)
Mutual labels:  bootstrap, jquery
Gridstrap.js
gridstrap.js is a jQuery plugin designed to take Bootstrap's CSS grid system and turn it into a managed draggable and resizeable grid while truely maintaining its responsive behaviour.
Stars: ✭ 32 (-54.29%)
Mutual labels:  bootstrap, jquery
Bootstrap
Open Source JS plugins
Stars: ✭ 13 (-81.43%)
Mutual labels:  bootstrap, jquery
Bootstrap 4 Autocomplete
A simple autocomplete/typeahead for Bootstrap 4 and jQuery
Stars: ✭ 36 (-48.57%)
Mutual labels:  bootstrap, jquery
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-15.71%)
Mutual labels:  bootstrap, jquery
Metro Ui Css
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
Stars: ✭ 6,843 (+9675.71%)
Mutual labels:  bootstrap, jquery
Bootstrap Msg
The jQuery plugin for showing message with Bootstrap alert classes
Stars: ✭ 10 (-85.71%)
Mutual labels:  bootstrap, jquery
Minecraft Server Status
Minecraft server status and -info script for PHP
Stars: ✭ 39 (-44.29%)
Mutual labels:  minecraft, minecraft-server

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].